Uses of Class
java.rmi.activation.ActivationDesc
Packages that use ActivationDesc
-
Uses of ActivationDesc in java.rmi.activation
Methods in java.rmi.activation that return ActivationDescModifier and TypeMethodDescriptionActivationSystem.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
.ActivationSystem.setActivationDesc(ActivationID id, ActivationDesc desc)
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
.Methods in java.rmi.activation with parameters of type ActivationDescModifier and TypeMethodDescriptionActivationGroup_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'snewInstance
method in order to recreate in that group an object with the activation identifier,id
, and descriptor,desc
.static Remote
Activatable.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.TheregisterObject
method 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,desc
for the object with the activation identifier,id
.