Class SwiftletContext
java.lang.Object
com.swiftmq.impl.mgmt.standard.SwiftletContext
- All Implemented Interfaces:
com.swiftmq.swiftlet.event.KernelStartupListener
public class SwiftletContext
extends Object
implements com.swiftmq.swiftlet.event.KernelStartupListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleancom.swiftmq.auth.ChallengeResponseFactorybooleancom.swiftmq.swiftlet.log.LogSwiftletstatic final Stringcom.swiftmq.swiftlet.queue.QueueManagercom.swiftmq.mgmt.Entitycom.swiftmq.swiftlet.routing.RoutingSwiftletcom.swiftmq.swiftlet.threadpool.ThreadpoolSwiftletcom.swiftmq.swiftlet.timer.TimerSwiftletcom.swiftmq.swiftlet.trace.TraceSpacecom.swiftmq.swiftlet.trace.TraceSwiftletcom.swiftmq.mgmt.Entity -
Constructor Summary
ConstructorsConstructorDescriptionSwiftletContext(MgmtSwiftletImpl mgmtSwiftlet, com.swiftmq.mgmt.Entity root) -
Method Summary
-
Field Details
-
MGMT_QUEUE
- See Also:
-
mgmtSwiftlet
-
timerSwiftlet
public com.swiftmq.swiftlet.timer.TimerSwiftlet timerSwiftlet -
traceSwiftlet
public com.swiftmq.swiftlet.trace.TraceSwiftlet traceSwiftlet -
traceSpace
public com.swiftmq.swiftlet.trace.TraceSpace traceSpace -
logSwiftlet
public com.swiftmq.swiftlet.log.LogSwiftlet logSwiftlet -
threadpoolSwiftlet
public com.swiftmq.swiftlet.threadpool.ThreadpoolSwiftlet threadpoolSwiftlet -
routingSwiftlet
public com.swiftmq.swiftlet.routing.RoutingSwiftlet routingSwiftlet -
queueManager
public com.swiftmq.swiftlet.queue.QueueManager queueManager -
dispatchQueue
-
root
public com.swiftmq.mgmt.Entity root -
usageList
public com.swiftmq.mgmt.Entity usageList -
challengeResponseFactory
public com.swiftmq.auth.ChallengeResponseFactory challengeResponseFactory -
authEnabled
public boolean authEnabled -
connectLoggingEnabled
public boolean connectLoggingEnabled -
password
-
jmxUtil
-
rootMBean
-
-
Constructor Details
-
SwiftletContext
public SwiftletContext(MgmtSwiftletImpl mgmtSwiftlet, com.swiftmq.mgmt.Entity root) throws com.swiftmq.swiftlet.SwiftletException - Throws:
com.swiftmq.swiftlet.SwiftletException
-
-
Method Details
-
kernelStarted
public void kernelStarted()- Specified by:
kernelStartedin interfacecom.swiftmq.swiftlet.event.KernelStartupListener
-
close
public void close()
-