|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static String |
ROLE
|
Method Summary | |
void |
addApplication(SarMetaData metaData,
File workDirectory,
ClassLoader classLoader,
Logger hierarchy,
Configuration server)
Adds an application to the container |
Application |
getApplication(String name)
Gets the named application |
String[] |
getApplicationNames()
Gets the list of applications running in the container |
void |
removeApplication(String name)
Removes the application from the container |
Field Detail |
public static final String ROLE
Method Detail |
public void addApplication(SarMetaData metaData, File workDirectory, ClassLoader classLoader, Logger hierarchy, Configuration server) throws Exception
Exception
public void removeApplication(String name) throws Exception
name
- the name of application to remove
Exception
public Application getApplication(String name)
name
- the name of applicationpublic String[] getApplicationNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |