Displaying the Activatable Objects Node

You can display and perform actions on the node that represents activatable objects. Right-click the node to obtain the contextual menu. The menu contains the following items:

Activate Activates the object.
Register Registers the stub of an activatable object to a registry. The object can be registered on the same host where the activation wrapper is running or where the object is registered in the activation system.
Customize Bean Serializes the stub of the activatable object to the filesystem.
Copy Setup Code Generates and places in the clipboard code that performs the setup of the activatable object.
Delete Removes the object from the tree and unregisters it from the activation system.
Customize Displays the customization dialog for use in changing properties of the activatable object. The properties follow.
  • classname. A string that specifies the object'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 where the class is loaded.
  • mode. A Boolean that if true, reactivates (restarts) the object when either the activator or the object's activation group is restarted after an unexpected crash. If false, the object is only activated on demand.

    If you specify true, a newly registered object is not immediately activated; initial activation is lazy.

  • 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 object's initialization data contained in marshalled form.
See also
Starting the RMI Activation Browser
Displaying the Activation System Node
Displaying the Activation Group Node

Legal Notices