Interface BrokerEnabler

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

public interface BrokerEnabler extends OsidEnabler

A BrokerEnabler manages the active status of a Broker.

  • Method Details

    • getBrokerEnablerRecord

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