org.apache.geronimo.management
Interface J2EEDeployedObject

All Superinterfaces:
J2EEManagedObject
All Known Subinterfaces:
AppClientModule, EJBModule, J2EEApplication, J2EEApplication, J2EEModule, ResourceAdapterModule, ResourceAdapterModule, TomcatWebModule, WebModule, WebModule
All Known Implementing Classes:
EjbModuleImpl, EjbModuleImplGBean, J2EEAppClientModuleImpl, J2EEApplicationImpl, JettyWebAppContext, ResourceAdapterModuleImpl, TomcatWebAppContext

public interface J2EEDeployedObject
extends J2EEManagedObject


Method Summary
 String getDeploymentDescriptor()
          The deploymentDescriptor string must contain the original XML deployment descriptor that was created for this module during the deployment process.
 String getServer()
          The J2EE server the application or module is deployed on.
 
Methods inherited from interface org.apache.geronimo.management.J2EEManagedObject
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider
 

Method Detail

getDeploymentDescriptor

String getDeploymentDescriptor()
The deploymentDescriptor string must contain the original XML deployment descriptor that was created for this module during the deployment process.

Returns:
this module's deployment descriptor
See Also:
"JSR77.3.5.0.1"

getServer

String getServer()
The J2EE server the application or module is deployed on.

Returns:
the server this module is deployed on
See Also:
"JSR77.3.5.0.2"


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.