|
||||||||||
| 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
public class RemoteClientAgentImpl
RemoteClientAgentImpl is the class for agents on the client, which typically send NodeAgents to each node.
| Field Summary |
|---|
| 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 |
| Constructor Detail |
|---|
public RemoteClientAgentImpl(RemoteClientAgentImpl fa,
int ind)
throws RemoteException
RemoteException
public RemoteClientAgentImpl(RemoteClientAgentImpl fa,
int ind,
long to)
throws RemoteException
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 | |||||||||