org.apache.geronimo.management
Interface J2EEServer

All Superinterfaces:
J2EEManagedObject
All Known Subinterfaces:
J2EEServer
All Known Implementing Classes:
J2EEServerImpl

public interface J2EEServer
extends J2EEManagedObject


Method Summary
 String[] getDeployedObjects()
          A list of all of the J2EEApplication and J2EEModule types deployed on this J2EEServer.
 String[] getJavaVMs()
          A list of all Java virtual machines on which this J2EEServer has running threads.
 String[] getResources()
          A list of resources available to this server.
 String getServerVendor()
          Identifies the J2EE platform vendor of this J2EEServer.
 String getServerVersion()
          Identifies the J2EE implemetation version of this J2EEServer.
 
Methods inherited from interface org.apache.geronimo.management.J2EEManagedObject
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider
 

Method Detail

getDeployedObjects

String[] getDeployedObjects()
A list of all of the J2EEApplication and J2EEModule types deployed on this J2EEServer.

Returns:
the deployed objects on this server
See Also:
"JSR77.3.3.1.1"

getResources

String[] getResources()
A list of resources available to this server.

Returns:
the resources available to this server
See Also:
"JSR77.3.3.1.2"

getJavaVMs

String[] getJavaVMs()
A list of all Java virtual machines on which this J2EEServer has running threads.

Returns:
the JVMs for this server
See Also:
"JSR77.3.3.1.3"

getServerVendor

String getServerVendor()
Identifies the J2EE platform vendor of this J2EEServer.

Returns:
the server vendor
See Also:
"JSR77.3.3.1.4"

getServerVersion

String getServerVersion()
Identifies the J2EE implemetation version of this J2EEServer.

Returns:
the server version
See Also:
"JSR77.3.3.1.5"


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.