jet.server.api.rmi.ibus
Interface RemoteInformationContainer

All Superinterfaces:
java.rmi.Remote

public interface RemoteInformationContainer
extends java.rmi.Remote


Method Summary
 java.util.List<java.io.Serializable> getAllInfo()
           
 java.io.Serializable getInfo(java.lang.String key)
           
 void putInfo(java.lang.String key, java.io.Serializable obj, com.jinfonet.ibus.InfoLifeCycleType lifeCycleType, java.lang.Object... lifeCycle)
           
 boolean removeInfo(java.lang.String key)
           
 

Method Detail

putInfo

void putInfo(java.lang.String key,
             java.io.Serializable obj,
             com.jinfonet.ibus.InfoLifeCycleType lifeCycleType,
             java.lang.Object... lifeCycle)
             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getInfo

java.io.Serializable getInfo(java.lang.String key)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

removeInfo

boolean removeInfo(java.lang.String key)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAllInfo

java.util.List<java.io.Serializable> getAllInfo()
                                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException