|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConnectionException in org.sourceforge.jemm.comm.client |
---|
Methods in org.sourceforge.jemm.comm.client that throw ConnectionException | |
---|---|
void |
RPCClient.connect()
Make the connection to the remote server. |
Uses of ConnectionException in org.sourceforge.jemm.comm.connection |
---|
Methods in org.sourceforge.jemm.comm.connection that throw ConnectionException | |
---|---|
void |
ServerConnectionFactory.close()
Shuts down the connection factory |
void |
Connection.close()
|
Connection |
ClientConnectionFactory.connect()
|
Connection |
ServerConnectionFactory.getClientConnection()
|
void |
ServerConnectionFactory.initialise()
Initialise the connection factory |
Uses of ConnectionException in org.sourceforge.jemm.comm.connection.socket |
---|
Methods in org.sourceforge.jemm.comm.connection.socket that throw ConnectionException | |
---|---|
void |
SocketServerConnectionFactory.close()
|
void |
SocketConnection.close()
|
Connection |
SocketClientConnectionFactory.connect()
|
Connection |
SocketServerConnectionFactory.getClientConnection()
|
void |
SocketServerConnectionFactory.initialise()
|
Uses of ConnectionException in org.sourceforge.jemm.comm.example.echo |
---|
Constructors in org.sourceforge.jemm.comm.example.echo that throw ConnectionException | |
---|---|
EchoClient(ClientConnectionFactory connFactory)
|
|
EchoClient(java.lang.String hostname,
int port)
Creates an EchoClient with the given parameters. |
Uses of ConnectionException in org.sourceforge.jemm.database.remote.client |
---|
Constructors in org.sourceforge.jemm.database.remote.client that throw ConnectionException | |
---|---|
RemoteDatabase(ClientConnectionFactory clientFactory)
Create a remote database instance. |
Uses of ConnectionException in org.sourceforge.jemm.database.remote.server |
---|
Constructors in org.sourceforge.jemm.database.remote.server that throw ConnectionException | |
---|---|
RemoteDatabaseServer(ServerConnectionFactory serverConnectionFactory,
Database underlyingDatabase)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |