Method Summary |
|
String | deployEar(Context ctx) Deploy an EAR file with sending JAR file to the EJB container and WAR
file to the WEB container.
Parameters: ctx - the context which contains the configuration in order todeploy an EAR. |
String | deployEar(String fileName) Deploy an EAR, used by management applications via J2EEServer managed
object
Parameters: fileName - the fileName of the ear which must be be deployed. |
String | getAppsDirectory() Return the Apps directory. |
Boolean | isEarDeployed(String fileName) Test if the specified filename is already deployed or not.
Parameters: fileName - the name of the ear file. |
boolean | isEarDeployedByUnpackName(String unpackName) Test if the specified unpack name is already deployed or not. |
void | unDeployEar(Context ctx) Undeploy an EAR by sending the request to the EJB container and to the
WEB container. |
void | unDeployEar(String fileName) |