Activation Group Node Commands

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

Add Activate Object Registers a new activatable object with the group.
Copy Setup Code Generates and places code in the clipboard that performs the setup of the activatable group.
Inactivate. Deactivates the group.
Delete Removes the group from the tree and unregisters it from the activation system.
Customize Opens the customization dialog box that enables you to edit properties of selected 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.
  • Process. The path to the JVM used by the activation group.
  • Items. A string that specifies the controlling options for executing the VM in another process, or null.
  • Properties. A java.util.properties properties map that overrides those set by default in the subprocess environment. This can be null.
  • Serialized Data. A java.rmi.MarshalledObject object that contains the group's initialization data contained in marshalled form. This object could contain properties, for example.
Properties. Displays the current values for the properties of the selected group.
See also
Starting the RMI Activation System
Adding an Activation Browser
Adding an Activation Group
Activation System Node Commands
Activatable Objects Node Commands

Legal Notices