org.apache.geronimo.management.geronimo
Interface J2EEServer

All Superinterfaces:
J2EEManagedObject, J2EEServer

public interface J2EEServer
extends J2EEServer

Geronimo-specific extensions to the standard J2EE server management interface.


Method Summary
 AppClientModule[] getAppClients()
          Gets the application clients currently running in this J2EEServer.
 J2EEApplication[] getApplications()
          Gets the applications currently running in this J2EEServer.
 ConfigurationManager getConfigurationManager()
          Gets the ConfigurationManager associated with this J2EEServer.
 J2EEDeployedObject[] getDeployedObjectInstances()
          A list of all of the J2EEApplication and J2EEModule types deployed on this J2EEServer.
 EJBManager[] getEJBManagers()
          Gets the EJB Managers associated with this J2EEServer, or null if there are none in the current server configuration.
 EJBModule[] getEJBModules()
          Gets the EJB modules currently running in this J2EEServer.
 JVM[] getJavaVMInstances()
          A list of all Java virtual machines on which this J2EEServer has running threads.
 JMSManager[] getJMSManagers()
          Gets the JMS Managers associated with this J2EEServer, or null if there are none in the current server configuration.
 KeystoreManager getKeystoreManager()
          Gets the KeystoreManager associated with this J2EEServer.
 PluginInstaller getPluginInstaller()
          Gets the PluginInstaller associated with this J2EEServer.
 PluginRepositoryList[] getPluginRepositoryLists()
          Gets the lists of plugin repositories available in this server.
 ListableRepository[] getRepositories()
          Gets the Repositories associated with this J2EEServer.
 ResourceAdapterModule[] getResourceAdapterModules()
          Gets the J2EE Connector modules currently running in this J2EEServer.
 J2EEResource[] getResourceInstances()
          A list of resources available to this server.
 SecurityRealm[] getSecurityRealms()
          Gets the SecurityRealms associated with this J2EEServer.
 ServerInfo getServerInfo()
          Gets the ServerInfo associated with this J2EEServer.
 ThreadPool[] getThreadPools()
          Gets the thread pools associated with this J2EEServer.
 WebManager[] getWebManagers()
          Gets the Web Managers associated with this J2EEServer, or null if there are none in the current server configuration.
 WebModule[] getWebModules()
          Gets the web modules currently running in this J2EEServer.
 WritableListableRepository[] getWritableRepositories()
          Gets the writable repositories associated with this J2EEServer.
 
Methods inherited from interface org.apache.geronimo.management.J2EEServer
getDeployedObjects, getJavaVMs, getResources, getServerVendor, getServerVersion
 
Methods inherited from interface org.apache.geronimo.management.J2EEManagedObject
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider
 

Method Detail

getDeployedObjectInstances

J2EEDeployedObject[] getDeployedObjectInstances()
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"

getResourceInstances

J2EEResource[] getResourceInstances()
A list of resources available to this server.

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

getJavaVMInstances

JVM[] getJavaVMInstances()
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"

getWebManagers

WebManager[] getWebManagers()
Gets the Web Managers associated with this J2EEServer, or null if there are none in the current server configuration.


getEJBManagers

EJBManager[] getEJBManagers()
Gets the EJB Managers associated with this J2EEServer, or null if there are none in the current server configuration.


getJMSManagers

JMSManager[] getJMSManagers()
Gets the JMS Managers associated with this J2EEServer, or null if there are none in the current server configuration.


getThreadPools

ThreadPool[] getThreadPools()
Gets the thread pools associated with this J2EEServer.


getRepositories

ListableRepository[] getRepositories()
Gets the Repositories associated with this J2EEServer.


getWritableRepositories

WritableListableRepository[] getWritableRepositories()
Gets the writable repositories associated with this J2EEServer.


getSecurityRealms

SecurityRealm[] getSecurityRealms()
Gets the SecurityRealms associated with this J2EEServer.


getServerInfo

ServerInfo getServerInfo()
Gets the ServerInfo associated with this J2EEServer.


getKeystoreManager

KeystoreManager getKeystoreManager()
Gets the KeystoreManager associated with this J2EEServer.


getPluginRepositoryLists

PluginRepositoryList[] getPluginRepositoryLists()
Gets the lists of plugin repositories available in this server.


getPluginInstaller

PluginInstaller getPluginInstaller()
Gets the PluginInstaller associated with this J2EEServer.


getConfigurationManager

ConfigurationManager getConfigurationManager()
Gets the ConfigurationManager associated with this J2EEServer.


getApplications

J2EEApplication[] getApplications()
Gets the applications currently running in this J2EEServer.


getAppClients

AppClientModule[] getAppClients()
Gets the application clients currently running in this J2EEServer.


getWebModules

WebModule[] getWebModules()
Gets the web modules currently running in this J2EEServer.


getEJBModules

EJBModule[] getEJBModules()
Gets the EJB modules currently running in this J2EEServer.


getResourceAdapterModules

ResourceAdapterModule[] getResourceAdapterModules()
Gets the J2EE Connector modules currently running in this J2EEServer.



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