Class SalBundleServiceImpl

  • All Implemented Interfaces:
    SalBundleService, org.opendaylight.yangtools.yang.binding.RpcService

    public class SalBundleServiceImpl
    extends Object
    implements SalBundleService
    Simple bundle extension service.
    • 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
        Invoke control-bundle RPC.
             
                 Control bundles on openflow device.
             
         
        Specified by:
        controlBundle in interface SalBundleService
        Parameters:
        input - of control-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
        Invoke add-bundle-messages RPC.
             
                 Add messages into bundle on openflow device.
             
         
        Specified by:
        addBundleMessages in interface SalBundleService
        Parameters:
        input - of add-bundle-messages
        Returns:
        output of add-bundle-messages