Uses of Class
com.swiftmq.impl.routing.single.connection.RoutingConnection
Packages that use RoutingConnection
Package
Description
-
Uses of RoutingConnection in com.swiftmq.impl.routing.single.connection.event
Methods in com.swiftmq.impl.routing.single.connection.event with parameters of type RoutingConnectionModifier and TypeMethodDescriptionvoid
ActivationListener.activated
(RoutingConnection routingConnection) -
Uses of RoutingConnection in com.swiftmq.impl.routing.single.connection.stage
Fields in com.swiftmq.impl.routing.single.connection.stage declared as RoutingConnectionMethods in com.swiftmq.impl.routing.single.connection.stage with parameters of type RoutingConnectionModifier and TypeMethodDescriptionstatic Stage
StageFactory.createFirstStage
(SwiftletContext ctx, RoutingConnection routingConnection, String protocol) Constructors in com.swiftmq.impl.routing.single.connection.stage with parameters of type RoutingConnectionModifierConstructorDescriptionProtocolSelectStage
(SwiftletContext ctx, RoutingConnection routingConnection, boolean listener) Stage
(SwiftletContext ctx, RoutingConnection routingConnection) -
Uses of RoutingConnection in com.swiftmq.impl.routing.single.connection.v942
Constructors in com.swiftmq.impl.routing.single.connection.v942 with parameters of type RoutingConnectionModifierConstructorDescriptionAuthStage
(SwiftletContext ctx, RoutingConnection routingConnection, ConnectReplyRequest connectReply) ConnectStage
(SwiftletContext ctx, RoutingConnection routingConnection) NonXADeliveryStage
(SwiftletContext ctx, RoutingConnection routingConnection) ThrottleQueue
(SwiftletContext ctx, RoutingConnection connection) XADeliveryStage
(SwiftletContext ctx, RoutingConnection routingConnection) XARecoveryStage
(SwiftletContext ctx, RoutingConnection routingConnection) -
Uses of RoutingConnection in com.swiftmq.impl.routing.single.manager
Fields in com.swiftmq.impl.routing.single.manager with type parameters of type RoutingConnectionModifier and TypeFieldDescriptionprotected Map<String,
RoutingConnection> ConnectionManager.connections
-
Uses of RoutingConnection in com.swiftmq.impl.routing.single.manager.event
Methods in com.swiftmq.impl.routing.single.manager.event that return RoutingConnectionConstructors in com.swiftmq.impl.routing.single.manager.event with parameters of type RoutingConnection -
Uses of RoutingConnection in com.swiftmq.impl.routing.single.manager.po
Methods in com.swiftmq.impl.routing.single.manager.po that return RoutingConnectionConstructors in com.swiftmq.impl.routing.single.manager.po with parameters of type RoutingConnectionModifierConstructorDescriptionPOAddObject
(POCallback callback, Semaphore semaphore, RoutingConnection connection) PORemoveObject
(POCallback callback, Semaphore semaphore, RoutingConnection connection) -
Uses of RoutingConnection in com.swiftmq.impl.routing.single.route
Methods in com.swiftmq.impl.routing.single.route that return RoutingConnectionMethods in com.swiftmq.impl.routing.single.route that return types with arguments of type RoutingConnectionMethods in com.swiftmq.impl.routing.single.route with parameters of type RoutingConnectionModifier and TypeMethodDescriptionvoid
RouteExchanger.activated
(RoutingConnection routingConnection) RouteTable.getConnectionRoutes
(RoutingConnection routingConnection) void
RouteExchanger.processRoute
(RoutingConnection routingConnection, Route route) RouteTable.removeConnectionRoutes
(RoutingConnection routingConnection) void
Route.setRoutingConnection
(RoutingConnection connection) -
Uses of RoutingConnection in com.swiftmq.impl.routing.single.route.po
Methods in com.swiftmq.impl.routing.single.route.po that return RoutingConnectionModifier and TypeMethodDescriptionPOConnectionActivatedObject.getRoutingConnection()
POConnectionRemoveObject.getRoutingConnection()
Constructors in com.swiftmq.impl.routing.single.route.po with parameters of type RoutingConnectionModifierConstructorDescriptionPOConnectionActivatedObject
(RoutingConnection routingConnection) POConnectionRemoveObject
(RoutingConnection routingConnection) -
Uses of RoutingConnection in com.swiftmq.impl.routing.single.route.v400
Methods in com.swiftmq.impl.routing.single.route.v400 that return RoutingConnectionMethods in com.swiftmq.impl.routing.single.route.v400 with parameters of type RoutingConnectionModifier and TypeMethodDescriptionvoid
RouteImpl.setRoutingConnection
(RoutingConnection routingConnection) -
Uses of RoutingConnection in com.swiftmq.impl.routing.single.schedule
Methods in com.swiftmq.impl.routing.single.schedule that return RoutingConnectionModifier and TypeMethodDescriptionprotected RoutingConnection
DefaultScheduler.getNextConnection()
protected RoutingConnection
RoundRobinScheduler.getNextConnection()
protected abstract RoutingConnection
Scheduler.getNextConnection()
DefaultScheduler.ConnectionEntry.getRoutingConnection()
Methods in com.swiftmq.impl.routing.single.schedule with parameters of type RoutingConnectionModifier and TypeMethodDescriptionprotected void
Scheduler.connectionAdded
(RoutingConnection connection) protected void
Scheduler.connectionRemoved
(RoutingConnection connection) void
DefaultScheduler.removeRoutingConnection
(RoutingConnection routingConnection) abstract void
Scheduler.removeRoutingConnection
(RoutingConnection routingConnection) void
SchedulerRegistry.removeRoutingConnection
(RoutingConnection routingConnection) Constructors in com.swiftmq.impl.routing.single.schedule with parameters of type RoutingConnection -
Uses of RoutingConnection in com.swiftmq.impl.routing.single.schedule.po
Methods in com.swiftmq.impl.routing.single.schedule.po that return RoutingConnectionModifier and TypeMethodDescriptionPOConnectionAddedObject.getConnection()
POConnectionRemovedObject.getConnection()
Constructors in com.swiftmq.impl.routing.single.schedule.po with parameters of type RoutingConnectionModifierConstructorDescriptionPOConnectionAddedObject
(RoutingConnection connection) POConnectionRemovedObject
(RoutingConnection connection) -
Uses of RoutingConnection in com.swiftmq.impl.routing.single.smqpr
Constructors in com.swiftmq.impl.routing.single.smqpr with parameters of type RoutingConnectionModifierConstructorDescriptionSMQRVisitor
(SwiftletContext ctx, RoutingConnection routingConnection)