Class NeutronPortInterface
- java.lang.Object
-
- org.opendaylight.neutron.transcriber.AbstractTranscriberInterface<T,U,K,S,Neutron>
-
- org.opendaylight.neutron.transcriber.AbstractNeutronInterface<Port,Ports,PortKey,NeutronPort>
-
- org.opendaylight.neutron.transcriber.NeutronPortInterface
-
- All Implemented Interfaces:
AutoCloseable,INeutronCRUD<NeutronPort>,INeutronPortCRUD
@Singleton public final class NeutronPortInterface extends AbstractNeutronInterface<Port,Ports,PortKey,NeutronPort> implements INeutronPortCRUD
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.neutron.spi.INeutronCRUD
INeutronCRUD.Result
-
-
Constructor Summary
Constructors Constructor Description NeutronPortInterface(org.opendaylight.controller.md.sal.binding.api.DataBroker db)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddExtensions(Port port, NeutronPort result)protected NeutronPortfromMd(Port port)protected List<Port>getDataObjectList(Ports ports)protected PorttoMd(NeutronPort neutronPort)-
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
-
getDataObjectList
protected List<Port> getDataObjectList(Ports ports)
- Specified by:
getDataObjectListin classAbstractTranscriberInterface<Port,Ports,PortKey,NeutronPort,Neutron>
-
addExtensions
protected void addExtensions(Port port, NeutronPort result)
-
fromMd
protected NeutronPort fromMd(Port port)
- Specified by:
fromMdin classAbstractTranscriberInterface<Port,Ports,PortKey,NeutronPort,Neutron>
-
toMd
protected Port toMd(NeutronPort neutronPort)
- Specified by:
toMdin classAbstractTranscriberInterface<Port,Ports,PortKey,NeutronPort,Neutron>
-
-