Uses of Class
java.rmi.activation.UnknownGroupException
Packages that use UnknownGroupException
-
Uses of UnknownGroupException in java.rmi.activation
Methods in java.rmi.activation that throw UnknownGroupExceptionModifier and TypeMethodDescriptionActivationSystem.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.ActivationSystem.getActivationGroupDesc(ActivationGroupID 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.protected voidActivationGroup.inactiveGroup()Deprecated, for removal: This API element is subject to removal in a future version.This protected method is necessary for subclasses to make theinactiveGroupcallback to the group's monitor.voidActivationMonitor.inactiveGroup(ActivationGroupID id, long incarnation)Deprecated, for removal: This API element is subject to removal in a future version.Informs that the group is now inactive.static RemoteActivatable.register(ActivationDesc desc)Deprecated, for removal: This API element is subject to removal in a future version.Register an object descriptor for an activatable remote object so that is can be activated on demand.ActivationSystem.registerObject(ActivationDesc desc)Deprecated, for removal: This API element is subject to removal in a future version.TheregisterObjectmethod is used to register an activation descriptor,desc, and obtain an activation identifier for a activatable remote object.ActivationSystem.setActivationDesc(ActivationID id, ActivationDesc desc)Deprecated, for removal: This API element is subject to removal in a future version.Set the activation descriptor,descfor the object with the activation identifier,id.ActivationSystem.setActivationGroupDesc(ActivationGroupID id, ActivationGroupDesc desc)Deprecated, for removal: This API element is subject to removal in a future version.Set the activation group descriptor,descfor the object with the activation group identifier,id.voidActivationSystem.unregisterGroup(ActivationGroupID id)Deprecated, for removal: This API element is subject to removal in a future version.Remove the activation group.