net.floodlightcontroller.servicechaining
Interface IServiceChainingService
- All Superinterfaces:
- IFloodlightService
public interface IServiceChainingService
- extends IFloodlightService
Field Summary |
static FloodlightContextStore<java.lang.String> |
scStore
A FloodlightContextStore object that can be used to interact with the
FloodlightContext information created by ServiceInsertion. |
scStore
static final FloodlightContextStore<java.lang.String> scStore
- A FloodlightContextStore object that can be used to interact with the
FloodlightContext information created by ServiceInsertion.
getServiceChainBySrcBVS
ServiceChain getServiceChainBySrcBVS(java.lang.String bvsName)
- Returns the service chain by source BVS.
- Parameters:
bvsName
-
- Returns:
- the ServiceChain, null is the requested service is not found.
getServiceChainByDstBVS
ServiceChain getServiceChainByDstBVS(java.lang.String bvsName)
- Returns the service chain by destination BVS.
- Parameters:
bvsName
-
- Returns:
- the ServiceChain, null is the requested service is not found.