|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.red5.server.service.Installer
public final class Installer
This service provides the means to list, download, install, and un-install applications from a given url.
Constructor Summary | |
---|---|
Installer()
|
Method Summary | |
---|---|
AsyncMessage |
getApplicationList()
Returns a Map containing all of the application wars in the snapshot repository. |
String |
getApplicationRepositoryUrl()
|
LoaderMXBean |
getLoader()
Returns the LoaderMBean. |
boolean |
install(String applicationWarName)
Installs a given application. |
void |
setApplicationRepositoryUrl(String applicationRepositoryUrl)
|
boolean |
uninstall(String applicationName)
Un-installs a given application. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Installer()
Method Detail |
---|
public String getApplicationRepositoryUrl()
public void setApplicationRepositoryUrl(String applicationRepositoryUrl)
public LoaderMXBean getLoader()
public AsyncMessage getApplicationList()
public boolean install(String applicationWarName)
applicationWarName
- app war name
public boolean uninstall(String applicationName)
applicationName
- name to uninstall
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |