org.jacorb.notification.servant
Interface AbstractProxyMBean

All Known Subinterfaces:
AbstractProxyConsumerMBean, AbstractProxyPushSupplierMBean, AbstractProxySupplierMBean, ECProxyPullConsumerImplMBean, ECProxyPushConsumerImplMBean, ECProxyPushSupplierImplMBean, ProxyPullConsumerImplMBean, ProxyPushConsumerImplMBean, ProxyPushSupplierImplMBean, SequenceProxyPullConsumerImplMBean, SequenceProxyPushConsumerImplMBean, SequenceProxyPushSupplierImplMBean, StructuredProxyPullConsumerImplMBean, StructuredProxyPullSupplierImplMBean, StructuredProxyPushConsumerImplMBean, StructuredProxyPushSupplierImplMBean, TypedProxyPullConsumerImplMBean, TypedProxyPullSupplierImplMBean, TypedProxyPushConsumerImplMBean, TypedProxyPushSupplierImplMBean
All Known Implementing Classes:
AbstractProxy, AbstractProxyConsumer, AbstractProxySupplier, ECProxyPullConsumerImpl, ECProxyPushConsumerImpl, ECProxyPushSupplierImpl, ProxyPullConsumerImpl, ProxyPushConsumerImpl, ProxyPushSupplierImpl, SequenceProxyPullConsumerImpl, SequenceProxyPushConsumerImpl, SequenceProxyPushSupplierImpl, StructuredProxyPullConsumerImpl, StructuredProxyPullSupplierImpl, StructuredProxyPushConsumerImpl, StructuredProxyPushSupplierImpl, TypedProxyPullConsumerImpl, TypedProxyPullSupplierImpl, TypedProxyPushConsumerImpl, TypedProxyPushSupplierImpl

public interface AbstractProxyMBean

MBean interface.


Method Summary
 void destroy()
           
 java.lang.String getClientIOR()
           
 boolean getConnected()
           
 int getErrorCounter()
           
 java.lang.String getInterFilterGroupOperator()
           
 java.lang.String getStatus()
           
 void resetErrorCounter()
           
 

Method Detail

destroy

public void destroy()

getConnected

public boolean getConnected()

resetErrorCounter

public void resetErrorCounter()

getErrorCounter

public int getErrorCounter()

getStatus

public java.lang.String getStatus()

getClientIOR

public java.lang.String getClientIOR()

getInterFilterGroupOperator

public java.lang.String getInterFilterGroupOperator()