Interface J2EEServerMBean
- 
- All Superinterfaces:
- J2EEManagedObjectMBean
 
 public interface J2EEServerMBean extends J2EEManagedObjectMBean The J2EEServer model specifies the management information for a single J2EE server core implementation. The J2EE server core identifies the server core of one instance of a J2EE platform product as described in the Java 2 Enterprise Edition Platform specification section 2.1, Architecture.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]getdeployedObjects()A list of all of the J2EEApplication and J2EEModule types deployed on this J2EEServer.java.lang.String[]getjavaVMs()A list of all Java virtual machines on which this J2EEServer has running threads.java.lang.String[]getresources()A list of resources available to this server.java.lang.StringgetserverVendor()Identifies the J2EE platform vendor of this J2EEServer.java.lang.StringgetserverVersion()Identifies the J2EE implemetation version of this J2EEServer.- 
Methods inherited from interface com.ibm.websphere.management.j2ee.J2EEManagedObjectMBeangetobjectName, iseventProvider, isstateManageable, isstatisticsProvider
 
- 
 
- 
- 
- 
Method Detail- 
getdeployedObjectsjava.lang.String[] getdeployedObjects() A list of all of the J2EEApplication and J2EEModule types deployed on this J2EEServer.
 - 
getresourcesjava.lang.String[] getresources() A list of resources available to this server.
 - 
getjavaVMsjava.lang.String[] getjavaVMs() A list of all Java virtual machines on which this J2EEServer has running threads. For each Java virtual machine this server utilizes, there must be one JVM OBJECT_NAME in the javaVMs list that identifies it.
 - 
getserverVendorjava.lang.String getserverVendor() Identifies the J2EE platform vendor of this J2EEServer. The value of serverVendor is specified by the server vendor.
 - 
getserverVersionjava.lang.String getserverVersion() Identifies the J2EE implemetation version of this J2EEServer. The value of serverVersion is specified by the server vendor.
 
- 
 
-