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)Invokeadd-bundle-messagesRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ControlBundleOutput>>controlBundle(ControlBundleInput input)Invokecontrol-bundleRPC.
-
-
-
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:SalBundleServiceInvokecontrol-bundleRPC.Control bundles on openflow device.- Specified by:
controlBundlein interfaceSalBundleService- Parameters:
input- ofcontrol-bundle- Returns:
- output of
control-bundle
-
addBundleMessages
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddBundleMessagesOutput>> addBundleMessages(AddBundleMessagesInput input)
Description copied from interface:SalBundleServiceInvokeadd-bundle-messagesRPC.Add messages into bundle on openflow device.- Specified by:
addBundleMessagesin interfaceSalBundleService- Parameters:
input- ofadd-bundle-messages- Returns:
- output of
add-bundle-messages
-
-