Package | Description |
---|---|
org.apache.activemq |
The core JMS client API implementation classes.
|
org.apache.activemq.command |
Command objects used via the Command Pattern to communicate among nodes
|
org.apache.activemq.state |
Modifier and Type | Field and Description |
---|---|
protected SessionInfo |
ActiveMQSession.info |
Modifier and Type | Method and Description |
---|---|
protected SessionInfo |
ActiveMQSession.getSessionInfo()
Returns the SessionInfo bean.
|
Constructor and Description |
---|
ConsumerInfo(SessionInfo sessionInfo,
long consumerId) |
ProducerInfo(SessionInfo sessionInfo,
long producerId) |
Modifier and Type | Method and Description |
---|---|
SessionInfo |
SessionState.getInfo() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionState.addSession(SessionInfo info) |
Response |
ConnectionStateTracker.processAddSession(SessionInfo info) |
Response |
CommandVisitorAdapter.processAddSession(SessionInfo info) |
Response |
CommandVisitor.processAddSession(SessionInfo info) |
Constructor and Description |
---|
SessionState(SessionInfo info) |
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.