Interface TransactionQueuesInterface


  • public interface TransactionQueuesInterface
    • Method Detail

      • listQueueNames

        java.util.List<java.lang.String> listQueueNames()
      • createNewQueue

        TransactionQueueInterface createNewQueue​(java.lang.String name)
                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getOrCreateTransactionQueue

        TransactionQueueInterface getOrCreateTransactionQueue​(java.lang.String name)
                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shutdown

        void shutdown()
        Close any open files or resources in use by the queues.