org.openorb.notify
Interface SupplierProxyManagement

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

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

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

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