Inheritance diagram for org.objectweb.jonas.ear.EarService:

Public Member Functions | |
| String | deployEar (Context ctx) throws EarServiceException |
Package Functions | |
| void | unDeployEar (Context ctx) throws EarServiceException |
| String | deployEar (String fileName) throws Exception |
| Boolean | isEarDeployed (String fileName) |
| boolean | isEarDeployedByUnpackName (String unpackName) |
| void | unDeployEar (String fileName) throws Exception |
| String | getAppsDirectory () |
Florent Benoit
Definition at line 39 of file EarService.java.
|
|
Deploy an EAR, used by management applications via J2EEServer managed object
Implemented in org.objectweb.jonas.ear.EarServiceImpl. |
|
|
Deploy an EAR file with sending JAR file to the EJB container and WAR file to the WEB container.
Implemented in org.objectweb.jonas.ear.EarServiceImpl. Referenced by org.objectweb.jonas.server.J2EEServer.deployEar(). |
|
|
Return the Apps directory.
Implemented in org.objectweb.jonas.ear.EarServiceImpl. |
|
|
Test if the specified filename is already deployed or not.
Implemented in org.objectweb.jonas.ear.EarServiceImpl. Referenced by org.objectweb.jonas.server.J2EEServer.isEarDeployed(). |
|
|
Test if the specified unpack name is already deployed or not. This method is defined in the EarService interface.
Implemented in org.objectweb.jonas.ear.EarServiceImpl. Referenced by org.objectweb.jonas_lib.deployment.work.EarCleanTask.isDeployLogEntry(). |
|
|
Undeploy an EAR, used by management applications via J2EEServer managed object
Implemented in org.objectweb.jonas.ear.EarServiceImpl. |
|
|
Undeploy an EAR by sending the request to the EJB container and to the WEB container.
Implemented in org.objectweb.jonas.ear.EarServiceImpl. Referenced by org.objectweb.jonas.server.J2EEServer.unDeployEar(). |
1.3.9.1