|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AdmException | |
|---|---|
| org.ow2.jonas.adm | |
| Uses of AdmException in org.ow2.jonas.adm |
|---|
| Methods in org.ow2.jonas.adm that throw AdmException | |
|---|---|
void |
AdmInterface.addEar(String fileName)
Deploy a given ear file with the help of the ear service. |
void |
AdmInterface.addRar(String fileName)
Deploy a given rar file with the help of the resource service. |
void |
AdmInterface.addWar(String fileName)
Deploy a given war file with the help of the web container service. |
boolean |
AdmInterface.isEarLoaded(String fileName)
Test if the specified filename is already deployed or not |
boolean |
AdmInterface.isRarLoaded(String fileName)
Test if the specified filename is already deployed or not |
boolean |
AdmInterface.isWarLoaded(String fileName)
Test if the specified filename is already deployed or not |
void |
AdmInterface.removeEar(String fileName)
UnDeploy a given ear file with the help of the ear service. |
void |
AdmInterface.removeRar(String fileName)
UnDeploy a given rar file with the help of the resource service. |
void |
AdmInterface.removeWar(String fileName)
UnDeploy a given war file with the help of the web container service. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||