Class SwiftletContext

java.lang.Object
com.swiftmq.impl.routing.single.SwiftletContext
Direct Known Subclasses:
USwiftletContext

public class SwiftletContext extends Object
  • 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

      public RoutingSwiftletImpl routingSwiftlet
    • schedulerSwiftlet

      public SchedulerSwiftlet schedulerSwiftlet
    • connectionManager

      public ConnectionManager connectionManager
    • root

      public Entity root
    • usageList

      public Entity usageList
    • routerName

      public String routerName
    • unroutableQueue

      public String unroutableQueue
    • challengeResponseFactory

      public ChallengeResponseFactory challengeResponseFactory
    • schedulerRegistry

      public SchedulerRegistry schedulerRegistry
    • roundRobinEnabled

      public boolean roundRobinEnabled
    • inboundFCEnabled

      public boolean inboundFCEnabled
    • routeExchanger

      public RouteExchanger routeExchanger
  • Constructor Details

    • SwiftletContext

      protected SwiftletContext(RoutingSwiftletImpl routingSwiftlet, Entity root) throws SwiftletException
      Throws:
      SwiftletException
  • Method Details