Interface BrokerConstrainerEnabler

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

public interface BrokerConstrainerEnabler extends OsidEnabler

A BrokerConstrainerEnabler manages the active status of a BrokerConstrainer .

  • Method Details

    • getBrokerConstrainerEnablerRecord

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