public class DataPathEventActionBundle extends Object
DataPathEventAction
to be executed in
sequenceConstructor and Description |
---|
DataPathEventActionBundle(DataPathEventAction... actions) |
DataPathEventActionBundle(List<DataPathEventAction> actions) |
Modifier and Type | Method and Description |
---|---|
void |
executeBundle(DataPathId dpid,
OpenflowEventType eventType)
Execute the task bundle against the given datapath
|
List<DataPathEventAction> |
getDataPathEventActions() |
public DataPathEventActionBundle(DataPathEventAction... actions)
actions
- The set of actions to include in the bundlepublic DataPathEventActionBundle(List<DataPathEventAction> actions)
actions
- The List of actions to include in the bundlepublic void executeBundle(DataPathId dpid, OpenflowEventType eventType)
dpid
- The datapath id for the datapath we are operating
againsteventType
- The event type to run against the bundlepublic List<DataPathEventAction> getDataPathEventActions()
Copyright © 2015. All Rights Reserved.