Uses of Class
java.rmi.activation.ActivationDesc
| Package | Description |
|---|---|
| java.rmi.activation |
Provides support for RMI Object Activation.
|
-
Uses of ActivationDesc in java.rmi.activation
Methods in java.rmi.activation that return ActivationDesc Modifier and Type Method Description ActivationDescActivationSystem. getActivationDesc(ActivationID id)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.ActivationDescActivationSystem. 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.Methods in java.rmi.activation with parameters of type ActivationDesc Modifier and Type Method Description MarshalledObjectActivationGroup_Stub. newInstance(ActivationID id, ActivationDesc desc)Deprecated, for removal: This API element is subject to removal in a future version.Stub method forActivationGroup.newInstance.MarshalledObject<? extends Remote>ActivationInstantiator. newInstance(ActivationID id, ActivationDesc desc)Deprecated, for removal: This API element is subject to removal in a future version.The activator calls an instantiator'snewInstancemethod in order to recreate in that group an object with the activation identifier,id, and descriptor,desc.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.ActivationIDActivationSystem. 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.ActivationDescActivationSystem. 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.