org.openorb.notify

Interface SupplierProxyManagement

public interface SupplierProxyManagement

Author: Olivier Modica

Method Summary
StringgetId()
Get the ID ( ChannelID + SupplierAdminID + ProxyConsumerID ) of the proxy
voidreportClientDisconnection()
This method is invoked when the client returns an unexpected Disconnected exception.

Method Detail

getId

public String getId()
Get the ID ( ChannelID + SupplierAdminID + ProxyConsumerID ) 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.