Module java.rmi

Interface ActivationSystem

All Superinterfaces:
Remote

public interface ActivationSystem
extends Remote
The ActivationSystem provides a means for registering groups and "activatable" objects to be activated within those groups. The ActivationSystem works closely with the Activator, which activates objects registered via the ActivationSystem, and the ActivationMonitor, which obtains information about active and inactive objects, and inactive groups.
Since:
1.2
See Also:
Activator, ActivationMonitor