org.jacorb.notification.servant
Interface AbstractProxyPushSupplierMBean

All Superinterfaces:
AbstractProxyMBean, AbstractProxySupplierMBean
All Known Subinterfaces:
ECProxyPushSupplierImplMBean, ProxyPushSupplierImplMBean, SequenceProxyPushSupplierImplMBean, StructuredProxyPushSupplierImplMBean, TypedProxyPushSupplierImplMBean
All Known Implementing Classes:
ECProxyPushSupplierImpl, ProxyPushSupplierImpl, SequenceProxyPushSupplierImpl, StructuredProxyPushSupplierImpl, TypedProxyPushSupplierImpl

public interface AbstractProxyPushSupplierMBean
extends AbstractProxySupplierMBean

MBean interface.


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

Method Detail

setRetryStrategy

public void setRetryStrategy(java.lang.String factoryName)
                      throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException

getRetryStrategy

public java.lang.String getRetryStrategy()

resetErrorCounter

public void resetErrorCounter()
Specified by:
resetErrorCounter in interface AbstractProxyMBean

getPushOperationCount

public int getPushOperationCount()

getPushErrorCount

public int getPushErrorCount()

getAveragePushDuration

public int getAveragePushDuration()