Interface J2EEDomainMBean
- All Superinterfaces:
- J2EEManagedObjectMBean
The J2EEDomain managed object type represents a management domain. There
 must be one managed object that implements the J2EEDomain model per
 management domain. All servers and applications associated with the same domain
 must be accessible from the J2EEDomain managed object.
- 
Method SummaryMethods inherited from interface com.ibm.websphere.management.j2ee.J2EEManagedObjectMBeangetobjectName, iseventProvider, isstateManageable, isstatisticsProvider
- 
Method Details- 
getserversString[] getservers()A list of all J2EE Servers in this domain. For each J2EE Server running in the domain, there must be one J2EEServer OBJECT_NAME in the servers list that identifies it.
 
-