jasco.runtime.distribution
Interface ISharedField

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

public interface ISharedField
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