|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface KernelDeployment
A kernel deployment.
| Method Summary | |
|---|---|
void |
addInstalledContext(KernelControllerContext context)
Add an installed context |
List |
getBeans()
Get the beans in the deployment |
ClassLoaderMetaData |
getClassLoader()
Get the classloader for this deployment |
List |
getInstalledContexts()
Get the installed contexts |
String |
getName()
Get the name of the deployment |
boolean |
isInstalled()
Whether the deployment is installed |
void |
removeInstalledContext(KernelControllerContext context)
Remove an installed context |
void |
setInstalled(boolean installed)
Set the intalled state |
void |
setName(String name)
Set the name of the deployment |
| Methods inherited from interface org.jboss.util.JBossInterface |
|---|
clone, toShortString, toShortString |
| Method Detail |
|---|
String getName()
void setName(String name)
name - the nameboolean isInstalled()
void setInstalled(boolean installed)
installed - true when installedClassLoaderMetaData getClassLoader()
List getBeans()
List getInstalledContexts()
void addInstalledContext(KernelControllerContext context)
context - the context to addvoid removeInstalledContext(KernelControllerContext context)
context - the context to add
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||