Package com.swiftmq.swiftlet.queue.event
Class QueueManagerAdapter
java.lang.Object
com.swiftmq.swiftlet.queue.event.QueueManagerAdapter
- All Implemented Interfaces:
QueueManagerListener
,EventListener
- Direct Known Subclasses:
QueueHandler
An adapter class for QueueManagerListener
- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Will be called from the QueueManager after queue start.void
Will be called from the QueueManager before queue start.void
Will be called from the QueueManager before queue stop.void
Will be called from the QueueManager after queue stop.
-
Constructor Details
-
QueueManagerAdapter
public QueueManagerAdapter()
-
-
Method Details
-
queueStartInitiated
Description copied from interface:QueueManagerListener
Will be called from the QueueManager before queue start.- Specified by:
queueStartInitiated
in interfaceQueueManagerListener
- Parameters:
evt
- queue manager event
-
queueStarted
Description copied from interface:QueueManagerListener
Will be called from the QueueManager after queue start.- Specified by:
queueStarted
in interfaceQueueManagerListener
- Parameters:
evt
- queue manager event
-
queueStopInitiated
Description copied from interface:QueueManagerListener
Will be called from the QueueManager before queue stop.- Specified by:
queueStopInitiated
in interfaceQueueManagerListener
- Parameters:
evt
- queue manager event
-
queueStopped
Description copied from interface:QueueManagerListener
Will be called from the QueueManager after queue stop.- Specified by:
queueStopped
in interfaceQueueManagerListener
- Parameters:
evt
- queue manager event
-