org.jacorb.notification.servant
Interface AbstractProxySupplierMBean

All Superinterfaces:
AbstractProxyMBean
All Known Subinterfaces:
AbstractProxyPushSupplierMBean, ECProxyPushSupplierImplMBean, ProxyPushSupplierImplMBean, SequenceProxyPushSupplierImplMBean, StructuredProxyPushSupplierImplMBean, TypedProxyPullSupplierImplMBean, TypedProxyPushSupplierImplMBean
All Known Implementing Classes:
AbstractProxyPushSupplier, AbstractProxySupplier, ECProxyPullSupplierImpl, ECProxyPushSupplierImpl, ProxyPullSupplierImpl, ProxyPushSupplierImpl, SequenceProxyPullSupplierImpl, SequenceProxyPushSupplierImpl, StructuredProxyPullSupplierImpl, StructuredProxyPushSupplierImpl, TypedProxyPullSupplierImpl, TypedProxyPushSupplierImpl

public interface AbstractProxySupplierMBean
extends AbstractProxyMBean

MBean interface.


Method Summary
 void clearPendingMessageQueue()
           
 java.lang.String getDiscardPolicy()
           
 int getMaxEventsPerConsumer()
           
 int getNumberOfDiscardedMessages()
           
 java.lang.String getOrderPolicy()
           
 int getPendingMessagesCount()
           
 void setMaxEventsPerConsumer(int max)
           
 
Methods inherited from interface org.jacorb.notification.servant.AbstractProxyMBean
destroy, getClientIOR, getConnected, getErrorCounter, getInterFilterGroupOperator, getStatus, resetErrorCounter
 

Method Detail

getPendingMessagesCount

int getPendingMessagesCount()

getOrderPolicy

java.lang.String getOrderPolicy()

getDiscardPolicy

java.lang.String getDiscardPolicy()

getMaxEventsPerConsumer

int getMaxEventsPerConsumer()

setMaxEventsPerConsumer

void setMaxEventsPerConsumer(int max)

getNumberOfDiscardedMessages

int getNumberOfDiscardedMessages()

clearPendingMessageQueue

void clearPendingMessageQueue()