J2EE1.4 SDK

com.sun.appserv.management.j2ee
Interface ConfigProvider

All Known Subinterfaces:
AppClientModule, ConfigPeer, EJB, EJBModule, EntityBean, J2EEApplication, J2EECluster, J2EEDeployedObject, J2EEDomain, J2EELogicalServer, J2EEManagedObject, J2EEModule, J2EEResource, J2EEServer, JavaMailResource, JCAConnectionFactory, JCAManagedConnectionFactory, JCAResource, JDBCDataSource, JDBCDriver, JDBCResource, JMSResource, JNDIResource, JTAResource, JVM, MessageDrivenBean, ResourceAdapter, ResourceAdapterModule, RMIIIOPResource, Servlet, SessionBean, StatefulSessionBean, StatelessSessionBean, URLResource, WebModule

public interface ConfigProvider

Base interface that captures the idea of whether an MBean can provide a corresponding configuration MBean.


Method Summary
 boolean isConfigProvider()
          If true, indicates that the managed object supports access to its configuration, accessed through an MBean whose name may be obtained via getConfigPeerObjectName().
 

Method Detail

isConfigProvider

public boolean isConfigProvider()
If true, indicates that the managed object supports access to its configuration, accessed through an MBean whose name may be obtained via getConfigPeerObjectName().


J2EE1.4 SDK

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.