public class SalBundleServiceImpl extends Object implements SalBundleService
| Constructor and Description |
|---|
SalBundleServiceImpl(SalExperimenterMessageService experimenterMessageService) |
| Modifier and Type | Method and 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.
|
public SalBundleServiceImpl(SalExperimenterMessageService experimenterMessageService)
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ControlBundleOutput>> controlBundle(ControlBundleInput input)
SalBundleServicecontrolBundle in interface SalBundleServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddBundleMessagesOutput>> addBundleMessages(AddBundleMessagesInput input)
SalBundleServiceaddBundleMessages in interface SalBundleServiceCopyright © 2019 OpenDaylight. All rights reserved.