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-messages
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ControlBundleOutput>>
controlBundle(ControlBundleInput input)
Invokecontrol-bundle
RPC.
-
-
-
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:SalBundleService
Invokecontrol-bundle
RPC.Control bundles on openflow device.
- Specified by:
controlBundle
in 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:SalBundleService
Invokeadd-bundle-messages
RPC.Add messages into bundle on openflow device.
- Specified by:
addBundleMessages
in interfaceSalBundleService
- Parameters:
input
- ofadd-bundle-messages
- Returns:
- output of
add-bundle-messages
-
-