org.glassfish.admin.amx.j2ee
Interface J2EEDomain

All Superinterfaces:
AMX_SPI, AMXProxy, J2EEManagedObject

@AMXMBeanMetadata(type="J2EEDomain",
                  singleton=true)
public interface J2EEDomain
extends J2EEManagedObject

The discovery and navigation of all managed objects in the J2EE management system begins with the J2EEDomain.

See Also:
J2EEServer, J2EECluster, J2EEApplication, JVM, AppClientModule, EJBModule, WebModule, ResourceAdapterModule, EntityBean, StatefulSessionBean, StatelessSessionBean, MessageDrivenBean, Servlet, JavaMailResource, JCAResource, JCAConnectionFactory, JCAManagedConnectionFactory, JDBCResource, JDBCDataSource, JDBCDriver, JMSResource, JNDIResource, JTAResource, RMIIIOPResource, URLResource

Method Summary
 ObjectName getCorrespondingConfig()
           
 String[] getservers()
          Note that the Attribute name is case-sensitive "servers" as defined by JSR 77.
 
Methods inherited from interface org.glassfish.admin.amx.j2ee.J2EEManagedObject
getobjectName, iseventProvider, isstateManageable, isstatisticsProvider
 
Methods inherited from interface org.glassfish.admin.amx.core.AMXProxy
as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, valid
 
Methods inherited from interface org.glassfish.admin.amx.core.AMX_SPI
getChildren, getName, getParent
 

Method Detail

getservers

@ManagedAttribute
String[] getservers()
Note that the Attribute name is case-sensitive "servers" as defined by JSR 77.

Returns:
the ObjectNames of the J2EEServers, as Strings

getCorrespondingConfig

@ManagedAttribute
@Description(value="Get the ObjectName of the corresponding config MBean, if any")
ObjectName getCorrespondingConfig()


Copyright © 2012. All Rights Reserved.