org.jacorb.notification.servant
Interface AbstractProxySupplierMBean
- All Superinterfaces:
- AbstractProxyMBean
- All Known Subinterfaces:
- AbstractProxyPushSupplierMBean, ECProxyPullSupplierImplMBean, 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.
getPendingMessagesCount
int getPendingMessagesCount()
getOrderPolicy
String getOrderPolicy()
getDiscardPolicy
String getDiscardPolicy()
getMaxEventsPerConsumer
int getMaxEventsPerConsumer()
setMaxEventsPerConsumer
void setMaxEventsPerConsumer(int max)
getNumberOfDiscardedMessages
int getNumberOfDiscardedMessages()
clearPendingMessageQueue
void clearPendingMessageQueue()
Copyright © 2015 JacORB. All rights reserved.