public class VplsNeighbourHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.onosproject.vpls.VplsNeighbourHandler.VplsConfigListener |
configListener |
protected org.onosproject.net.config.NetworkConfigService |
configService |
protected org.onosproject.core.CoreService |
coreService |
protected org.onosproject.net.device.DeviceService |
deviceService |
protected InterfaceService |
interfaceService |
protected org.onosproject.vpls.VplsNeighbourHandler.VplsNeighbourMessageHandler |
neighbourHandler |
protected NeighbourResolutionService |
neighbourService |
protected VplsConfigService |
vplsConfigService |
| Constructor and Description |
|---|
VplsNeighbourHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate() |
protected void |
deactivate() |
protected void |
handleReply(NeighbourMessageContext context,
org.onosproject.net.host.HostService hostService)
Handles reply messages between VLAN tagged interfaces.
|
protected void |
handleRequest(NeighbourMessageContext context)
Handles request messages.
|
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.core.CoreService coreService
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.net.device.DeviceService deviceService
@Reference(cardinality=MANDATORY_UNARY) protected InterfaceService interfaceService
@Reference(cardinality=MANDATORY_UNARY) protected NeighbourResolutionService neighbourService
@Reference(cardinality=MANDATORY_UNARY) protected VplsConfigService vplsConfigService
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.net.config.NetworkConfigService configService
protected org.onosproject.vpls.VplsNeighbourHandler.VplsNeighbourMessageHandler neighbourHandler
protected org.onosproject.vpls.VplsNeighbourHandler.VplsConfigListener configListener
@Activate protected void activate()
@Deactivate protected void deactivate()
protected void handleRequest(NeighbourMessageContext context)
context - the message contextprotected void handleReply(NeighbourMessageContext context, org.onosproject.net.host.HostService hostService)
context - the message contexthostService - the host service