UDDI registry administrative (JMX) interface

You can use the UDDI registry administrative interface to inspect and manage the runtime configuration of a UDDI application. You can manage the information about a UDDI node and its activation state, update properties and policies, set publish tier limits, register UDDI publishers, and control value set support.

You can read and invoke the operations of the UDDI registry administrative interface by using standard Java™ Management Extensions (JMX) interfaces. For more information about using JMX administrative programs, see the related links.

Each WebSphere® Application Server UDDI registry application registers an MBean with an MBean identifier of UddiNode. Client applications can use this MBean to inspect and manage the runtime configuration of a UDDI application. Management activities include managing the activation state of a UDDI node, managing information about a UDDI node, updating properties and policies, setting publish tier limits, registering UDDI publishers, and controlling value set support.

You can read and invoke the UddiNode attributes and operations by using standard JMX interfaces. A UddiNodeProxy.java client utility class provides a ready-made application to connect to a UddiNode MBean and perform all the available operations. Example classes are also provided to drive UddiNodeProxy and demonstrate how to use the various UDDI management data types.

When WebSphere Application Server security is enabled, you can invoke the operations of the UddiNode MBean only if you are a user in an administrative role. Operations that make updates require the administrator or operator role. Administrator, operator, configurator and monitor roles can perform get operations.