Interface BrokerProcessorEnabler

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

public interface BrokerProcessorEnabler extends OsidEnabler

A BrokerProcessorEnabler manages the active status of a BrokerProcessor ..

  • Method Details

    • getBrokerProcessorEnablerRecord

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