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