|
||||||||||
| 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
public class AbstractKernelDeployment
An abstract kernel deployment.
| Field Summary | |
|---|---|
protected List |
beans
The beans List |
protected ClassLoaderMetaData |
classLoader
The ClassLoader |
protected boolean |
installed
Whether it is installed |
protected List |
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 |
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 |
setBeans(List beans)
Set the beans. |
void |
setClassLoader(ClassLoaderMetaData classLoader)
Set the classloader |
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 List installedContexts
protected List beans
protected ClassLoaderMetaData classLoader
| 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 List 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 ClassLoaderMetaData getClassLoader()
KernelDeployment
getClassLoader in interface KernelDeploymentpublic void setClassLoader(ClassLoaderMetaData classLoader)
classLoader - the classloader metadatapublic void toString(org.jboss.util.JBossStringBuilder buffer)
toString in class org.jboss.util.JBossObjectpublic void toShortString(org.jboss.util.JBossStringBuilder buffer)
toShortString in interface org.jboss.util.JBossInterfacetoShortString in class org.jboss.util.JBossObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||