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