public interface BrokerConstrainer extends OsidConstrainer
A BrokerConstrainer describes the rules for constraining
the pools and queues allowed in a broker.
| Modifier and Type | Method and Description |
|---|---|
BrokerConstrainerRecord |
getBrokerConstrainerRecord(Type brokerConstrainerRecordType)
Gets the broker constrainer record corresponding to the given
BrokerConstrainer record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeisActive, isDisabled, isEnabled, isOperationalBrokerConstrainerRecord getBrokerConstrainerRecord(Type brokerConstrainerRecordType) throws OperationFailedException
BrokerConstrainer record Type. This method is
used to retrieve an object implementing the requested record. The
brokerConstrainerRecordType may be the Type
returned in getRecordTypes() or any of its
parents in a Type hierarchy where
hasRecordType(brokerConstrainerRecordType) is true
.brokerConstrainerRecordType - the type of broker constrainer
record to retrieveNullArgumentException -
brokerConstrainerRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(brokerConstrainerRecordType) is
false mandatory - This method must be implemented.