OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.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.TypebrokerProcessorEnablerRecordTypethe type of broker processor enabler record to retrieve
Returnosid.provisioning.rules.records.BrokerProcessorEnablerRecordthe broker processor enabler record
ErrorsNULL_ARGUMENTbrokerProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(brokerProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.