com.ibm.uddi.v3.management
Interface LimitConstants
- public interface LimitConstants
Limit
IDs. Note that the definitive
list of limit IDs is obtained by invoking the getLimitInfos operation
on the UddiNode MBean.
Field Summary
Modifier and Type | Field and Description |
---|---|
|
ASSERTION_LIMIT
The
Limit with this ID specifies the maximum number of
publisherAssertions a UDDI publisher can publish.
|
|
BINDING_LIMIT
The
Limit with this ID specifies the maximum number of
bindingTemplates a UDDI publisher can publish.
|
|
BUSINESS_LIMIT
The
Limit with this ID specifies the maximum number of
businessEntities a UDDI publisher can publish.
|
|
SERVICE_LIMIT
The
Limit with this ID specifies the maximum number of
businessServices a UDDI publisher can publish.
|
|
TMODEL_LIMIT
The
Limit with this ID specifies the maximum number of
tModels a UDDI publisher can publish.
|
Field Detail
BUSINESS_LIMIT
- static final java.lang.String BUSINESS_LIMIT
See Also:
SERVICE_LIMIT
- 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:
BINDING_LIMIT
- 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:
TMODEL_LIMIT
- 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:
ASSERTION_LIMIT
- 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:
Limit
with this ID specifies the maximum number of businessEntities a UDDI publisher can publish.