public class RemoteProxyAgentImpl extends java.rmi.server.UnicastRemoteObject implements RemoteProxyAgent
| Constructor and Description |
|---|
RemoteProxyAgentImpl(RemoteClientDataImpl r) |
| Modifier and Type | Method and Description |
|---|---|
java.io.Serializable[] |
computeRanges(java.util.Vector message) |
java.io.Serializable[] |
doTransform() |
RemoteClientData |
getRemoteClientData() |
java.io.Serializable[] |
prepareAction(boolean go,
boolean initialize,
DataShadow shadow,
ConstantMap[] cms,
ScalarMap[] ms,
Control[] cos,
java.lang.String name,
long time_out) |
void |
setResolutions(int[] rs) |
clone, exportObject, exportObject, exportObject, unexportObjectpublic RemoteProxyAgentImpl(RemoteClientDataImpl r) throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic RemoteClientData getRemoteClientData() throws java.rmi.RemoteException
getRemoteClientData in interface RemoteProxyAgentjava.rmi.RemoteExceptionpublic void setResolutions(int[] rs)
setResolutions in interface RemoteProxyAgentpublic 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
prepareAction in interface RemoteProxyAgentVisADExceptionjava.rmi.RemoteExceptionpublic java.io.Serializable[] doTransform()
throws VisADException,
java.rmi.RemoteException
doTransform in interface RemoteProxyAgentVisADExceptionjava.rmi.RemoteExceptionpublic java.io.Serializable[] computeRanges(java.util.Vector message)
throws VisADException,
java.rmi.RemoteException
computeRanges in interface RemoteProxyAgentVisADExceptionjava.rmi.RemoteException