Previous Managing Java Objects Next

Overview

The OpenFusion Administration Manager can be used to manage and configure user-defined Java Objects. Java Objects can be added to the Administration Manager's Object Hierarchy as described in Extending the Object Hierarchy. To make a Java Object available for management in the Administration Manager, the Java Object must be set up as described in this Appendix.

The Administration Manager can be used to configure the Java Object's properties. To provide further management facilities, a custom GUI browser (which must extend com.prismt.browser.BaseBrowser) can be created for the Object. The browser can be launched from the Administration Manager (effectively acting as an Administration Manager plug-in) or started from a command line.



Previous Managing Java Objects Next