org.apache.geronimo.j2ee.management
Interface J2EEServer

All Superinterfaces:
J2EEManagedObject

public interface J2EEServer
extends J2EEManagedObject

Version:
$Revision: 1.3 $ $Date: 2004/03/10 09:58:52 $

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.j2ee.management.J2EEManagedObject
getobjectName, iseventProvider, isstateManageable, isstatisticsProvider
 

Method Detail

getdeployedObjects

public 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

public 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

public 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

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

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

getserverVersion

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

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


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.