Package com.swiftmq.impl.routing.single
Class SwiftletContext
java.lang.Object
com.swiftmq.impl.routing.single.SwiftletContext
- Direct Known Subclasses:
USwiftletContext
-
Field Summary
Modifier and TypeFieldDescriptionChallengeResponseFactory
boolean
LogSwiftlet
NetworkSwiftlet
QueueManager
Entity
boolean
SchedulerSwiftlet
ThreadpoolSwiftlet
TimerSwiftlet
TraceSpace
TraceSwiftlet
Entity
XAResourceManagerSwiftlet
-
Constructor Summary
ModifierConstructorDescriptionprotected
SwiftletContext
(RoutingSwiftletImpl routingSwiftlet, Entity root) -
Method Summary
-
Field Details
-
timerSwiftlet
public TimerSwiftlet timerSwiftlet -
traceSwiftlet
public TraceSwiftlet traceSwiftlet -
traceSpace
public TraceSpace traceSpace -
logSwiftlet
public LogSwiftlet logSwiftlet -
threadpoolSwiftlet
public ThreadpoolSwiftlet threadpoolSwiftlet -
networkSwiftlet
public NetworkSwiftlet networkSwiftlet -
queueManager
public QueueManager queueManager -
xaResourceManagerSwiftlet
public XAResourceManagerSwiftlet xaResourceManagerSwiftlet -
routingSwiftlet
-
schedulerSwiftlet
public SchedulerSwiftlet schedulerSwiftlet -
connectionManager
-
root
public Entity root -
usageList
public Entity usageList -
routerName
-
unroutableQueue
-
challengeResponseFactory
public ChallengeResponseFactory challengeResponseFactory -
schedulerRegistry
-
roundRobinEnabled
public boolean roundRobinEnabled -
inboundFCEnabled
public boolean inboundFCEnabled -
routeExchanger
-
-
Constructor Details
-
SwiftletContext
protected SwiftletContext(RoutingSwiftletImpl routingSwiftlet, Entity root) throws SwiftletException - Throws:
SwiftletException
-
-
Method Details
-
createConnectionManager
-