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, AbstractProxyPushSupplier, AbstractProxySupplier, ECProxyPullConsumerImpl, ECProxyPullSupplierImpl, ECProxyPushConsumerImpl, ECProxyPushSupplierImpl, ProxyPullConsumerImpl, ProxyPullSupplierImpl, ProxyPushConsumerImpl, ProxyPushSupplierImpl, SequenceProxyPullConsumerImpl, SequenceProxyPullSupplierImpl, 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

void destroy()

getConnected

boolean getConnected()

resetErrorCounter

void resetErrorCounter()

getErrorCounter

int getErrorCounter()

getStatus

java.lang.String getStatus()

getClientIOR

java.lang.String getClientIOR()

getInterFilterGroupOperator

java.lang.String getInterFilterGroupOperator()