Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.rmi.activation.ActivationDesc

Uses of ActivationDesc in java.rmi.activation
 

Methods in java.rmi.activation that return ActivationDesc
 ActivationDesc ActivationSystem.setActivationDesc(ActivationID id, ActivationDesc desc)
          Replace the activation descriptor for the object with the given activation id.
 ActivationDesc ActivationSystem.getActivationDesc(ActivationID id)
          Get the activation descriptor for the object with the given activation id.
 

Methods in java.rmi.activation with parameters of type ActivationDesc
 ActivationID ActivationSystem.registerObject(ActivationDesc desc)
          Registers the activation descriptor and creates (and returns) its activation identifier.
 ActivationDesc ActivationSystem.setActivationDesc(ActivationID id, ActivationDesc desc)
          Replace the activation descriptor for the object with the given activation id.
 java.rmi.MarshalledObject ActivationInstantiator.newInstance(ActivationID id, ActivationDesc desc)
          Creates and instantiate a new remote object.
 java.rmi.MarshalledObject ActivationGroup_Stub.newInstance(ActivationID id, ActivationDesc desc)
          Stub method for ActivationGroup.newInstance().
(package private) static ActivationID Activatable.obtainId(ActivationDesc descriptor)
          Obtain the activation Id from the activation descriptor by registering within the current group.
static java.rmi.Remote Activatable.register(ActivationDesc desc)
          This method registers an activatable object.