Class SalBundleServiceImpl
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.services.sal.SalBundleServiceImpl
-
- All Implemented Interfaces:
SalBundleService,org.opendaylight.yangtools.yang.binding.RpcService
public class SalBundleServiceImpl extends Object implements SalBundleService
Simple bundle extension service.
-
-
Constructor Summary
Constructors Constructor Description SalBundleServiceImpl(SalExperimenterMessageService experimenterMessageService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddBundleMessagesOutput>>addBundleMessages(AddBundleMessagesInput input)Add messages into bundle on openflow device.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ControlBundleOutput>>controlBundle(ControlBundleInput input)Control bundles on openflow device.
-
-
-
Constructor Detail
-
SalBundleServiceImpl
public SalBundleServiceImpl(SalExperimenterMessageService experimenterMessageService)
-
-
Method Detail
-
controlBundle
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ControlBundleOutput>> controlBundle(ControlBundleInput input)
Description copied from interface:SalBundleServiceControl bundles on openflow device.- Specified by:
controlBundlein interfaceSalBundleService
-
addBundleMessages
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddBundleMessagesOutput>> addBundleMessages(AddBundleMessagesInput input)
Description copied from interface:SalBundleServiceAdd messages into bundle on openflow device.- Specified by:
addBundleMessagesin interfaceSalBundleService
-
-