org.openorb.notify
public interface ConsumerAdminManagement
Method Summary | |
---|---|
boolean | canConnectConsumer()
Method invoked to check if the MaxConsumers admin property applies |
String | getId()
Get the ID ( ChannelID + ConsumerAdminID ) of the admin |
Object | getNotifyProperty(String key)
Method invoked to get the value of a property defined in the notification module |
ORB | getORB()
Get the ORB |
POA | getPOA()
Get the POA |
boolean | isProxyMaxPerformance()
The methods returns true if the supplier proxy threads should be
configured as MaxPerformance |
boolean | isQueueMaxPerformance()
The methods returns true if the event queue should be configured as MaxPerformance |
void | proxySupplierRecovered(int id, Servant proxySupplier)
This method is invoked when a ProxySupplier was recovered |
void | reportConsumerConnection()
A proxy supplier has been connected |
void | reportEventDelivery(int proxyId, int eventPid)
An event has been delivered or discarded |
void | reportPullConsumerDisconnection(byte[] proxyPid)
A pull proxy supplier has been destroyed |
void | reportPushConsumerDisconnection(byte[] proxyPid)
A push proxy supplier has been destroyed |