|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.j2ee.management.impl.J2EEApplicationImpl
public class J2EEApplicationImpl
| Field Summary | |
|---|---|
static GBeanInfo |
GBEAN_INFO
|
| Constructor Summary | |
|---|---|
J2EEApplicationImpl(String objectName,
String deploymentDescriptor,
J2EEServer server,
Collection resources,
Collection appClientModules,
Collection ejbModules,
Collection resourceAdapterModules,
Collection webModules)
|
|
| Method Summary | |
|---|---|
AppClientModule[] |
getClientModules()
|
String |
getDeploymentDescriptor()
The deploymentDescriptor string must contain the original XML deployment descriptor that was created for this module during the deployment process. |
EJBModule[] |
getEJBModules()
|
static GBeanInfo |
getGBeanInfo()
|
String[] |
getModules()
A list of J2EEModules that comprise this application. |
J2EEModule[] |
getModulesInstances()
|
String |
getObjectName()
Gets the unique name of this object. |
ResourceAdapterModule[] |
getRAModules()
|
J2EEResource[] |
getResources()
|
String |
getServer()
The J2EE server the application or module is deployed on. |
WebModule[] |
getWebModules()
|
boolean |
isEventProvider()
Determines if this object implemnts the event provider type defined in the J2EE Management specification. |
boolean |
isStateManageable()
Determines if this object implements the state manageable type defined in the J2EE Management specification. |
boolean |
isStatisticsProvider()
Determines if this object implemnts the statistics provider type defined in the J2EE Management specification. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final GBeanInfo GBEAN_INFO
| Constructor Detail |
|---|
public J2EEApplicationImpl(String objectName,
String deploymentDescriptor,
J2EEServer server,
Collection resources,
Collection appClientModules,
Collection ejbModules,
Collection resourceAdapterModules,
Collection webModules)
| Method Detail |
|---|
public String getObjectName()
J2EEManagedObject
getObjectName in interface J2EEManagedObjectpublic boolean isStateManageable()
J2EEManagedObject
isStateManageable in interface J2EEManagedObjectpublic boolean isStatisticsProvider()
J2EEManagedObject
isStatisticsProvider in interface J2EEManagedObjectpublic boolean isEventProvider()
J2EEManagedObject
isEventProvider in interface J2EEManagedObjectpublic String[] getModules()
J2EEApplication
getModules in interface J2EEApplicationpublic J2EEModule[] getModulesInstances()
public J2EEResource[] getResources()
public AppClientModule[] getClientModules()
public EJBModule[] getEJBModules()
public ResourceAdapterModule[] getRAModules()
public WebModule[] getWebModules()
public String getDeploymentDescriptor()
J2EEDeployedObject
getDeploymentDescriptor in interface J2EEDeployedObjectpublic String getServer()
J2EEDeployedObject
getServer in interface J2EEDeployedObjectpublic static GBeanInfo getGBeanInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||