Class NeutronSFCPortChainInterface
- java.lang.Object
-
- org.opendaylight.neutron.transcriber.AbstractTranscriberInterface<T,U,K,S,Neutron>
-
- org.opendaylight.neutron.transcriber.AbstractNeutronInterface<PortChain,PortChains,PortChainKey,NeutronSFCPortChain>
-
- org.opendaylight.neutron.transcriber.NeutronSFCPortChainInterface
-
- All Implemented Interfaces:
AutoCloseable
,INeutronCRUD<NeutronSFCPortChain>
,INeutronSFCPortChainCRUD
@Singleton public final class NeutronSFCPortChainInterface extends AbstractNeutronInterface<PortChain,PortChains,PortChainKey,NeutronSFCPortChain> implements INeutronSFCPortChainCRUD
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 NeutronSFCPortChainInterface(org.opendaylight.mdsal.binding.api.DataBroker db)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NeutronSFCPortChain
fromMd(PortChain mdPortChain)
protected Collection<PortChain>
getDataObjectList(PortChains dataObjects)
protected PortChain
toMd(NeutronSFCPortChain neutronPortChain)
-
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
-
getDataObjectList
protected Collection<PortChain> getDataObjectList(PortChains dataObjects)
- Specified by:
getDataObjectList
in classAbstractTranscriberInterface<PortChain,PortChains,PortChainKey,NeutronSFCPortChain,Neutron>
-
toMd
protected PortChain toMd(NeutronSFCPortChain neutronPortChain)
- Specified by:
toMd
in classAbstractTranscriberInterface<PortChain,PortChains,PortChainKey,NeutronSFCPortChain,Neutron>
-
fromMd
protected NeutronSFCPortChain fromMd(PortChain mdPortChain)
- Specified by:
fromMd
in classAbstractTranscriberInterface<PortChain,PortChains,PortChainKey,NeutronSFCPortChain,Neutron>
-
-