org.ow2.petals.kernel.ws.client
Class InstallationServiceClient
java.lang.Object
org.ow2.petals.kernel.ws.client.InstallationServiceClient
- All Implemented Interfaces:
- org.ow2.petals.kernel.ws.api.InstallationService
public class InstallationServiceClient
- extends java.lang.Object
- implements org.ow2.petals.kernel.ws.api.InstallationService
A client for the installation service of the petals-kernel-wsapi.
- Author:
- Adrien Ruffie - EBM WebSourcing
|
Method Summary |
boolean |
install(java.lang.String componentId)
|
boolean |
install(java.net.URL url)
|
boolean |
uninstall(java.lang.String componentId)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
install
public boolean install(java.lang.String componentId)
throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
- Specified by:
install in interface org.ow2.petals.kernel.ws.api.InstallationService
- Throws:
org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
install
public boolean install(java.net.URL url)
throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
- Specified by:
install in interface org.ow2.petals.kernel.ws.api.InstallationService
- Throws:
org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
uninstall
public boolean uninstall(java.lang.String componentId)
throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
- Specified by:
uninstall in interface org.ow2.petals.kernel.ws.api.InstallationService
- Throws:
org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.