Package | Description |
---|---|
io.fabric8.gateway.handlers.detecting.protocol.openwire.command |
Command objects used via the Command Pattern to communicate among nodes
|
Modifier and Type | Field and Description |
---|---|
protected SessionId |
ProducerId.parentId |
protected SessionId |
ConsumerId.parentId |
protected SessionId |
SessionInfo.sessionId |
Modifier and Type | Method and Description |
---|---|
SessionId |
ProducerId.getParentId() |
SessionId |
ConsumerId.getParentId() |
SessionId |
SessionInfo.getSessionId() |
Modifier and Type | Method and Description |
---|---|
void |
SessionInfo.setSessionId(SessionId sessionId) |
Constructor and Description |
---|
ConnectionId(SessionId id) |
ConsumerId(SessionId sessionId,
long consumerId) |
ProducerId(SessionId sessionId,
long producerId) |
SessionId(SessionId id) |
SessionInfo(SessionId sessionId) |
Copyright © 2011–2014 Red Hat. All rights reserved.