org.apache.geronimo.j2ee.management.impl
Class J2EEApplicationImpl
java.lang.Object
org.apache.geronimo.j2ee.management.impl.J2EEApplicationImpl
- All Implemented Interfaces:
- org.apache.geronimo.management.J2EEApplication, org.apache.geronimo.management.J2EEDeployedObject, org.apache.geronimo.management.J2EEManagedObject
public class J2EEApplicationImpl
- extends Object
- implements org.apache.geronimo.management.geronimo.J2EEApplication
Field Summary |
static org.apache.geronimo.gbean.GBeanInfo |
GBEAN_INFO
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GBEAN_INFO
public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
J2EEApplicationImpl
public J2EEApplicationImpl(String objectName,
String deploymentDescriptor,
org.apache.geronimo.management.geronimo.J2EEServer server,
Collection resources,
Collection appClientModules,
Collection ejbModules,
Collection resourceAdapterModules,
Collection webModules)
getObjectName
public String getObjectName()
- Specified by:
getObjectName
in interface org.apache.geronimo.management.J2EEManagedObject
isStateManageable
public boolean isStateManageable()
- Specified by:
isStateManageable
in interface org.apache.geronimo.management.J2EEManagedObject
isStatisticsProvider
public boolean isStatisticsProvider()
- Specified by:
isStatisticsProvider
in interface org.apache.geronimo.management.J2EEManagedObject
isEventProvider
public boolean isEventProvider()
- Specified by:
isEventProvider
in interface org.apache.geronimo.management.J2EEManagedObject
getModules
public String[] getModules()
- Specified by:
getModules
in interface org.apache.geronimo.management.J2EEApplication
getModulesInstances
public org.apache.geronimo.management.J2EEModule[] getModulesInstances()
getResources
public org.apache.geronimo.management.J2EEResource[] getResources()
getClientModules
public org.apache.geronimo.management.AppClientModule[] getClientModules()
getEJBModules
public org.apache.geronimo.management.EJBModule[] getEJBModules()
getRAModules
public org.apache.geronimo.management.geronimo.ResourceAdapterModule[] getRAModules()
getWebModules
public org.apache.geronimo.management.geronimo.WebModule[] getWebModules()
getDeploymentDescriptor
public String getDeploymentDescriptor()
- Specified by:
getDeploymentDescriptor
in interface org.apache.geronimo.management.J2EEDeployedObject
getServer
public String getServer()
- Specified by:
getServer
in interface org.apache.geronimo.management.J2EEDeployedObject
getGBeanInfo
public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
Copyright © 2006 Apache Software Foundation. All Rights Reserved.