jasco.runtime.distribution
Class DefaultSharedField

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.DefaultSharedField
All Implemented Interfaces:
ISharedField, java.io.Serializable, java.rmi.Remote

public class DefaultSharedField
extends java.rmi.server.UnicastRemoteObject
implements ISharedField

See Also:
Serialized Form

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

DefaultSharedField

public DefaultSharedField(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 ISharedField
Throws:
java.rmi.RemoteException

setValue

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