Displaying the Activation Group Node

You can display and perform actions on the node that represents Activation Groups. Right-click the node to obtain the contextual menu. The menu has the following items:

New Activation Object Registers a new activatable object using a customization dialog box for that object.
Copy Setup Code Generates and placed code in the clipboard that performs the setup of the activation group represented by this node and all its actvation objects.
Delete Removes a given activation group from the tree and unregisters it from the activation system. All related activable objects are deleted and unregistered.
Customize Displays properties for an activation group. These properties include:
  • classname. A string that specifies the group's package qualified class name. A null group class name indicates
    the system's default Activation group implementation.
  • location. A string that specifies the path from where to load the group's class.
  • properties. A java.util.properties properties map that overrides those set by default in the subprocess environment. This can be null.
  • cmd. A string that specifies the controlling options for executing the VM in another process, or null.
  • data. A java.rmi.MarshalledObject object that contains the group's initialization data contained in marshalled form. This object could contain properties, for example.
See also
Starting the RMI Activation Browser
Displaying the Activation System Node
Displaying the Activatable Objects Node

Legal Notices