public interface KarsMBean
| Modifier and Type | Method and Description |
|---|---|
void |
create(String repoName,
List<String> features)
Create a kar file for a list of feature repos
|
List<String> |
getKars()
List the installed KAR files.
|
void |
install(String url)
Install a KAR file from the given URL.
|
void |
uninstall(String name)
Uninstall a KAR file.
|
List<String> getKars() throws MBeanException
Exception - in case of listing failure.MBeanExceptionvoid create(String repoName, List<String> features)
repoName - the name of features repositoryfeatures - the features to include in the karException - in case of creation failurevoid install(String url) throws MBeanException
url - the JAR URL.Exception - in case of installation failure.MBeanExceptionvoid uninstall(String name) throws MBeanException
name - the name of the KAR file.Exception - in case of uninstall failure.MBeanExceptionCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.