org.openflow.protocol.instruction
Class OFInstructionClearActions

java.lang.Object
  extended by org.openflow.protocol.instruction.OFInstruction
      extended by org.openflow.protocol.instruction.OFInstructionActions
          extended by org.openflow.protocol.instruction.OFInstructionClearActions
All Implemented Interfaces:
java.lang.Cloneable, OFActionFactoryAware

public class OFInstructionClearActions
extends OFInstructionActions

Author:
Srini Seetharaman (srini.seetharaman@gmail.com)

Field Summary
 
Fields inherited from class org.openflow.protocol.instruction.OFInstructionActions
actionFactory, actions, MINIMUM_LENGTH
 
Fields inherited from class org.openflow.protocol.instruction.OFInstruction
length, OFFSET_LENGTH, OFFSET_TYPE, type
 
Constructor Summary
OFInstructionClearActions()
           
OFInstructionClearActions(java.util.List<OFAction> actions)
           
 
Method Summary
 java.lang.String toString()
          Returns a summary of the message
 
Methods inherited from class org.openflow.protocol.instruction.OFInstructionActions
clone, equals, getActions, hashCode, readFrom, setActionFactory, setActions, writeTo
 
Methods inherited from class org.openflow.protocol.instruction.OFInstruction
fromString, getLength, getLengthU, getType, setLength, setType
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OFInstructionClearActions

public OFInstructionClearActions()

OFInstructionClearActions

public OFInstructionClearActions(java.util.List<OFAction> actions)
Method Detail

toString

public java.lang.String toString()
Description copied from class: OFInstruction
Returns a summary of the message

Overrides:
toString in class OFInstructionActions
Returns:
"ofmsg=v=$version;t=$type:l=$len:xid=$xid"