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.mdsal.binding.api.DataBroker db)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NeutronSFCPortPair
fromMd(PortPair mdPortPair)
protected Collection<PortPair>
getDataObjectList(PortPairs dataObjects)
protected PortPair
toMd(NeutronSFCPortPair neutronPortPair)
-
Methods inherited from class org.opendaylight.neutron.transcriber.AbstractNeutronInterface
getMdParentClass
-
Methods inherited from class org.opendaylight.neutron.transcriber.AbstractTranscriberInterface
add, areAllDependenciesAvailable, checkedCommit, 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:
toMd
in classAbstractTranscriberInterface<PortPair,PortPairs,PortPairKey,NeutronSFCPortPair,Neutron>
-
fromMd
protected NeutronSFCPortPair fromMd(PortPair mdPortPair)
- Specified by:
fromMd
in classAbstractTranscriberInterface<PortPair,PortPairs,PortPairKey,NeutronSFCPortPair,Neutron>
-
getDataObjectList
protected Collection<PortPair> getDataObjectList(PortPairs dataObjects)
- Specified by:
getDataObjectList
in classAbstractTranscriberInterface<PortPair,PortPairs,PortPairKey,NeutronSFCPortPair,Neutron>
-
-