Package com.swiftmq.impl.mgmt.standard
Class SwiftletContext
- java.lang.Object
-
- com.swiftmq.impl.mgmt.standard.SwiftletContext
-
- All Implemented Interfaces:
KernelStartupListener
public class SwiftletContext extends java.lang.Object implements KernelStartupListener
-
-
Field Summary
Fields Modifier and Type Field Description boolean
authEnabled
ChallengeResponseFactory
challengeResponseFactory
boolean
connectLoggingEnabled
DispatchQueue
dispatchQueue
JMXUtil
jmxUtil
LogSwiftlet
logSwiftlet
static java.lang.String
MGMT_QUEUE
MgmtSwiftletImpl
mgmtSwiftlet
java.lang.String
password
QueueManager
queueManager
Entity
root
EntityMBean
rootMBean
RoutingSwiftlet
routingSwiftlet
ThreadpoolSwiftlet
threadpoolSwiftlet
TimerSwiftlet
timerSwiftlet
TraceSpace
traceSpace
TraceSwiftlet
traceSwiftlet
Entity
usageList
-
Constructor Summary
Constructors Constructor Description SwiftletContext(MgmtSwiftletImpl mgmtSwiftlet, Entity root)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
kernelStarted()
-
-
-
Field Detail
-
MGMT_QUEUE
public static final java.lang.String MGMT_QUEUE
- See Also:
- Constant Field Values
-
mgmtSwiftlet
public MgmtSwiftletImpl mgmtSwiftlet
-
timerSwiftlet
public TimerSwiftlet timerSwiftlet
-
traceSwiftlet
public TraceSwiftlet traceSwiftlet
-
traceSpace
public TraceSpace traceSpace
-
logSwiftlet
public LogSwiftlet logSwiftlet
-
threadpoolSwiftlet
public ThreadpoolSwiftlet threadpoolSwiftlet
-
routingSwiftlet
public RoutingSwiftlet routingSwiftlet
-
queueManager
public QueueManager queueManager
-
dispatchQueue
public DispatchQueue dispatchQueue
-
root
public Entity root
-
usageList
public Entity usageList
-
challengeResponseFactory
public ChallengeResponseFactory challengeResponseFactory
-
authEnabled
public boolean authEnabled
-
connectLoggingEnabled
public boolean connectLoggingEnabled
-
password
public java.lang.String password
-
jmxUtil
public JMXUtil jmxUtil
-
rootMBean
public EntityMBean rootMBean
-
-
Constructor Detail
-
SwiftletContext
public SwiftletContext(MgmtSwiftletImpl mgmtSwiftlet, Entity root) throws SwiftletException
- Throws:
SwiftletException
-
-
Method Detail
-
kernelStarted
public void kernelStarted()
- Specified by:
kernelStarted
in interfaceKernelStartupListener
-
close
public void close()
-
-