|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.dstore.core.server.ConnectionEstablisher
ConnectionEstablisher is responsible for managing the server DataStore and facilitating the communication between client and server DataStores.
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
ConnectionEstablisher()
Creates the default ConnectionEstablisher. |
|
ConnectionEstablisher(String port)
Creates a ConnectionEstablisher. |
|
ConnectionEstablisher(String port,
String timeout)
Creates a ConnectionEstablisher. |
|
ConnectionEstablisher(String port,
String timeout,
String ticket)
Creates a ConnectionEstablisher. |
Method Summary | |
---|---|
void |
finished(ServerReceiver receiver)
Tells the connection establisher to clean up and shutdown |
DataStore |
getDataStore()
Returns the DataStore. |
void |
start()
Starts the run loop for the ConnectionEstablisher. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String Copyright
Constructor Detail |
public ConnectionEstablisher()
public ConnectionEstablisher(String port)
port
- the number of the socket portpublic ConnectionEstablisher(String port, String timeout)
port
- the number of the socket porttimeout
- the idle duration to wait before shutting downpublic ConnectionEstablisher(String port, String timeout, String ticket)
port
- the number of the socket porttimeout
- the idle duration to wait before shutting downticket
- validation id required by the client to access the DataStoreMethod Detail |
public void start()
public DataStore getDataStore()
public void finished(ServerReceiver receiver)
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |