|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.kernel.plugins.deployment.AbstractKernelDeployment
An abstract kernel deployment.
| Field Summary | |
protected List |
beans
The beans List |
protected boolean |
installed
Whether it is installed |
protected Set |
installedContexts
The installed contexts |
protected String |
name
The name of the deployment |
| Fields inherited from class org.jboss.util.JBossObject |
hashCode, log, toString |
| Constructor Summary | |
AbstractKernelDeployment()
Create a new 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 |
setBeans(List beans)
Set the beans. |
void |
setInstalled(boolean installed)
Set the intalled state |
void |
setName(String name)
Set the name of the deployment |
void |
toShortString(org.jboss.util.JBossStringBuilder buffer)
|
void |
toString(org.jboss.util.JBossStringBuilder buffer)
|
| Methods inherited from class org.jboss.util.JBossObject |
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toString, toStringImplementation |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jboss.util.JBossInterface |
clone, toShortString |
| Field Detail |
protected String name
protected boolean installed
protected Set installedContexts
protected List beans
| Constructor Detail |
public AbstractKernelDeployment()
| Method Detail |
public void setBeans(List beans)
beans - a Listpublic String getName()
KernelDeployment
getName in interface KernelDeploymentpublic void setName(String name)
KernelDeployment
setName in interface KernelDeploymentname - the namepublic boolean isInstalled()
KernelDeployment
isInstalled in interface KernelDeploymentpublic void setInstalled(boolean installed)
KernelDeployment
setInstalled in interface KernelDeploymentinstalled - true when installedpublic void addInstalledContext(KernelControllerContext context)
KernelDeployment
addInstalledContext in interface KernelDeploymentcontext - the context to addpublic Set getInstalledContexts()
KernelDeployment
getInstalledContexts in interface KernelDeploymentpublic void removeInstalledContext(KernelControllerContext context)
KernelDeployment
removeInstalledContext in interface KernelDeploymentcontext - the context to addpublic List getBeans()
KernelDeployment
getBeans in interface KernelDeploymentpublic void toString(org.jboss.util.JBossStringBuilder buffer)
public void toShortString(org.jboss.util.JBossStringBuilder buffer)
toShortString in interface org.jboss.util.JBossInterface
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||