KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > rmi > activation > ActivationMonitor

java.rmi.activation
Interface ActivationMonitor

All Superinterfaces:
Remote
See Also:
Source Code, Activator, ActivationSystem, ActivationGroup

void activeObject(ActivationID id,
                  MarshalledObject obj)
                  throws UnknownObjectException,
                         RemoteException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void inactiveGroup(ActivationGroupID id,
                   long incarnation)
                   throws UnknownGroupException,
                          RemoteException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void inactiveObject(ActivationID id)
                    throws UnknownObjectException,
                           RemoteException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags