| java.lang.Object com.caucho.management.j2ee.J2EEManagedObject com.caucho.management.j2ee.J2EEServer
J2EEServer | public class J2EEServer extends J2EEManagedObject (Code) | | Management interface for a J2EE server.
The J2EEServer corresponds to one instance of the product.
|
Method Summary | |
public String[] | getDeployedObjects() Returns the ObjectNames of the
J2EEApplication ,
AppClientModule ,
ResourceAdapterModule ,
EJBModule , and
WebModule management beans for this server. | public String[] | getJavaVMs() Returns the ObjectNames of the
JVM management beans for each virtual machine on which
this J2EEServer has running threads. | static J2EEServer | getLocal() | protected String | getName() | public String[] | getResources() Returns the ObjectNames of the
JCAResource ,
JavaMailResource ,
JDBCResource ,
JMSResource ,
JNDIResource ,
JTAResource ,
RMI_IIOPResource , {and @link URLResource},
management beans for this server. | public String | getServerVendor() | public String | getServerVersion() | protected boolean | isJ2EEApplication() | protected boolean | isJ2EEServer() |
getJavaVMs | public String[] getJavaVMs()(Code) | | Returns the ObjectNames of the
JVM management beans for each virtual machine on which
this J2EEServer has running threads.
|
getServerVendor | public String getServerVendor()(Code) | | Returns the server vendor
|
getServerVersion | public String getServerVersion()(Code) | | Returns the server version
|
isJ2EEApplication | protected boolean isJ2EEApplication()(Code) | | |
isJ2EEServer | protected boolean isJ2EEServer()(Code) | | |
|
|