|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.lang.String |
createResourceAdapter(javax.naming.Context ctx)
Create a Resource Adapter |
java.lang.String |
deployRar(java.lang.String fileName)
Deploy an RAR, used by management applications via J2EEServer managed object |
void |
deployRars(javax.naming.Context ctx)
Deploy the given rars of an ear file with the specified parent classloader (ear classloader). |
java.lang.String |
getRarsDirectory()
Return the Rars directory. |
java.lang.Boolean |
isRarDeployed(java.lang.String fileName)
Test if the specified filename is already deployed or not. |
void |
unDeployRar(java.lang.String fileName)
Undeploy an RAR, used by management applications via J2EEServer managed object |
void |
unDeployRars(java.net.URL[] urls,
java.net.URL earUrl)
Undeploy the given rars of an ear file with the specified parent classloader (ear classloader). |
Methods inherited from interface org.objectweb.jonas.service.Service |
getName, init, isStarted, setName, start, stop |
Method Detail |
public java.lang.String createResourceAdapter(javax.naming.Context ctx) throws java.lang.Exception
java.lang.Exception
public java.lang.String deployRar(java.lang.String fileName) throws java.lang.Exception
fileName
- the fileName of the rar which must be be deployed.
java.lang.Exception
- if the deployment of the RAR failed.public java.lang.Boolean isRarDeployed(java.lang.String fileName)
fileName
- the name of the rar file.
public void deployRars(javax.naming.Context ctx) throws ResourceServiceException
ResourceServiceException
- if an error occurs during the deployment.public void unDeployRar(java.lang.String fileName) throws java.lang.Exception
fileName
- the fileName of the rar which must be be undeployed.
java.lang.Exception
- if the undeployment of the RAR failed.public void unDeployRars(java.net.URL[] urls, java.net.URL earUrl)
urls
- the list of the urls of the rars to deploy.public java.lang.String getRarsDirectory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |