|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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. |
org.apache.geronimo.kernel.config.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. |
LoginService |
getLoginService()
Gets the LoginService associated with this J2EEServer. |
org.apache.geronimo.system.plugin.PluginInstaller |
getPluginInstaller()
Gets the PluginInstaller associated with this J2EEServer. |
org.apache.geronimo.system.plugin.PluginRepositoryList[] |
getPluginRepositoryLists()
Gets the lists of plugin repositories available in this server. |
org.apache.geronimo.kernel.repository.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. |
org.apache.geronimo.system.serverinfo.ServerInfo |
getServerInfo()
Gets the ServerInfo associated with this J2EEServer. |
org.apache.geronimo.system.threads.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. |
org.apache.geronimo.kernel.repository.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 |
public J2EEDeployedObject[] getDeployedObjectInstances()
public J2EEResource[] getResourceInstances()
public JVM[] getJavaVMInstances()
public WebManager[] getWebManagers()
public EJBManager[] getEJBManagers()
public JMSManager[] getJMSManagers()
public org.apache.geronimo.system.threads.ThreadPool[] getThreadPools()
public org.apache.geronimo.kernel.repository.ListableRepository[] getRepositories()
public org.apache.geronimo.kernel.repository.WritableListableRepository[] getWritableRepositories()
public SecurityRealm[] getSecurityRealms()
public org.apache.geronimo.system.serverinfo.ServerInfo getServerInfo()
public LoginService getLoginService()
public KeystoreManager getKeystoreManager()
public org.apache.geronimo.system.plugin.PluginRepositoryList[] getPluginRepositoryLists()
public org.apache.geronimo.system.plugin.PluginInstaller getPluginInstaller()
public org.apache.geronimo.kernel.config.ConfigurationManager getConfigurationManager()
public J2EEApplication[] getApplications()
public AppClientModule[] getAppClients()
public WebModule[] getWebModules()
public EJBModule[] getEJBModules()
public ResourceAdapterModule[] getResourceAdapterModules()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |