| Package | Description | 
|---|---|
| java.rmi.activation | 
 Provides support for RMI Object Activation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ActivationDesc | 
ActivationSystem.getActivationDesc(ActivationID id)
Returns the activation descriptor, for the object with the activation
 identifier,  
id. | 
ActivationDesc | 
ActivationSystem.setActivationDesc(ActivationID id,
                 ActivationDesc desc)
Set the activation descriptor,  
desc for the object with
 the activation identifier, id. | 
| Modifier and Type | Method and Description | 
|---|---|
MarshalledObject<? extends Remote> | 
ActivationInstantiator.newInstance(ActivationID id,
           ActivationDesc desc)
The activator calls an instantiator's  
newInstance
 method in order to recreate in that group an object with the
 activation identifier, id, and descriptor,
 desc. | 
MarshalledObject | 
ActivationGroup_Stub.newInstance(ActivationID id,
           ActivationDesc desc)
Stub method for  
ActivationGroup.newInstance. | 
static Remote | 
Activatable.register(ActivationDesc desc)
Register an object descriptor for an activatable remote
 object so that is can be activated on demand. 
 | 
ActivationID | 
ActivationSystem.registerObject(ActivationDesc desc)
The  
registerObject method is used to register an
 activation descriptor, desc, and obtain an
 activation identifier for a activatable remote object. | 
ActivationDesc | 
ActivationSystem.setActivationDesc(ActivationID id,
                 ActivationDesc desc)
Set the activation descriptor,  
desc for the object with
 the activation identifier, id. | 
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2014, Oracle and/or its affiliates.  All rights reserved.