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()
           
 String getRetryStrategy()
           
 void resetErrorCounter()
           
 void setRetryStrategy(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

void setRetryStrategy(String factoryName)
                      throws ClassNotFoundException
Throws:
ClassNotFoundException

getRetryStrategy

String getRetryStrategy()

resetErrorCounter

void resetErrorCounter()
Specified by:
resetErrorCounter in interface AbstractProxyMBean

getPushOperationCount

int getPushOperationCount()

getPushErrorCount

int getPushErrorCount()

getAveragePushDuration

int getAveragePushDuration()


Copyright © 2015 JacORB. All rights reserved.