Class DispatchQueue
java.lang.Object
com.swiftmq.impl.mgmt.standard.DispatchQueue
- All Implemented Interfaces:
EventObjectVisitor, EventVisitor, com.swiftmq.mgmt.EntityWatchListener, com.swiftmq.mgmt.PropertyWatchListener, com.swiftmq.swiftlet.routing.event.RoutingListener, com.swiftmq.swiftlet.timer.event.TimerListener, com.swiftmq.tools.pipeline.POVisitor, EventListener
public class DispatchQueue
extends Object
implements EventVisitor, com.swiftmq.swiftlet.timer.event.TimerListener, com.swiftmq.mgmt.EntityWatchListener, com.swiftmq.mgmt.PropertyWatchListener, com.swiftmq.swiftlet.routing.event.RoutingListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voiddestinationActivated(com.swiftmq.swiftlet.routing.event.RoutingEvent event) voiddestinationAdded(com.swiftmq.swiftlet.routing.event.RoutingEvent event) voiddestinationDeactivated(com.swiftmq.swiftlet.routing.event.RoutingEvent event) voiddestinationRemoved(com.swiftmq.swiftlet.routing.event.RoutingEvent event) voiddispatchClientRequest(String userName, String queueName, byte[] buffer) voidentityAdded(com.swiftmq.mgmt.Entity parent, com.swiftmq.mgmt.Entity newEntity) voidentityRemoved(com.swiftmq.mgmt.Entity parent, com.swiftmq.mgmt.Entity delEntity) voidvoidpropertyValueChanged(com.swiftmq.mgmt.Property prop) toString()voidvisit(CheckExpire event) voidvisit(ClientRequest event) voidvoidvisit(Disconnect event) voidvisit(EntityAdded event) voidvisit(EntityRemoved event) voidvisit(PropertyChanged event) voidvisit(RouterAvailable event) voidvisit(RouterUnavailable event) voidvisit(SendUpdates event) voidvisit(SwiftletAdded event) voidvisit(SwiftletRemoved event)
-
Constructor Details
-
DispatchQueue
-
-
Method Details
-
entityAdded
public void entityAdded(com.swiftmq.mgmt.Entity parent, com.swiftmq.mgmt.Entity newEntity) - Specified by:
entityAddedin interfacecom.swiftmq.mgmt.EntityWatchListener
-
entityRemoved
public void entityRemoved(com.swiftmq.mgmt.Entity parent, com.swiftmq.mgmt.Entity delEntity) - Specified by:
entityRemovedin interfacecom.swiftmq.mgmt.EntityWatchListener
-
propertyValueChanged
public void propertyValueChanged(com.swiftmq.mgmt.Property prop) - Specified by:
propertyValueChangedin interfacecom.swiftmq.mgmt.PropertyWatchListener
-
destinationAdded
public void destinationAdded(com.swiftmq.swiftlet.routing.event.RoutingEvent event) - Specified by:
destinationAddedin interfacecom.swiftmq.swiftlet.routing.event.RoutingListener
-
destinationRemoved
public void destinationRemoved(com.swiftmq.swiftlet.routing.event.RoutingEvent event) - Specified by:
destinationRemovedin interfacecom.swiftmq.swiftlet.routing.event.RoutingListener
-
destinationActivated
public void destinationActivated(com.swiftmq.swiftlet.routing.event.RoutingEvent event) - Specified by:
destinationActivatedin interfacecom.swiftmq.swiftlet.routing.event.RoutingListener
-
destinationDeactivated
public void destinationDeactivated(com.swiftmq.swiftlet.routing.event.RoutingEvent event) - Specified by:
destinationDeactivatedin interfacecom.swiftmq.swiftlet.routing.event.RoutingListener
-
performTimeAction
public void performTimeAction()- Specified by:
performTimeActionin interfacecom.swiftmq.swiftlet.timer.event.TimerListener
-
dispatchClientRequest
-
visit
- Specified by:
visitin interfaceEventObjectVisitor
-
visit
- Specified by:
visitin interfaceEventObjectVisitor
-
visit
- Specified by:
visitin interfaceEventObjectVisitor
-
visit
- Specified by:
visitin interfaceEventObjectVisitor
-
visit
- Specified by:
visitin interfaceEventObjectVisitor
-
visit
- Specified by:
visitin interfaceEventObjectVisitor
-
visit
- Specified by:
visitin interfaceEventObjectVisitor
-
visit
- Specified by:
visitin interfaceEventVisitor
-
visit
- Specified by:
visitin interfaceEventVisitor
-
visit
- Specified by:
visitin interfaceEventVisitor
-
visit
- Specified by:
visitin interfaceEventVisitor
-
close
public void close() -
toString
-