public abstract class DefaultEventHandler extends Object implements EventHandler
| Constructor and Description |
|---|
DefaultEventHandler() |
| 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 |
onTransport(org.apache.qpid.proton.engine.Transport transport) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonAuthInitpublic void onInit(org.apache.qpid.proton.engine.Connection connection)
throws Exception
onInit in interface EventHandlerExceptionpublic void onLocalOpen(org.apache.qpid.proton.engine.Connection connection)
throws Exception
onLocalOpen in interface EventHandlerExceptionpublic void onRemoteOpen(org.apache.qpid.proton.engine.Connection connection)
throws Exception
onRemoteOpen in interface EventHandlerExceptionpublic void onLocalClose(org.apache.qpid.proton.engine.Connection connection)
throws Exception
onLocalClose in interface EventHandlerExceptionpublic void onRemoteClose(org.apache.qpid.proton.engine.Connection connection)
throws Exception
onRemoteClose in interface EventHandlerExceptionpublic void onFinal(org.apache.qpid.proton.engine.Connection connection)
throws Exception
onFinal in interface EventHandlerExceptionpublic void onInit(org.apache.qpid.proton.engine.Session session)
throws Exception
onInit in interface EventHandlerExceptionpublic void onLocalOpen(org.apache.qpid.proton.engine.Session session)
throws Exception
onLocalOpen in interface EventHandlerExceptionpublic void onRemoteOpen(org.apache.qpid.proton.engine.Session session)
throws Exception
onRemoteOpen in interface EventHandlerExceptionpublic void onLocalClose(org.apache.qpid.proton.engine.Session session)
throws Exception
onLocalClose in interface EventHandlerExceptionpublic void onRemoteClose(org.apache.qpid.proton.engine.Session session)
throws Exception
onRemoteClose in interface EventHandlerExceptionpublic void onFinal(org.apache.qpid.proton.engine.Session session)
throws Exception
onFinal in interface EventHandlerExceptionpublic void onInit(org.apache.qpid.proton.engine.Link link)
throws Exception
onInit in interface EventHandlerExceptionpublic void onLocalOpen(org.apache.qpid.proton.engine.Link link)
throws Exception
onLocalOpen in interface EventHandlerExceptionpublic void onRemoteOpen(org.apache.qpid.proton.engine.Link link)
throws Exception
onRemoteOpen in interface EventHandlerExceptionpublic void onLocalClose(org.apache.qpid.proton.engine.Link link)
throws Exception
onLocalClose in interface EventHandlerExceptionpublic void onRemoteClose(org.apache.qpid.proton.engine.Link link)
throws Exception
onRemoteClose in interface EventHandlerExceptionpublic void onFlow(org.apache.qpid.proton.engine.Link link)
throws Exception
onFlow in interface EventHandlerExceptionpublic void onFinal(org.apache.qpid.proton.engine.Link link)
throws Exception
onFinal in interface EventHandlerExceptionpublic void onRemoteDetach(org.apache.qpid.proton.engine.Link link)
throws Exception
onRemoteDetach in interface EventHandlerExceptionpublic void onDetach(org.apache.qpid.proton.engine.Link link)
throws Exception
onDetach in interface EventHandlerExceptionpublic void onDelivery(org.apache.qpid.proton.engine.Delivery delivery)
throws Exception
onDelivery in interface EventHandlerExceptionpublic void onTransport(org.apache.qpid.proton.engine.Transport transport)
throws Exception
onTransport in interface EventHandlerExceptionCopyright © 2016 The Apache Software Foundation. All Rights Reserved.