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