See: Description
Interface | Description |
---|---|
AdminConstants |
Constants used by all management components for UDDI Registry.
|
EntitlementConstants |
Constants for
Entitlement IDs. |
LimitConstants |
Constants for
Limit IDs. |
PolicyConstants |
Constants for
Policy and PolicyGroup IDs. |
PropertyConstants |
Constants for
ConfigurationProperty IDs. |
TierDetail |
This interface helps the admin console extension for UDDI to use objects of this type
|
ValueSetConstants |
Message key constants for properties related to value sets.
|
ValueSetPropertyConstants |
Constants for identifying
ValueSetProperty objects. |
Class | Description |
---|---|
ConfigurationProperty |
Represents a configurable UDDI property.
|
Entitlement |
Represents an entitlement, indicating whether a user can perform a specific action.
|
EntitlementInfo |
Represents an entitlement, without specifying its value.
|
Limit |
Represents a limit on the number of entities that may be published by a
UDDI publisher in the UDDI registry.
|
MessageInfo |
Represents a message with inserts (optional), message number, severity indicator.
|
MessageInfoMap |
Maps message key to
MessageInfo , which contains information
about the message such as message number, severity. |
MessageInserts |
Represents a collection of message inserts, which can be values that are used as is or
they may be message keys in which case they should be looked up by key in the
specified
ResourceBundle . |
MessageKeyGenerator |
Utility class to populate name key and description key of
PropertyInfo ,
Property from the id value. |
Policy |
Represents a UDDI policy.
|
PolicyGroup |
Represents a UDDI policy group.
|
Property |
Base class for UDDI property objects.
|
PropertyInfo |
Represents a UDDI property.
|
Tier |
Represents a publish tier controlling how many of each type of UDDI entity
a publisher can publish in the registry.
|
TierInfo |
Describes a tier, without specifying any limit values.
|
TierProperty |
Tag class representing a specific property of a tier.
|
UddiNode |
Represents a UDDI node.
|
UddiUser |
Represents a UDDI publisher.
|
UddiUserProperty |
Tag class representing a specific property of a UDDI user.
|
UserEntitlementProperty |
Represents user entitlement property.
|
UserInfo |
Represents a user id/name and its associated tier name.
|
ValueSetData |
This class represents value set values and the tModelKey they belong with.
|
ValueSetProperty |
Represents a property of a value set.
|
ValueSetStatus |
Represents the status of a value set in a UDDI node.
|
ValueSetValue |
This class represents a value in a value set, with a corresponding
value description and parent value.
|
Exception | Description |
---|---|
InvalidDependencyException |
This exception indicates that a property value is unacceptable because
another property or policy value setting (or combination of settings)
doesn't allow the value.
|
InvalidFormatException |
This exception indicates a property value is of incorrect format.
|
InvalidTypeException |
This exception indicates that the property type is not recognized.
|
InvalidValueException |
This exception indicates a property or policy value is invalid.
|
NullEntityException |
This exception indicates an ID value or the supplied entity itself is null.
|
ReadOnlyException |
Indicates a property/policy is read only and cannot be updated.
|
UddiAdminException |
This class represents exceptions that have occurred as a result of invoking administrative
operations.
|
UnknownIdException |
This exception indicates an ID value is not known to the UDDI node.
|
The UDDI Registry Administrative (JMX) Interface allows you to to inspect and manage the runtime configuration of a UDDI application. The com.ibm.uddi.v3.management package describes the datatypes used by the UddiNode MBean.
Further information on the UDDI Registry Administrative (JMX) Interface and the UddiNode MBean is available in topics within the WebSphere Application Server Version 6 Information Center.