Remote System Explorer DataStore
Release 3.0

Uses of Class
org.eclipse.dstore.core.client.ConnectionStatus

Packages that use ConnectionStatus
org.eclipse.dstore.core.client   
 

Uses of ConnectionStatus in org.eclipse.dstore.core.client
 

Methods in org.eclipse.dstore.core.client that return ConnectionStatus
 ConnectionStatus ClientConnection.connect(boolean launchServer, String user, String password)
          Connects to a remote DataStore by first communicating with a remote daemon and then connecting to the DataStore.
 ConnectionStatus ClientConnection.connect(String ticket)
          Connects to a remote DataStore.
 ConnectionStatus ClientConnection.connect(String ticket, int timeout)
           
 ConnectionStatus ClientConnection.connectDaemon(int daemonPort, int timeout)
          Connect to a remote daemon
protected  ConnectionStatus ClientConnection.doConnect(String ticket)
           
 ConnectionStatus ClientConnection.launchServer(String user, String password)
          Connects to a remote daemon and tells the daemon to launch a DataStore server.
 ConnectionStatus ClientConnection.launchServer(String user, String password, int daemonPort)
          Connects to a remote daemon and tells the daemon to launch a DataStore server.
 ConnectionStatus ClientConnection.launchServer(String user, String password, int daemonPort, int timeout)
           
 ConnectionStatus ClientConnection.localConnect()
          Creates and connects to a local DataStore to work with in the current process.
 


Remote System Explorer DataStore
Release 3.0

Guidelines for using DataStore APIs.