public class RemoteClientAgentImpl extends UnicastRemoteObject implements RemoteClientAgent
ref| Constructor and Description |
|---|
RemoteClientAgentImpl(RemoteClientAgentImpl fa,
int ind) |
RemoteClientAgentImpl(RemoteClientAgentImpl fa,
int ind,
long to) |
| Modifier and Type | Method and Description |
|---|---|
Serializable[] |
broadcastWithResponses(Serializable[] messages,
RemoteAgentContact[] contacts) |
Serializable[] |
broadcastWithResponses(Serializable message,
RemoteAgentContact[] contacts) |
void |
sendToClient(int ind,
Serializable message) |
void |
sendToClient(Serializable message) |
clone, exportObject, exportObject, exportObject, unexportObjectgetClientHost, getLog, setLogpublic RemoteClientAgentImpl(RemoteClientAgentImpl fa, int ind) throws RemoteException
RemoteExceptionpublic RemoteClientAgentImpl(RemoteClientAgentImpl fa, int ind, long to) throws RemoteException
RemoteExceptionpublic void sendToClient(Serializable message) throws RemoteException
sendToClient in interface RemoteClientAgentRemoteExceptionpublic void sendToClient(int ind,
Serializable message)
throws RemoteException
RemoteExceptionpublic Serializable[] broadcastWithResponses(Serializable message, RemoteAgentContact[] contacts) throws VisADException, RemoteException
VisADExceptionRemoteExceptionpublic Serializable[] broadcastWithResponses(Serializable[] messages, RemoteAgentContact[] contacts) throws VisADException, RemoteException
VisADExceptionRemoteExceptionCopyright © 1996–2023 The SSEC Visualization Project. All rights reserved.