server
Interface SClientDescriptor

All Known Implementing Classes:
SClient

public interface SClientDescriptor


Method Summary
 int getCommunicationPort()
           
 java.lang.String getId()
           
 java.lang.String getIPAddress()
           
 java.lang.String getName()
           
 boolean isPassive()
           
 

Method Detail

getName

java.lang.String getName()

getIPAddress

java.lang.String getIPAddress()

getCommunicationPort

int getCommunicationPort()

isPassive

boolean isPassive()

getId

java.lang.String getId()