Uses of Class
org.ceno.communication.srv.ServerDescriptor

Packages that use ServerDescriptor
org.ceno.communication.cli   
org.ceno.communication.cli.dispatch   
org.ceno.communication.cli.net4j   
org.ceno.communication.srv   
org.ceno.communication.srv.internal   
org.ceno.communication.srv.net4j   
 

Uses of ServerDescriptor in org.ceno.communication.cli
 

Methods in org.ceno.communication.cli that return ServerDescriptor
 ServerDescriptor IConnectorService.currentConnection()
           
 

Methods in org.ceno.communication.cli with parameters of type ServerDescriptor
 void IConnectorService.connect(ServerDescriptor serverDesriptor)
           
 

Uses of ServerDescriptor in org.ceno.communication.cli.dispatch
 

Methods in org.ceno.communication.cli.dispatch that return ServerDescriptor
 ServerDescriptor ExtensionPointCommunicatorServiceDispatcher.currentConnection()
          
 

Methods in org.ceno.communication.cli.dispatch with parameters of type ServerDescriptor
 void ExtensionPointCommunicatorServiceDispatcher.connect(ServerDescriptor serverDesriptor)
          
 

Uses of ServerDescriptor in org.ceno.communication.cli.net4j
 

Methods in org.ceno.communication.cli.net4j that return ServerDescriptor
 ServerDescriptor Net4JConnectorService.currentConnection()
          
 

Methods in org.ceno.communication.cli.net4j with parameters of type ServerDescriptor
 void Net4JConnectorService.connect(ServerDescriptor serverDesriptor)
          
 

Uses of ServerDescriptor in org.ceno.communication.srv
 

Methods in org.ceno.communication.srv with parameters of type ServerDescriptor
 void ICommunicatorServer.initServer(ServerDescriptor serverDescriptor, IEventDispatcher eventDispatcher)
           
 void ICommunicatorService.runServer(ServerDescriptor serverDescriptor)
          Start the specified server
 

Uses of ServerDescriptor in org.ceno.communication.srv.internal
 

Methods in org.ceno.communication.srv.internal with parameters of type ServerDescriptor
 void CommunicatorService.runServer(ServerDescriptor serverDescriptor)
          Start the specified server
 

Uses of ServerDescriptor in org.ceno.communication.srv.net4j
 

Methods in org.ceno.communication.srv.net4j with parameters of type ServerDescriptor
 void Net4JServer.initServer(ServerDescriptor serverDescriptor, IEventDispatcher eventDispatcher)