public interface EventHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onAuthInit(ProtonHandler handler,
org.apache.qpid.proton.engine.Connection connection,
boolean sasl) |
void |
onDelivery(org.apache.qpid.proton.engine.Delivery delivery) |
void |
onFinal(org.apache.qpid.proton.engine.Connection connection) |
void |
onFinal(org.apache.qpid.proton.engine.Link link) |
void |
onFinal(org.apache.qpid.proton.engine.Session session) |
void |
onFlow(org.apache.qpid.proton.engine.Link link) |
void |
onInit(org.apache.qpid.proton.engine.Connection connection) |
void |
onInit(org.apache.qpid.proton.engine.Link link) |
void |
onInit(org.apache.qpid.proton.engine.Session session) |
void |
onLocalClose(org.apache.qpid.proton.engine.Connection connection) |
void |
onLocalClose(org.apache.qpid.proton.engine.Link link) |
void |
onLocalClose(org.apache.qpid.proton.engine.Session session) |
void |
onLocalDetach(org.apache.qpid.proton.engine.Link link) |
void |
onLocalOpen(org.apache.qpid.proton.engine.Connection connection) |
void |
onLocalOpen(org.apache.qpid.proton.engine.Link link) |
void |
onLocalOpen(org.apache.qpid.proton.engine.Session session) |
void |
onRemoteClose(org.apache.qpid.proton.engine.Connection connection) |
void |
onRemoteClose(org.apache.qpid.proton.engine.Link link) |
void |
onRemoteClose(org.apache.qpid.proton.engine.Session session) |
void |
onRemoteDetach(org.apache.qpid.proton.engine.Link link) |
void |
onRemoteOpen(org.apache.qpid.proton.engine.Connection connection) |
void |
onRemoteOpen(org.apache.qpid.proton.engine.Link link) |
void |
onRemoteOpen(org.apache.qpid.proton.engine.Session session) |
void |
onTransport(org.apache.qpid.proton.engine.Transport transport) |
void onAuthInit(ProtonHandler handler, org.apache.qpid.proton.engine.Connection connection, boolean sasl)
void onInit(org.apache.qpid.proton.engine.Connection connection)
throws Exception
Exceptionvoid onLocalOpen(org.apache.qpid.proton.engine.Connection connection)
throws Exception
Exceptionvoid onRemoteOpen(org.apache.qpid.proton.engine.Connection connection)
throws Exception
Exceptionvoid onLocalClose(org.apache.qpid.proton.engine.Connection connection)
throws Exception
Exceptionvoid onRemoteClose(org.apache.qpid.proton.engine.Connection connection)
throws Exception
Exceptionvoid onFinal(org.apache.qpid.proton.engine.Connection connection)
throws Exception
Exceptionvoid onInit(org.apache.qpid.proton.engine.Session session)
throws Exception
Exceptionvoid onLocalOpen(org.apache.qpid.proton.engine.Session session)
throws Exception
Exceptionvoid onRemoteOpen(org.apache.qpid.proton.engine.Session session)
throws Exception
Exceptionvoid onLocalClose(org.apache.qpid.proton.engine.Session session)
throws Exception
Exceptionvoid onRemoteClose(org.apache.qpid.proton.engine.Session session)
throws Exception
Exceptionvoid onFinal(org.apache.qpid.proton.engine.Session session)
throws Exception
Exceptionvoid onLocalOpen(org.apache.qpid.proton.engine.Link link)
throws Exception
Exceptionvoid onRemoteOpen(org.apache.qpid.proton.engine.Link link)
throws Exception
Exceptionvoid onLocalClose(org.apache.qpid.proton.engine.Link link)
throws Exception
Exceptionvoid onRemoteClose(org.apache.qpid.proton.engine.Link link)
throws Exception
Exceptionvoid onRemoteDetach(org.apache.qpid.proton.engine.Link link)
throws Exception
Exceptionvoid onLocalDetach(org.apache.qpid.proton.engine.Link link)
throws Exception
Exceptionvoid onDelivery(org.apache.qpid.proton.engine.Delivery delivery)
throws Exception
ExceptionCopyright © 2017 The Apache Software Foundation. All Rights Reserved.