org.openorb.notify

Interface ConsumerProxyManagement

public interface ConsumerProxyManagement

Author: Olivier Modica

Method Summary
StringgetId()
Get the ID ( ChannelID + ConsumerAdminID + ProxySupplierID ) of the proxy
voidreportClientDisconnection()
This method is invoked when the client returns an unexpected Disconnected exception.
voidreportEventDelivery(int eventPid)
An event has been delivered or discarded

Method Detail

getId

public String getId()
Get the ID ( ChannelID + ConsumerAdminID + ProxySupplierID ) of the proxy

reportClientDisconnection

public void reportClientDisconnection()
This method is invoked when the client returns an unexpected Disconnected exception. Then the proxy should invoke disconnect on itself and release all resources.

reportEventDelivery

public void reportEventDelivery(int eventPid)
An event has been delivered or discarded