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 Summary
Methods inherited from interface com.ibm.websphere.management.j2ee.J2EEManagedObjectMBean
getobjectName, iseventProvider, isstateManageable, isstatisticsProvider
-
Method Details
-
getservers
String[] 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.
-