org.jacorb.notification.servant
Interface AbstractProxySupplierMBean

All Superinterfaces:
AbstractProxyMBean
All Known Subinterfaces:
AbstractProxyPushSupplierMBean, ECProxyPushSupplierImplMBean, ProxyPushSupplierImplMBean, SequenceProxyPushSupplierImplMBean, StructuredProxyPushSupplierImplMBean, TypedProxyPullSupplierImplMBean, TypedProxyPushSupplierImplMBean
All Known Implementing Classes:
AbstractProxySupplier, ECProxyPushSupplierImpl, ProxyPushSupplierImpl, SequenceProxyPushSupplierImpl, 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

public int getPendingMessagesCount()

getOrderPolicy

public java.lang.String getOrderPolicy()

getDiscardPolicy

public java.lang.String getDiscardPolicy()

getMaxEventsPerConsumer

public int getMaxEventsPerConsumer()

setMaxEventsPerConsumer

public void setMaxEventsPerConsumer(int max)

getNumberOfDiscardedMessages

public int getNumberOfDiscardedMessages()

clearPendingMessageQueue

public void clearPendingMessageQueue()