OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.BrokerProcessorEnabler
Implementsosid.OsidEnabler
Used Byosid.provisioning.rules.BrokerProcessorEnablerAdminSession
osid.provisioning.rules.BrokerProcessorEnablerList
osid.provisioning.rules.BrokerProcessorEnablerLookupSession
Description

A BrokerProcessorEnabler manages the active status of a BrokerProcessor..

MethodgetBrokerProcessorEnablerRecord
Description

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.

Parametersosid.type.TypebrokerProcessorEnablerRecordType the type of broker processor enabler record to retrieve
Returnosid.provisioning.rules.records.BrokerProcessorEnablerRecord the broker processor enabler record
ErrorsNULL_ARGUMENT brokerProcessorEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(brokerProcessorEnablerRecordType) is false
Compliancemandatory This method must be implemented.