| Constructor and Description |
|---|
ContextImpl(ContextProperties props) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSession(JCSMPSession s) |
void |
destroy()
Closes all sessions in this context and signals Context threads to shutdown.
|
ExecutorService |
getCacheService() |
ExecutorService |
getConnectNotifyService() |
ConsumerNotificationDispatcher |
getConsumerDispatcher() |
int |
getContextId() |
ExecutorService |
getExecutorService() |
SyncEventDispatcherReactor |
getIOReactor() |
ProducerNotificationDispatcher |
getProducerDispatcher() |
ExecutorService |
getRetransmitService() |
void |
removeSession(JCSMPSession s) |
String |
toString() |
public ContextImpl(ContextProperties props)
public final SyncEventDispatcherReactor getIOReactor()
public final ConsumerNotificationDispatcher getConsumerDispatcher()
public final ProducerNotificationDispatcher getProducerDispatcher()
public void addSession(JCSMPSession s)
public void removeSession(JCSMPSession s)
public ExecutorService getExecutorService()
public ExecutorService getConnectNotifyService()
public ExecutorService getRetransmitService()
public ExecutorService getCacheService()
public void destroy()
Contextpublic int getContextId()
Copyright 2004-2020 Solace Corporation. All rights reserved.