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)
SalBundleService
controlBundle
in interface SalBundleService
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddBundleMessagesOutput>> addBundleMessages(AddBundleMessagesInput input)
SalBundleService
addBundleMessages
in interface SalBundleService
Copyright © 2019 OpenDaylight. All rights reserved.