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, unexportObject
getClientHost, getLog, setLog
public RemoteClientAgentImpl(RemoteClientAgentImpl fa, int ind) throws RemoteException
RemoteException
public RemoteClientAgentImpl(RemoteClientAgentImpl fa, int ind, long to) throws RemoteException
RemoteException
public void sendToClient(Serializable message) throws RemoteException
sendToClient
in interface RemoteClientAgent
RemoteException
public void sendToClient(int ind, Serializable message) throws RemoteException
RemoteException
public Serializable[] broadcastWithResponses(Serializable message, RemoteAgentContact[] contacts) throws VisADException, RemoteException
VisADException
RemoteException
public Serializable[] broadcastWithResponses(Serializable[] messages, RemoteAgentContact[] contacts) throws VisADException, RemoteException
VisADException
RemoteException
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.