|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A kernel deployment.
| Method Summary | |
void |
addInstalledContext(KernelControllerContext context)
Add an installed context |
List |
getBeans()
Get the beans in the deployment |
Set |
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 |
public String getName()
public void setName(String name)
name - the namepublic boolean isInstalled()
public void setInstalled(boolean installed)
installed - true when installedpublic List getBeans()
public Set getInstalledContexts()
public void addInstalledContext(KernelControllerContext context)
context - the context to addpublic void removeInstalledContext(KernelControllerContext context)
context - the context to add
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||