Class NeutronSFCPortPairInterface
- java.lang.Object
-
- org.opendaylight.neutron.transcriber.AbstractTranscriberInterface<T,U,K,S,Neutron>
-
- org.opendaylight.neutron.transcriber.AbstractNeutronInterface<PortPair,PortPairs,PortPairKey,NeutronSFCPortPair>
-
- org.opendaylight.neutron.transcriber.NeutronSFCPortPairInterface
-
- All Implemented Interfaces:
AutoCloseable,INeutronCRUD<NeutronSFCPortPair>,INeutronSFCPortPairCRUD
@Singleton public final class NeutronSFCPortPairInterface extends AbstractNeutronInterface<PortPair,PortPairs,PortPairKey,NeutronSFCPortPair> implements INeutronSFCPortPairCRUD
Created by Anil Vishnoi (avishnoi@Brocade.com).
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.neutron.spi.INeutronCRUD
INeutronCRUD.Result
-
-
Constructor Summary
Constructors Constructor Description NeutronSFCPortPairInterface(org.opendaylight.controller.md.sal.binding.api.DataBroker db)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NeutronSFCPortPairfromMd(PortPair mdPortPair)protected List<PortPair>getDataObjectList(PortPairs dataObjects)protected PortPairtoMd(NeutronSFCPortPair neutronPortPair)-
Methods inherited from class org.opendaylight.neutron.transcriber.AbstractNeutronInterface
getMdParentClass
-
Methods inherited from class org.opendaylight.neutron.transcriber.AbstractTranscriberInterface
add, areAllDependenciesAvailable, close, exists, fromMdAdminAttributes, fromMdBaseAttributes, fromMdIds, get, getAll, getDataBroker, ifNonNull, readMd, remove, toMd, toMdAdminAttributes, toMdBaseAttributes, toMdIds, toMdIds, toUuid, update
-
-
-
-
Method Detail
-
toMd
protected PortPair toMd(NeutronSFCPortPair neutronPortPair)
- Specified by:
toMdin classAbstractTranscriberInterface<PortPair,PortPairs,PortPairKey,NeutronSFCPortPair,Neutron>
-
fromMd
protected NeutronSFCPortPair fromMd(PortPair mdPortPair)
- Specified by:
fromMdin classAbstractTranscriberInterface<PortPair,PortPairs,PortPairKey,NeutronSFCPortPair,Neutron>
-
getDataObjectList
protected List<PortPair> getDataObjectList(PortPairs dataObjects)
- Specified by:
getDataObjectListin classAbstractTranscriberInterface<PortPair,PortPairs,PortPairKey,NeutronSFCPortPair,Neutron>
-
-