OSID Logo
OSID Specifications
topology rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.topology.rules.EdgeEnabler
Implementsosid.OsidEnabler
Description

An EdgeEnabler describes the rules for making an Edge effective.

MethodgetEdgeEnablerRecord
Description

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

Parametersosid.type.TypeedgeEnablerRecordTypethe type of edge enabler record to retrieve
Returnosid.topology.rules.records.EdgeEnablerRecordthe edge enabler record
ErrorsNULL_ARGUMENT edgeEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(edgeEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.