OSID Logo
OSID Specifications
topology rules package
Version 3.1.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.TypeedgeEnablerRecordType the type of edge enabler record to retrieve
Returnosid.topology.rules.records.EdgeEnablerRecord the edge enabler record
ErrorsNULL_ARGUMENT edgeEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(edgeEnablerRecordType) is false
Compliancemandatory This method must be implemented.