Class MasterConnection
java.lang.Object
ecmwf.common.ecaccess.ConnectionManager
ecmwf.ecpds.master.MasterConnection
-
Constructor Summary
ConstructorsConstructorDescriptionMasterConnection
(String host, short port, ClientInterface access) Instantiates a new master connection. -
Method Summary
Methods inherited from class ecmwf.common.ecaccess.ConnectionManager
connect, currentTimeMillis, disconnected, getConnection, isConnected, shutdown
-
Constructor Details
-
MasterConnection
Instantiates a new master connection.- Parameters:
host
- the hostport
- the portaccess
- the access- Throws:
ConnectionException
- the connection exception
-