UDDI registry administrative (JMX) interface
We can use the UDDI registry administrative interface to inspect and manage the runtime configuration of a UDDI application. 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.
We can read and invoke the operations of the UDDI registry administrative interface by using standard JMX (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.
We 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 WAS security is enabled, we 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.
Subtopics
- Management of UDDI node states and attributes
We can use the UDDI registry administrative interface to manage the information about a UDDI node and its activation state.
- Management of UDDI node configuration properties
We can use the UDDI registry administrative interface to manage the UDDI node runtime behavior by setting the configuration properties.
- Management of UDDI node policies
We can use the UDDI registry administrative interface to manage policies that affect the UDDI API.
- Management of UDDI node tiers
We can use the UDDI registry administrative interface to set publish tier limits, which control the number of each type of UDDI entity that a publisher can save in the UDDI registry.
- Management of UDDI publishers
We can use the UDDI registry administrative interface to register UDDI publishers.
- Management of UDDI node value sets
We can use the UDDI registry administrative interface to inspect and manage the runtime configuration of a UDDI application. 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.
Related tasks
Use the UDDI registry Use administrative programs (JMX)