client.net.commun
Interface NormalClientDescriptor

All Known Implementing Classes:
NormalClient

public interface NormalClientDescriptor


Method Summary
 int getCommunicationPort()
           
 ServerClient getConAssistantServer()
          returns null if the assistant dont exists
 java.lang.String getID()
           
 java.lang.String getIPAdress()
           
 java.lang.String getName()
           
 Profile getProfileConnectedWith()
           
 boolean isPassive()
           
 

Method Detail

getName

java.lang.String getName()

getIPAdress

java.lang.String getIPAdress()

getCommunicationPort

int getCommunicationPort()

isPassive

boolean isPassive()

getProfileConnectedWith

Profile getProfileConnectedWith()

getID

java.lang.String getID()

getConAssistantServer

ServerClient getConAssistantServer()
returns null if the assistant dont exists