Package | Description |
---|---|
etri.sdn.controller.module.devicemanager | |
etri.sdn.controller.module.forwarding | |
etri.sdn.controller.module.topologymanager |
Modifier and Type | Field and Description |
---|---|
private ITopologyService |
OFMDeviceManager.topology |
ITopologyService |
Devices.topology |
private static ITopologyService |
OFMDeviceManager.topologyServiceCache |
Modifier and Type | Method and Description |
---|---|
ITopologyService |
OFMDeviceManager.getTopologyService()
Returns the reference of the topology service.
|
static ITopologyService |
OFMDeviceManager.getTopologyServiceRef() |
Modifier and Type | Method and Description |
---|---|
static Devices |
Devices.getInstance(ITopologyService topo,
IEntityClassifierService clf)
Returns the instance of
Devices class. |
Constructor and Description |
---|
Devices(ITopologyService topo,
IEntityClassifierService clf)
Constructor
|
Modifier and Type | Field and Description |
---|---|
protected ITopologyService |
ForwardingBase.topology |
Modifier and Type | Class and Description |
---|---|
class |
OFMTopologyManager
Topology Manager Module.
|