|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConsumerAdminManagement
Method Summary | |
---|---|
boolean |
canConnectConsumer()
Method invoked to check if the MaxConsumers admin property applies |
java.lang.String |
getId()
Get the ID ( ChannelID + ConsumerAdminID ) of the admin |
java.lang.Object |
getNotifyProperty(java.lang.String key)
Method invoked to get the value of a property defined in the notification module |
org.omg.CORBA.ORB |
getORB()
Get the ORB |
org.omg.PortableServer.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,
org.omg.PortableServer.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 |
Method Detail |
---|
java.lang.String getId()
void proxySupplierRecovered(int id, org.omg.PortableServer.Servant proxySupplier)
org.omg.CORBA.ORB getORB()
org.omg.PortableServer.POA getPOA()
void reportConsumerConnection()
boolean canConnectConsumer()
void reportPullConsumerDisconnection(byte[] proxyPid)
void reportPushConsumerDisconnection(byte[] proxyPid)
void reportEventDelivery(int proxyId, int eventPid)
boolean isQueueMaxPerformance()
boolean isProxyMaxPerformance()
java.lang.Object getNotifyProperty(java.lang.String key)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |