Module java.rmi

Interface ActivationSystem

All Superinterfaces:
Remote

@Deprecated(forRemoval=true, since="15") public interface ActivationSystem extends Remote
Deprecated, for removal: This API element is subject to removal in a future version.
See the java.rmi.activation package specification for further information.
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
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static int
    Deprecated, for removal: This API element is subject to removal in a future version.
    The port to lookup the activation system.
  • Method Summary

    Modifier and Type
    Method
    Description
    activeGroup​(ActivationGroupID id, ActivationInstantiator group, long incarnation)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Callback to inform activation system that group is now active.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the activation descriptor, for the object with the activation identifier, id.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the activation group descriptor, for the group with the activation group identifier, id.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Register the activation group.
    Deprecated, for removal: This API element is subject to removal in a future version.
    The registerObject method is used to register an activation descriptor, desc, and obtain an activation identifier for a activatable remote object.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Set the activation descriptor, desc for the object with the activation identifier, id.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Set the activation group descriptor, desc for the object with the activation group identifier, id.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Shutdown the activation system.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Remove the activation group.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Remove the activation id and associated descriptor previously registered with the ActivationSystem; the object can no longer be activated via the object's activation id.