|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.floodlightcontroller.servicechaining.ServiceNode
net.floodlightcontroller.servicechaining.BITWServiceNode
public class BITWServiceNode
| 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 |
|---|
protected NodePortTuple ingressPort
protected NodePortTuple egressPort
| Constructor Detail |
|---|
public BITWServiceNode(java.lang.String tenant,
java.lang.String name)
| Method Detail |
|---|
public NodePortTuple getIngressPort()
public void setIngressPort(NodePortTuple ingressPort)
public NodePortTuple getEgressPort()
public void setEgressPort(NodePortTuple egressPort)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||