visad.cluster
Class RemoteProxyAgentImpl

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by 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

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
RemoteProxyAgentImpl(RemoteClientDataImpl r)
           
 
Method Summary
 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)
           
 
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

RemoteProxyAgentImpl

public RemoteProxyAgentImpl(RemoteClientDataImpl r)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
Method Detail

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