| org.objectweb.jonas.management.j2eemanagement.J2EEDeployedObject org.objectweb.jonas.ear.Ear
Ear | public class Ear extends J2EEDeployedObject implements EarMBean(Code) | | Class representing an Ear structure which is composed of :
- array of URL of ejb-jar files
- array of URL of war files
- array of URL of rar files
author: Florent Benoit author: Michel-Ange Anton (JSR77: J2EEApplication) author: Adriana Danes |
Ear | public Ear(String objectName, String pName, String pUnpackName, URL earUrl, String deploymentDescriptor, URL[] ejbJars, URL[] wars, URL[] rars)(Code) | | Construct an Ear structure with the specified files
Parameters: objectName - The object name of the deployed object Parameters: pName - name of the application Parameters: pUnpackName - name of the working copy of the ear Parameters: earUrl - the url of this ear Parameters: deploymentDescriptor - the deployment descriptor of the file Parameters: ejbJars - the URLs of ejb-jar files Parameters: wars - the URLs of the war files Parameters: rars - the URLs of the rar files |
getEarUrl | public URL getEarUrl()(Code) | | Return the url of this Ear
the url of this Ear |
getEjbJars | public URL[] getEjbJars()(Code) | | Return the ejb-jar files
the ejb-jar files |
getModules | public String[] getModules()(Code) | | Return the J2EEModules used by this J2EEApplication (jar, war, rar).
A array of OBJECT_NAMEs corresponding to these modules. |
getName | public String getName()(Code) | | The application name.
application name |
getRars | public URL[] getRars()(Code) | | Return the rar files
the rar files |
getUnpackName | public String getUnpackName()(Code) | | The name of the working copy of the ear
work name |
getWars | public URL[] getWars()(Code) | | Return the war files
the war files |
getWebModules | public String[] getWebModules()(Code) | | Returns the webModules. |
setWebModules | public void setWebModules()(Code) | | Determine the web modules contained in this J2EEApplication
|
|
|