| Package | Description |
|---|---|
| org.apache.qpid.client | |
| org.apache.qpid.client.message | |
| org.apache.qpid.transport |
| Modifier and Type | Method and Description |
|---|---|
protected Session |
AMQSession_0_10.createSession() |
Session |
XASessionImpl.createSession()
Create a qpid session.
|
protected Session |
AMQSession_0_10.getQpidSession()
Access to the underlying Qpid Session
|
protected Session |
XASessionImpl.getQpidSession()
Access to the underlying Qpid Session
|
| Modifier and Type | Method and Description |
|---|---|
void |
AMQSession_0_10.closed(Session ssn) |
void |
AMQSession_0_10.exception(Session ssn,
SessionException exc) |
void |
AMQSession_0_10.message(Session ssn,
MessageTransfer xfr) |
void |
AMQSession_0_10.opened(Session ssn) |
void |
AMQSession_0_10.resumed(Session ssn) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AMQMessageDelegate_0_10.updateExchangeTypeMapping(Header header,
Session session)
Use the 0-10 ExchangeQuery call to validate the exchange type.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
Connection.createSession() |
Session |
Connection.createSession(Binary name,
long expiry) |
Session |
Connection.createSession(Binary name,
long expiry,
boolean isNoReplay) |
Session |
Connection.createSession(byte[] name,
long expiry) |
Session |
Connection.createSession(long expiry) |
Session |
Connection.createSession(long expiry,
boolean isNoReplay) |
Session |
Connection.createSession(String name) |
Session |
Connection.createSession(String name,
long expiry) |
Session |
Connection.createSession(String name,
long expiry,
boolean isNoReplay) |
Session |
ServerDelegate.getSession(Connection conn,
SessionAttach atc) |
protected Session |
ServerDelegate.getSession(Connection conn,
SessionDelegate delegate,
SessionAttach atc) |
Session |
Connection.getSession(int channel) |
Session |
Connection.SessionFactory.newSession(Connection conn,
Binary name,
long expiry,
boolean isNoReplay) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<? extends Session> |
Connection.getChannels() |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionDelegate.closed(Session session) |
void |
SessionListener.closed(Session session) |
void |
SessionDelegate.command(Session ssn,
Method method) |
void |
SessionDelegate.command(Session ssn,
Method method,
boolean processed) |
void |
SessionDelegate.control(Session ssn,
Method method) |
void |
SessionDelegate.detached(Session session) |
void |
SessionDelegate.error(Session ssn,
ProtocolError error) |
void |
SessionListener.exception(Session session,
SessionException exception) |
void |
SessionDelegate.executionException(Session ssn,
ExecutionException exc) |
void |
SessionDelegate.executionResult(Session ssn,
ExecutionResult result) |
void |
SessionDelegate.executionSync(Session ssn,
ExecutionSync sync) |
void |
SessionDelegate.handle(Session ssn,
Method method) |
void |
SessionDelegate.init(Session ssn,
ProtocolHeader hdr) |
protected void |
Connection.map(Session ssn,
int channel) |
void |
SessionListener.message(Session ssn,
MessageTransfer xfr) |
void |
SessionDelegate.messageFlow(Session ssn,
MessageFlow flow) |
void |
SessionDelegate.messageSetFlowMode(Session ssn,
MessageSetFlowMode sfm) |
void |
SessionDelegate.messageStop(Session ssn,
MessageStop stop) |
void |
SessionDelegate.messageTransfer(Session ssn,
MessageTransfer xfr) |
void |
SessionListener.opened(Session session) |
void |
Connection.registerSession(Session ssn) |
void |
Connection.removeSession(Session ssn) |
void |
SessionListener.resumed(Session session) |
void |
SessionDelegate.sessionAttached(Session ssn,
SessionAttached atc) |
void |
SessionDelegate.sessionCommandPoint(Session ssn,
SessionCommandPoint scp) |
void |
SessionDelegate.sessionCompleted(Session ssn,
SessionCompleted cmp) |
void |
SessionDelegate.sessionFlush(Session ssn,
SessionFlush flush) |
void |
SessionDelegate.sessionKnownCompleted(Session ssn,
SessionKnownCompleted kcmp) |
void |
SessionDelegate.sessionRequestTimeout(Session ssn,
SessionRequestTimeout t) |
void |
SessionDelegate.sessionTimeout(Session ssn,
SessionTimeout t) |
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.