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

Quick Search    Search Deep

Uses of Class
java.rmi.activation.ActivationGroupDesc

Uses of ActivationGroupDesc in java.rmi.activation
 

Methods in java.rmi.activation that return ActivationGroupDesc
 ActivationGroupDesc ActivationSystem.setActivationGroupDesc(ActivationGroupID groupId, ActivationGroupDesc groupDesc)
          Replaces the group descriptor for the group with the given group activation id.
 ActivationGroupDesc ActivationSystem.getActivationGroupDesc(ActivationGroupID groupId)
          Get the group descriptor for the group with the given id.
 

Methods in java.rmi.activation with parameters of type ActivationGroupDesc
 ActivationGroupID ActivationSystem.registerGroup(ActivationGroupDesc groupDesc)
          Register the new activation group.
 ActivationGroupDesc ActivationSystem.setActivationGroupDesc(ActivationGroupID groupId, ActivationGroupDesc groupDesc)
          Replaces the group descriptor for the group with the given group activation id.
static ActivationGroup ActivationGroup.createGroup(ActivationGroupID id, ActivationGroupDesc desc, long incarnation)
          Create the new instance of the activation group, using the class name and location information, stored in the passed descriptor.