org.jacorb.notification.interfaces
Interface JMXManageable

All Superinterfaces:
Disposable, NotifyingDisposable
All Known Implementing Classes:
AbstractAdmin, AbstractEventChannel, AbstractFilter, AbstractProxy, AbstractProxyConsumer, AbstractProxyPushSupplier, AbstractProxySupplier, AbstractSupplierAdmin, ConsumerAdminImpl, DefaultTaskProcessor, ECProxyPullConsumerImpl, ECProxyPullSupplierImpl, ECProxyPushConsumerImpl, ECProxyPushSupplierImpl, ETCLFilter, EventChannelImpl, ProxyPullConsumerImpl, ProxyPullSupplierImpl, ProxyPushConsumerImpl, ProxyPushSupplierImpl, SequenceProxyPullConsumerImpl, SequenceProxyPullSupplierImpl, SequenceProxyPushConsumerImpl, SequenceProxyPushSupplierImpl, StructuredProxyPullConsumerImpl, StructuredProxyPullSupplierImpl, StructuredProxyPushConsumerImpl, StructuredProxyPushSupplierImpl, SupplierAdminImpl, TypedConsumerAdminImpl, TypedEventChannelImpl, TypedProxyPullConsumerImpl, TypedProxyPullSupplierImpl, TypedProxyPushConsumerImpl, TypedProxyPushSupplierImpl, TypedSupplierAdminImpl

public interface JMXManageable
extends NotifyingDisposable


Nested Class Summary
static interface JMXManageable.JMXCallback
           
 
Method Summary
 java.lang.String[] getJMXNotificationTypes()
           
 java.lang.String getJMXObjectName()
           
 void setJMXCallback(JMXManageable.JMXCallback callback)
           
 
Methods inherited from interface org.jacorb.notification.interfaces.NotifyingDisposable
registerDisposable
 

Method Detail

setJMXCallback

void setJMXCallback(JMXManageable.JMXCallback callback)

getJMXNotificationTypes

java.lang.String[] getJMXNotificationTypes()

getJMXObjectName

java.lang.String getJMXObjectName()