OSID Logo
OSID Specifications
provisioning package
Version 3.0.0
Release Candidate Preview
Interfaceosid.provisioning.Broker
Implementsosid.OsidGovernator
Description

A Broker manages queues and pools.

MethodgetBrokerRecord
Description

Gets the broker record corresponding to the given Broker record Type. This method is used to retrieve an object implementing the requested record. The brokerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(brokerRecordType) is true .

Parametersosid.type.TypebrokerRecordTypethe type of broker record to retrieve
Returnosid.provisioning.records.BrokerRecordthe broker record
ErrorsNULL_ARGUMENT brokerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(brokerRecordType) is false
CompliancemandatoryThis method must be implemented.