|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
visad.cluster.RemoteClientAgentImpl
RemoteClientAgentImpl is the class for agents on the client, which typically send NodeAgents to each node.
| Field Summary | |
(package private) Serializable[] |
responses
|
| Fields inherited from class java.rmi.server.RemoteObject |
ref |
| Constructor Summary | |
RemoteClientAgentImpl(RemoteClientAgentImpl fa,
int ind)
|
|
RemoteClientAgentImpl(RemoteClientAgentImpl fa,
int ind,
long to)
|
|
| Method Summary | |
Serializable[] |
broadcastWithResponses(Serializable[] messages,
RemoteAgentContact[] contacts)
|
Serializable[] |
broadcastWithResponses(Serializable message,
RemoteAgentContact[] contacts)
|
void |
sendToClient(int ind,
Serializable message)
|
void |
sendToClient(Serializable message)
|
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
| Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
Serializable[] responses
| Constructor Detail |
public RemoteClientAgentImpl(RemoteClientAgentImpl fa,
int ind)
throws RemoteException
public RemoteClientAgentImpl(RemoteClientAgentImpl fa,
int ind,
long to)
throws RemoteException
| Method Detail |
public void sendToClient(Serializable message)
throws RemoteException
sendToClient in interface RemoteClientAgentRemoteException
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||