Class BigQueueContextMachineManagementServiceImpl

  • All Implemented Interfaces:
    org.ikasan.spec.bigqueue.service.BigQueueManagementService

    public class BigQueueContextMachineManagementServiceImpl
    extends org.ikasan.component.endpoint.bigqueue.service.AbstractBigQueueManagementService
    Limits the management of the queues to the Context Machine
    • Constructor Summary

      Constructors 
      Constructor Description
      BigQueueContextMachineManagementServiceImpl​(java.lang.String inboundName, org.ikasan.bigqueue.IBigQueue inboundQueue, java.lang.String outboundName, org.ikasan.bigqueue.IBigQueue outboundQueue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.ikasan.bigqueue.IBigQueue getBigQueue​(java.lang.String queueName)  
      • Methods inherited from class org.ikasan.component.endpoint.bigqueue.service.AbstractBigQueueManagementService

        deleteAllMessage, deleteMessage, deleteQueue, getMessages, listQueues, peek, queueExists, size
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BigQueueContextMachineManagementServiceImpl

        public BigQueueContextMachineManagementServiceImpl​(java.lang.String inboundName,
                                                           org.ikasan.bigqueue.IBigQueue inboundQueue,
                                                           java.lang.String outboundName,
                                                           org.ikasan.bigqueue.IBigQueue outboundQueue)
    • Method Detail

      • getBigQueue

        public org.ikasan.bigqueue.IBigQueue getBigQueue​(java.lang.String queueName)
        Specified by:
        getBigQueue in class org.ikasan.component.endpoint.bigqueue.service.AbstractBigQueueManagementService