public interface EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onDelivery(org.apache.qpid.proton.engine.Delivery delivery) |
void |
onDetach(org.apache.qpid.proton.engine.Link link) |
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 |
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 |
onSASLInit(ProtonHandler handler,
org.apache.qpid.proton.engine.Connection connection) |
void |
onTransport(org.apache.qpid.proton.engine.Transport transport) |
void onSASLInit(ProtonHandler handler, org.apache.qpid.proton.engine.Connection connection)
void onInit(org.apache.qpid.proton.engine.Connection connection) throws Exception
Exception
void onLocalOpen(org.apache.qpid.proton.engine.Connection connection) throws Exception
Exception
void onRemoteOpen(org.apache.qpid.proton.engine.Connection connection) throws Exception
Exception
void onLocalClose(org.apache.qpid.proton.engine.Connection connection) throws Exception
Exception
void onRemoteClose(org.apache.qpid.proton.engine.Connection connection) throws Exception
Exception
void onFinal(org.apache.qpid.proton.engine.Connection connection) throws Exception
Exception
void onInit(org.apache.qpid.proton.engine.Session session) throws Exception
Exception
void onLocalOpen(org.apache.qpid.proton.engine.Session session) throws Exception
Exception
void onRemoteOpen(org.apache.qpid.proton.engine.Session session) throws Exception
Exception
void onLocalClose(org.apache.qpid.proton.engine.Session session) throws Exception
Exception
void onRemoteClose(org.apache.qpid.proton.engine.Session session) throws Exception
Exception
void onFinal(org.apache.qpid.proton.engine.Session session) throws Exception
Exception
void onLocalOpen(org.apache.qpid.proton.engine.Link link) throws Exception
Exception
void onRemoteOpen(org.apache.qpid.proton.engine.Link link) throws Exception
Exception
void onLocalClose(org.apache.qpid.proton.engine.Link link) throws Exception
Exception
void onRemoteClose(org.apache.qpid.proton.engine.Link link) throws Exception
Exception
void onRemoteDetach(org.apache.qpid.proton.engine.Link link) throws Exception
Exception
void onDelivery(org.apache.qpid.proton.engine.Delivery delivery) throws Exception
Exception
Copyright © 2016 The Apache Software Foundation. All rights reserved.