jasco.runtime.distribution
Interface IRemoteSharedField

All Superinterfaces:
java.rmi.Remote, java.io.Serializable
All Known Implementing Classes:
RemoteSharedField

public interface IRemoteSharedField
extends java.rmi.Remote, java.io.Serializable


Method Summary
 java.lang.Object getValue()
           
 void setValue(java.lang.Object o)
           
 

Method Detail

getValue

java.lang.Object getValue()
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setValue

void setValue(java.lang.Object o)
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException