|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.management.NotificationBroadcasterSupport
org.objectweb.jonas.management.ReconfigDispatcher
org.objectweb.jonas.management.j2eemanagement.J2EEManagedObject
org.objectweb.jonas.management.j2eemanagement.J2EEDeployedObject
org.objectweb.jonas.ear.Ear
Class representing an Ear structure which is composed of :
| Field Summary |
| Fields inherited from class org.objectweb.jonas.management.j2eemanagement.J2EEManagedObject |
J2EE_TYPE_APPLICATION, J2EE_TYPE_SERVER, NAME |
| Fields inherited from class org.objectweb.jonas.management.ReconfigDispatcher |
RECONFIG_TYPE, SAVE_RECONFIG_TYPE |
| Constructor Summary | |
Ear(java.lang.String objectName,
java.lang.String pName,
java.lang.String pUnpackName,
java.net.URL earUrl,
java.lang.String deploymentDescriptor,
java.net.URL[] ejbJars,
java.net.URL[] wars,
java.net.URL[] rars)
Construct an Ear structure with the specified files |
|
| Method Summary | |
java.net.URL |
getEarUrl()
Return the url of this Ear |
java.net.URL[] |
getEjbJars()
Return the ejb-jar files |
java.lang.String[] |
getModules()
Return the J2EEModules used by this J2EEApplication (jar, war, rar). |
java.lang.String |
getName()
The application name. |
java.net.URL[] |
getRars()
Return the rar files |
java.lang.String |
getUnpackName()
The name of the working copy of the ear |
java.net.URL[] |
getWars()
Return the war files |
java.lang.String[] |
getWebModules()
|
void |
setWebModules()
Determine the web modules contained in this J2EEApplication |
| Methods inherited from class org.objectweb.jonas.management.j2eemanagement.J2EEDeployedObject |
getDeploymentDescriptor, getJonasDeploymentDescriptor, getServer, setDeploymentDescriptor, setJonasDeploymentDescriptor |
| Methods inherited from class org.objectweb.jonas.management.j2eemanagement.J2EEManagedObject |
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider |
| Methods inherited from class org.objectweb.jonas.management.ReconfigDispatcher |
addNotificationListener, getFilter, getHandback, getListener, getNotificationInfo, initLogger, removeNotificationListener, sendReconfigNotification, sendSaveNotification |
| Methods inherited from class javax.management.NotificationBroadcasterSupport |
handleNotification, removeNotificationListener, sendNotification |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.objectweb.jonas.ear.EarMBean |
getDeploymentDescriptor |
| Constructor Detail |
public Ear(java.lang.String objectName,
java.lang.String pName,
java.lang.String pUnpackName,
java.net.URL earUrl,
java.lang.String deploymentDescriptor,
java.net.URL[] ejbJars,
java.net.URL[] wars,
java.net.URL[] rars)
objectName - The object name of the deployed objectpName - name of the applicationpUnpackName - name of the working copy of the earearUrl - the url of this eardeploymentDescriptor - the deployment descriptor of the fileejbJars - the URLs of ejb-jar fileswars - the URLs of the war filesrars - the URLs of the rar files| Method Detail |
public java.net.URL getEarUrl()
getEarUrl in interface EarMBeanpublic java.net.URL[] getEjbJars()
getEjbJars in interface EarMBeanpublic java.net.URL[] getWars()
getWars in interface EarMBeanpublic java.net.URL[] getRars()
getRars in interface EarMBeanpublic java.lang.String getName()
public java.lang.String getUnpackName()
public java.lang.String[] getModules()
public java.lang.String[] getWebModules()
public void setWebModules()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||