com.ibm.uddi.v3.management
Interface LimitConstants
-
public interface LimitConstantsConstants forLimitIDs. Note that the definitive list of limit IDs is obtained by invoking the getLimitInfos operation on the UddiNode MBean.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringASSERTION_LIMITTheLimitwith this ID specifies the maximum number of publisherAssertions a UDDI publisher can publish.static java.lang.StringBINDING_LIMITTheLimitwith this ID specifies the maximum number of bindingTemplates a UDDI publisher can publish.static java.lang.StringBUSINESS_LIMITTheLimitwith this ID specifies the maximum number of businessEntities a UDDI publisher can publish.static java.lang.StringSERVICE_LIMITTheLimitwith this ID specifies the maximum number of businessServices a UDDI publisher can publish.static java.lang.StringTMODEL_LIMITTheLimitwith this ID specifies the maximum number of tModels a UDDI publisher can publish.
-
-
-
Field Detail
-
BUSINESS_LIMIT
static final java.lang.String BUSINESS_LIMIT
TheLimitwith this ID specifies the maximum number of businessEntities a UDDI publisher can publish.- See Also:
- Constant Field Values
-
SERVICE_LIMIT
static final java.lang.String SERVICE_LIMIT
TheLimitwith this ID specifies the maximum number of businessServices a UDDI publisher can publish.- See Also:
- Constant Field Values
-
BINDING_LIMIT
static final java.lang.String BINDING_LIMIT
TheLimitwith this ID specifies the maximum number of bindingTemplates a UDDI publisher can publish.- See Also:
- Constant Field Values
-
TMODEL_LIMIT
static final java.lang.String TMODEL_LIMIT
TheLimitwith this ID specifies the maximum number of tModels a UDDI publisher can publish.- See Also:
- Constant Field Values
-
ASSERTION_LIMIT
static final java.lang.String ASSERTION_LIMIT
TheLimitwith this ID specifies the maximum number of publisherAssertions a UDDI publisher can publish.- See Also:
- Constant Field Values
-
-