org.openorb.notify
Interface SupplierProxyManagement

All Known Implementing Classes:
StructuredProxyPushConsumerImpl, ProxyPullConsumerImpl, SequenceProxyPushConsumerImpl, ProxyPushConsumerImpl, SequenceProxyPullConsumerImpl, StructuredProxyPullConsumerImpl

public interface SupplierProxyManagement

Author:
Olivier Modica

Method Summary
 java.lang.String getId()
          Get the ID ( ChannelID + SupplierAdminID + ProxyConsumerID ) of the proxy
 void reportClientDisconnection()
          This method is invoked when the client returns an unexpected Disconnected exception.
 

Method Detail

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.

getId

public java.lang.String getId()
Get the ID ( ChannelID + SupplierAdminID + ProxyConsumerID ) of the proxy