jasco.runtime.distribution
Class RemoteSharedField

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by jasco.runtime.distribution.RemoteSharedField
All Implemented Interfaces:
IRemoteSharedField, java.io.Serializable, java.rmi.Remote

public class RemoteSharedField
extends java.rmi.server.UnicastRemoteObject
implements IRemoteSharedField

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
RemoteSharedField(java.lang.Object value)
           
 
Method Summary
 java.lang.Object getValue()
           
 void setValue(java.lang.Object o)
           
 
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

RemoteSharedField

public RemoteSharedField(java.lang.Object value)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
Method Detail

getValue

public java.lang.Object getValue()
                          throws java.rmi.RemoteException
Specified by:
getValue in interface IRemoteSharedField
Throws:
java.rmi.RemoteException

setValue

public void setValue(java.lang.Object o)
              throws java.rmi.RemoteException
Specified by:
setValue in interface IRemoteSharedField
Throws:
java.rmi.RemoteException