OSID Logo
OSID Specifications
topology rules package
Version 3.0.0
Interfaceosid.topology.rules.EdgeEnabler
Implementsosid.OsidEnabler
Used Byosid.topology.rules.EdgeEnablerAdminSession
osid.topology.rules.EdgeEnablerList
osid.topology.rules.EdgeEnablerLookupSession
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_ARGUMENTedgeEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(edgeEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.