org.openflow.protocol.instruction
Class OFInstructionWriteActions

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

public class OFInstructionWriteActions
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
OFInstructionWriteActions()
           
OFInstructionWriteActions(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

OFInstructionWriteActions

public OFInstructionWriteActions()

OFInstructionWriteActions

public OFInstructionWriteActions(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"