Uses of Interface
cad.simcad.objectserver.spec.cac.network.NetworkConnector

Packages that use NetworkConnector
cad.simcad.ClientImpl   
cad.simcad.objectserver.factory   
cad.simcad.objectserver.spec.sim   
cad.simcad.pathfinding.ui   
cad.simcad.worldsimulator.world   
 

Uses of NetworkConnector in cad.simcad.ClientImpl
 

Classes in cad.simcad.ClientImpl that implement NetworkConnector
 class RMIConnector
          This interface of the Dispatcher logical entity seen by a Client
 

Constructors in cad.simcad.ClientImpl with parameters of type NetworkConnector
CAGUIFrame2(NetworkConnector nc, ConnectionData cd, java.lang.String CAId)
          Creates new form CAGUIFrame
CAGUIframe(NetworkConnector nc)
           
 

Uses of NetworkConnector in cad.simcad.objectserver.factory
 

Methods in cad.simcad.objectserver.factory that return NetworkConnector
static NetworkConnector NetworkConnectorFactory.createNetworkConnector(CADConnection c)
           
 

Uses of NetworkConnector in cad.simcad.objectserver.spec.sim
 

Methods in cad.simcad.objectserver.spec.sim that return NetworkConnector
 NetworkConnector SimWorldCAC.getNetworkConnector()
           
 NetworkConnector SimWorldCAC.connectToMainServer()
           
 NetworkConnector SimWorldCAC.connectToMainServer(java.lang.String serverName, java.lang.String port)
           
 

Uses of NetworkConnector in cad.simcad.pathfinding.ui
 

Methods in cad.simcad.pathfinding.ui that return NetworkConnector
 NetworkConnector SimMediator.getNetworkConnector()
           
 

Uses of NetworkConnector in cad.simcad.worldsimulator.world
 

Methods in cad.simcad.worldsimulator.world that return NetworkConnector
 NetworkConnector CaCWorld.connectToMainServer()
          Connects to the Main Cac Server using the default hardcoded parameters
 NetworkConnector CaCWorld.connectToMainServer(java.lang.String serverName, java.lang.String port)
          Connects to the Main Cac Server using the given serverName and port
 NetworkConnector CaCWorld.getNetworkConnector()
           
 


Logo

With the help of www.sourceforge.net and www.info.ucl.ac.be