Class SalBundleServiceImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.sal.SalBundleServiceImpl
- All Implemented Interfaces:
SalBundleService
,org.opendaylight.yangtools.yang.binding.RpcService
Simple bundle extension service.
-
Constructor Summary
ConstructorDescriptionSalBundleServiceImpl
(SalExperimenterMessageService experimenterMessageService) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddBundleMessagesOutput>>
Invokeadd-bundle-messages
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ControlBundleOutput>>
controlBundle
(ControlBundleInput input) Invokecontrol-bundle
RPC.
-
Constructor Details
-
SalBundleServiceImpl
-
-
Method Details
-
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
-