dsnserver
Class CmdParserGetAddr

java.lang.Object
  extended by dsnserver.CmdParserGetAddr
All Implemented Interfaces:
CmdParser

public class CmdParserGetAddr
extends java.lang.Object
implements CmdParser

It is to declare the address of the DSNnode which is connected to the server. This address is used by other function, for example ThreadLogging.java. Additionally we define the DSNpreAddr which is used if a we are receiving just a short address from a node.

Author:
kaltt

Field Summary
static java.lang.String DSNnodeAddr
           
static java.lang.String DSNpreAddr
           
 
Constructor Summary
CmdParserGetAddr()
           
 
Method Summary
 void parseLine(java.lang.String line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DSNnodeAddr

public static java.lang.String DSNnodeAddr

DSNpreAddr

public static java.lang.String DSNpreAddr
Constructor Detail

CmdParserGetAddr

public CmdParserGetAddr()
Method Detail

parseLine

public void parseLine(java.lang.String line)
Specified by:
parseLine in interface CmdParser