Interface PoolEnabler

All Superinterfaces:
Browsable, Extensible, Identifiable, Operable, OsidEnabler, OsidObject, OsidRule, Temporal

public interface PoolEnabler extends OsidEnabler

A PoolEnabler manages the active status of a Pool.

  • Method Details

    • getPoolEnablerRecord

      PoolEnablerRecord getPoolEnablerRecord(Type poolEnablerRecordType) throws OperationFailedException
      Gets the pool enabler record corresponding to the given PoolEnabler record Type . This method ie used to retrieve an object implementing the requested record. The poolEnablerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(poolEnablerRecordType) is true.
      Parameters:
      poolEnablerRecordType - the type of pool enabler record to retrieve
      Returns:
      the pool enabler record
      Throws:
      NullArgumentException - poolEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(poolEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.