Package | Description |
---|---|
etri.sdn.controller | |
etri.sdn.controller.module.devicemanager | |
etri.sdn.controller.module.flowcache |
Modifier and Type | Method and Description |
---|---|
static IListener.Command |
IListener.Command.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IListener.Command[] |
IListener.Command.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IListener.Command |
OFMDeviceManager.reconcileFlows(java.util.ArrayList<OFMatchReconcile> ofmRcList) |
Modifier and Type | Method and Description |
---|---|
IListener.Command |
IFlowReconcileListener.reconcileFlows(java.util.ArrayList<OFMatchReconcile> ofmRcList)
Given an input OFMatch, this method applies the policy of the reconciler
and returns a the same input OFMatch structure modified.
|