org.openorb.notify
public interface SupplierAdminManagement
Method Summary | |
---|---|
boolean | canConnectSupplier()
Method invoked to check if the MaxSuppliers admin property applies |
boolean | canDispatchNewEvent()
Method invoked to check if the MaxQueueLength admin property applies |
String | getId()
Get the ID ( ChannelID + SupplierAdminID ) of the admin |
Object | getNotifyProperty(String key)
Method invoked to get the value of a property defined in the notification module |
POA | getPOA()
Get the POA |
boolean | isProxyMaxPerformance()
The methods returns true if the consumer proxy threads should be
configured as MaxPerformance |
boolean | isQueueMaxPerformance()
The methods returns true if the event queue should be configured as MaxPerformance |
void | reportPullSupplierDisconnection(byte[] proxyPid)
A pull proxy consumer has been destroyed |
void | reportPushSupplierDisconnection(byte[] proxyPid)
A push proxy consumer has been destroyed |
void | reportSupplierConnection()
A proxy consumer has been connected |