com.ibm.uddi.v3.management
Interface LimitConstants


public interface LimitConstants

Constants for Limit IDs. Note that the definitive list of limit IDs is obtained by invoking the getLimitInfos operation on the UddiNode MBean.

Author:
IBM

Field Summary
static java.lang.String ASSERTION_LIMIT
          The Limit with this ID specifies the maximum number of publisherAssertions a UDDI publisher can publish.
static java.lang.String BINDING_LIMIT
          The Limit with this ID specifies the maximum number of bindingTemplates a UDDI publisher can publish.
static java.lang.String BUSINESS_LIMIT
          The Limit with this ID specifies the maximum number of businessEntities a UDDI publisher can publish.
static java.lang.String JAVA_COPYRIGHT
           
static java.lang.String SERVICE_LIMIT
          The Limit with this ID specifies the maximum number of businessServices a UDDI publisher can publish.
static java.lang.String TMODEL_LIMIT
          The Limit with this ID specifies the maximum number of tModels a UDDI publisher can publish.
 

Field Detail

JAVA_COPYRIGHT

public static final java.lang.String JAVA_COPYRIGHT
See Also:
Constant Field Values

BUSINESS_LIMIT

public static final java.lang.String BUSINESS_LIMIT
The Limit with this ID specifies the maximum number of businessEntities a UDDI publisher can publish.

See Also:
Constant Field Values

SERVICE_LIMIT

public static final java.lang.String SERVICE_LIMIT
The Limit with this ID specifies the maximum number of businessServices a UDDI publisher can publish.

See Also:
Constant Field Values

BINDING_LIMIT

public static final java.lang.String BINDING_LIMIT
The Limit with this ID specifies the maximum number of bindingTemplates a UDDI publisher can publish.

See Also:
Constant Field Values

TMODEL_LIMIT

public static final java.lang.String TMODEL_LIMIT
The Limit with this ID specifies the maximum number of tModels a UDDI publisher can publish.

See Also:
Constant Field Values

ASSERTION_LIMIT

public static final java.lang.String ASSERTION_LIMIT
The Limit with this ID specifies the maximum number of publisherAssertions a UDDI publisher can publish.

See Also:
Constant Field Values