|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RPCClientId | |
---|---|
org.sourceforge.jemm.comm.server | |
org.sourceforge.jemm.database.remote.server |
Uses of RPCClientId in org.sourceforge.jemm.comm.server |
---|
Fields in org.sourceforge.jemm.comm.server declared as RPCClientId | |
---|---|
protected RPCClientId |
ServerThread.clientId
|
Fields in org.sourceforge.jemm.comm.server with type parameters of type RPCClientId | |
---|---|
protected java.util.Map<RPCClientId,ServerThread> |
RPCServer.clientThreads
The map of clientIds to active clients |
Methods in org.sourceforge.jemm.comm.server that return RPCClientId | |
---|---|
RPCClientId |
RPCServer.getClientId()
Used by called methods to find out ID of calling client. |
Methods in org.sourceforge.jemm.comm.server with parameters of type RPCClientId | |
---|---|
void |
ClientConnectionListener.clientConnected(RPCClientId clientId,
java.lang.String clientAddress)
Notification that a new client has just started. |
void |
RPCServer.clientDisconnected(RPCClientId clientId)
Notification that a given client has disconnected. |
void |
ClientConnectionListener.clientDisconnected(RPCClientId clientId)
Notification that the client with the given clientId has disconnected. |
java.lang.Object |
RPCServer.getClientIF(RPCClientId clientId,
java.lang.Class<?> ifClass)
Retrieve a proxy for the given interface on the given client. |
void |
RPCServer.notifyNewClient(RPCClientId clientId,
java.lang.String clientAddress)
|
Constructors in org.sourceforge.jemm.comm.server with parameters of type RPCClientId | |
---|---|
ServerThread(RPCServer server,
Connection connection,
RPCClientId clientId,
java.util.Map<java.lang.Class<?>,java.lang.Object> offeredIfs,
java.util.concurrent.ExecutorService threadPool)
Creates a server thread to handle a specific client connection. |
Uses of RPCClientId in org.sourceforge.jemm.database.remote.server |
---|
Methods in org.sourceforge.jemm.database.remote.server with parameters of type RPCClientId | |
---|---|
protected void |
RemoteDatabaseServer.handleClientDisconnect(RPCClientId rpcClientId)
|
Constructor parameters in org.sourceforge.jemm.database.remote.server with type arguments of type RPCClientId | |
---|---|
ClientReferenceHandler(RPCServer rpcServer,
java.util.Map<RPCClientId,ClientId> rpcIdToClientIdMap)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |