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
ConstructorsConstructorDescriptionSalBundleServiceImpl(SalExperimenterMessageService experimenterMessageService) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddBundleMessagesOutput>>Invokeadd-bundle-messagesRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ControlBundleOutput>>controlBundle(ControlBundleInput input) Invokecontrol-bundleRPC.
-
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: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
-