net.floodlightcontroller.servicechaining
Class BITWServiceNode

java.lang.Object
  extended by net.floodlightcontroller.servicechaining.ServiceNode
      extended by net.floodlightcontroller.servicechaining.BITWServiceNode

public class BITWServiceNode
extends ServiceNode


Nested Class Summary
 
Nested classes/interfaces inherited from class net.floodlightcontroller.servicechaining.ServiceNode
ServiceNode.Direction, ServiceNode.InsertionType
 
Field Summary
protected  NodePortTuple egressPort
           
protected  NodePortTuple ingressPort
           
 
Fields inherited from class net.floodlightcontroller.servicechaining.ServiceNode
name, tenant, type
 
Constructor Summary
BITWServiceNode(java.lang.String tenant, java.lang.String name)
           
 
Method Summary
 NodePortTuple getEgressPort()
           
 NodePortTuple getIngressPort()
           
 void setEgressPort(NodePortTuple egressPort)
           
 void setIngressPort(NodePortTuple ingressPort)
           
 
Methods inherited from class net.floodlightcontroller.servicechaining.ServiceNode
equals, getName, getServiceType, getTenant, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ingressPort

protected NodePortTuple ingressPort

egressPort

protected NodePortTuple egressPort
Constructor Detail

BITWServiceNode

public BITWServiceNode(java.lang.String tenant,
                       java.lang.String name)
Method Detail

getIngressPort

public NodePortTuple getIngressPort()

setIngressPort

public void setIngressPort(NodePortTuple ingressPort)

getEgressPort

public NodePortTuple getEgressPort()

setEgressPort

public void setEgressPort(NodePortTuple egressPort)