org.jacorb.notification.servant
Interface AbstractProxyConsumerMBean

All Superinterfaces:
AbstractProxyMBean
All Known Subinterfaces:
ECProxyPullConsumerImplMBean, ECProxyPushConsumerImplMBean, ProxyPullConsumerImplMBean, ProxyPushConsumerImplMBean, SequenceProxyPullConsumerImplMBean, SequenceProxyPushConsumerImplMBean, StructuredProxyPullConsumerImplMBean, StructuredProxyPushConsumerImplMBean, TypedProxyPullConsumerImplMBean, TypedProxyPushConsumerImplMBean
All Known Implementing Classes:
AbstractProxyConsumer, ECProxyPullConsumerImpl, ECProxyPushConsumerImpl, ProxyPullConsumerImpl, ProxyPushConsumerImpl, SequenceProxyPullConsumerImpl, SequenceProxyPushConsumerImpl, StructuredProxyPullConsumerImpl, StructuredProxyPushConsumerImpl, TypedProxyPullConsumerImpl, TypedProxyPushConsumerImpl

public interface AbstractProxyConsumerMBean
extends AbstractProxyMBean

MBean interface.


Method Summary
 int getMessageCount()
           
 boolean getStartTimeSupported()
           
 boolean getStopTimeSupported()
           
 
Methods inherited from interface org.jacorb.notification.servant.AbstractProxyMBean
destroy, getClientIOR, getConnected, getErrorCounter, getInterFilterGroupOperator, getStatus, resetErrorCounter
 

Method Detail

getStopTimeSupported

public boolean getStopTimeSupported()

getStartTimeSupported

public boolean getStartTimeSupported()

getMessageCount

public int getMessageCount()