org.ow2.petals.kernel.ws.client
Class InstallationServiceClient

java.lang.Object
  extended by 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

Author:
Adrien RuffiƩ - eBM WebSourcing Provider a client for the installation service of the petals-kernel-wsapi

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
 

Method Detail

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-2011 Petals Link (EBM Websourcing). All Rights Reserved.