Uses of Class
com.lightdev.app.trec.client.ServerAddress

Packages that use ServerAddress
com.lightdev.app.trec.client Client classes of the Light Development Transparent Remote Computing (TREC) platform. 
com.lightdev.app.trec.client.ui User interface classes of the Light Development Transparent Remote Computing (TREC) platform. 
 

Uses of ServerAddress in com.lightdev.app.trec.client
 

Methods in com.lightdev.app.trec.client that return ServerAddress
 ServerAddress Client.getServerAddress()
          get the server address this client is created for
 ServerAddress AgentAddress.getServerAddress()
          get the server address of this agent address
 

Methods in com.lightdev.app.trec.client with parameters of type ServerAddress
 void AgentAddress.setServerAddress(ServerAddress serverAddress)
          set the server address of this agent address
 

Constructors in com.lightdev.app.trec.client with parameters of type ServerAddress
AgentAddress(ServerAddress serverAddress, String agentName)
          create a new agent address
Client(ServerAddress sa)
          create a new instance of a Client object
 

Uses of ServerAddress in com.lightdev.app.trec.client.ui
 

Methods in com.lightdev.app.trec.client.ui that return ServerAddress
 ServerAddress ServerAddressPanel.getServerAddress()
          get the server address of this component
 

Methods in com.lightdev.app.trec.client.ui with parameters of type ServerAddress
 void ServerAddressPanel.setServerAddress(ServerAddress sa)
          set this component to show a given server address