Previous Managing Java Objects  

The Object Hierarchy

When an instance of the Java Object is added to a Service in the Administration Manager, an XML file is created for it. This file records the current value and locking status of each property belonging to the Java Object instance. The file is located as follows:

<INSTALL>/domains/<domain>/<node>/<service>/<javaobject>/<javaobject>.xml

where <INSTALL> is the OpenFusion installation directory, <domain> is the name of the domain, <node> is the name of the node, <service> is the name of the Service, and <javaobject> is the name of the Java Object.

For example, an instance of the ChannelConfiguratorObject Java Object in the Administration Manager's Object Hierarchy could be represented by the following XML file:

<INSTALL>/domains/OpenFusion/localhost/NotificationService/
     ChannelConfiguratorObject/ChannelConfiguratorObject.xml



Previous Managing Java Objects