| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActivationDesc | |
|---|---|
| java.rmi.activation | Provides support for RMI Object Activation. | 
| Uses of ActivationDesc in java.rmi.activation | 
|---|
| Methods in java.rmi.activation that return ActivationDesc | |
|---|---|
|  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, descfor the object with
 the activation identifier,id. | 
| Methods in java.rmi.activation with parameters of type ActivationDesc | |
|---|---|
|  MarshalledObject | ActivationGroup_Stub.newInstance(ActivationID id,
            ActivationDesc desc)Stub method for ActivationGroup.newInstance. | 
|  MarshalledObject | ActivationInstantiator.newInstance(ActivationID id,
            ActivationDesc desc)The activator calls an instantiator's newInstancemethod in order to recreate in that group an object with the
 activation identifier,id, and descriptor,desc. | 
| 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 registerObjectmethod 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, descfor the object with
 the activation identifier,id. | 
| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.