visad.cluster
Class RemoteProxyAgentImpl
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
visad.cluster.RemoteProxyAgentImpl
- All Implemented Interfaces:
- java.io.Serializable, java.rmi.Remote, RemoteProxyAgent
public class RemoteProxyAgentImpl
- extends java.rmi.server.UnicastRemoteObject
- implements RemoteProxyAgent
RemoteProxyAgentImpl is the class for agents on proxy clients
- See Also:
- Serialized Form
Fields inherited from class java.rmi.server.RemoteObject |
ref |
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 |
RemoteProxyAgentImpl
public RemoteProxyAgentImpl(RemoteClientDataImpl r)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getRemoteClientData
public RemoteClientData getRemoteClientData()
throws java.rmi.RemoteException
- Specified by:
getRemoteClientData
in interface RemoteProxyAgent
- Throws:
java.rmi.RemoteException
setResolutions
public void setResolutions(int[] rs)
- Specified by:
setResolutions
in interface RemoteProxyAgent
prepareAction
public java.io.Serializable[] prepareAction(boolean go,
boolean initialize,
DataShadow shadow,
ConstantMap[] cms,
ScalarMap[] ms,
Control[] cos,
java.lang.String name,
long time_out)
throws VisADException,
java.rmi.RemoteException
- Specified by:
prepareAction
in interface RemoteProxyAgent
- Throws:
VisADException
java.rmi.RemoteException
doTransform
public java.io.Serializable[] doTransform()
throws VisADException,
java.rmi.RemoteException
- Specified by:
doTransform
in interface RemoteProxyAgent
- Throws:
VisADException
java.rmi.RemoteException
computeRanges
public java.io.Serializable[] computeRanges(java.util.Vector message)
throws VisADException,
java.rmi.RemoteException
- Specified by:
computeRanges
in interface RemoteProxyAgent
- Throws:
VisADException
java.rmi.RemoteException