API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.rmi.activation. ActivationGroupDesc View Source
Author(s)
Ann Wollrath
Since
1.2
Version
1.31, 11/17/05
Serial
Hierarchy
 Object
      ActivationGroupDesc
Implements
 Serializable
Subclasses
Description
publicfinal class ActivationGroupDesc
  An activation group descriptor contains the information necessary to create/recreate an activation group in which to activate objects.
Constructors
public ActivationGroupDesc (Properties overrides, CommandEnvironment cmd)
  Constructs a group descriptor that uses the system defaults for group implementation and code location.
public ActivationGroupDesc (String className, String location, MarshalledObject<Object> data, Properties overrides, CommandEnvironment cmd)
  Specifies an alternate group implementation and execution environment to be used for the group.
Methods
Hide/Show inherited methods
public boolean equals (Object obj)
  Compares two activation group descriptors for content equality.
public String getClassName ()
  Returns the group's class name (possibly null).
public CommandEnvironment getCommandEnvironment ()
  Returns the group's command-environment control object.
public MarshalledObject<Object> getData ()
  Returns the group's initialization data.
public String getLocation ()
  Returns the group's code location.
public Properties getPropertyOverrides ()
  Returns the group's property-override list.
public int hashCode ()
  Produce identical numbers for similar ActivationGroupDescs.
Fields
Hide/Show inherited fields
Nested Classes
  ActivationGroupDesc.CommandEnvironment
Startup options for ActivationGroup implementations.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar