Package net.handle.hdllib
Interface TransactionQueuesInterface
public interface TransactionQueuesInterface
-
Method Summary
Modifier and TypeMethodDescriptioncreateNewQueue
(String name) void
shutdown()
Close any open files or resources in use by the queues.
-
Method Details
-
listQueueNames
-
getQueue
-
getThisServersTransactionQueue
TransactionQueueInterface getThisServersTransactionQueue() -
createNewQueue
- Throws:
Exception
-
getOrCreateTransactionQueue
- Throws:
Exception
-
shutdown
void shutdown()Close any open files or resources in use by the queues.
-