Deploy an EAR, used by the JMX Management.
Parameters: fileName - the fileName of the ear which must be be deployed. The ObjectName of the MBean associated to the deployed J2EEApplication throws: Exception - if the deployment of the EAR failed.
Return the list of installed Applications ready to deploy.
The list of deployable Applications throws: Exception - if the list of deployable ears can't be returned
This method is added temporarily. It will disapear when Ears will have
their associated MBeans (when Ears will become manageable)
the names of the ears currently deployed in the JOnAS server
Return the list of installed Applications. The EAR files or the
directories with expanded Applications are searched in JONAS_BASE/apps
and all Applications directories 'autoload'.
The list of EAR files or the directories with expandedApplications found throws: Exception - if the list can't be retrieved
Undeploy an EAR, used by the JMX Management.
Parameters: fileName - the fileName of the ear which must be be undeployed. throws: Exception - if the undeployment of the EAR failed.