|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InstallationService
The installation service deals with JBI component lifecycle stuff.
| Method Summary | |
|---|---|
boolean |
install(java.lang.String componentId)
Install a component which is available in the artifact repository (@see ArtifactRepositoryService) |
boolean |
install(java.net.URL url)
Install a component from its URL (the component can be somewhere outside of the PEtALS context) |
boolean |
uninstall(java.lang.String componentId)
Uninstall a component |
| Method Detail |
|---|
boolean install(java.lang.String componentId)
throws PEtALSWebServiceException
ArtifactRepositoryService)
componentId -
PEtALSWebServiceException
boolean install(java.net.URL url)
throws PEtALSWebServiceException
url -
PEtALSWebServiceException
boolean uninstall(java.lang.String componentId)
throws PEtALSWebServiceException
componentId -
PEtALSWebServiceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||