|
||||||||||
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 |
Set<NamedAliasMetaData> |
getAliases()
Get named aliases. |
Set<AnnotationMetaData> |
getAnnotations()
Get the deployment annotations. |
List<BeanMetaDataFactory> |
getBeanFactories()
Get the bean factories in the deployment |
List<BeanMetaData> |
getBeans()
Get the beans in the deployment |
ClassLoaderMetaData |
getClassLoader()
Get the classloader for this deployment |
LifecycleMetaData |
getCreate()
Get the default create lifecycle |
LifecycleMetaData |
getDestroy()
Get the default destroy lifecycle |
List<KernelControllerContext> |
getInstalledContexts()
Get the installed contexts |
ControllerMode |
getMode()
Get the ControllerMode. |
String |
getName()
Get the name of the deployment |
Boolean |
getScoped()
Is deployment scoped |
LifecycleMetaData |
getStart()
Get the default start lifecycle |
LifecycleMetaData |
getStop()
Get the default stop lifecycle |
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 installedBoolean getScoped()
Set<AnnotationMetaData> getAnnotations()
ClassLoaderMetaData getClassLoader()
LifecycleMetaData getCreate()
LifecycleMetaData getStart()
LifecycleMetaData getStop()
LifecycleMetaData getDestroy()
Set<NamedAliasMetaData> getAliases()
ControllerMode getMode()
List<BeanMetaData> getBeans()
List<BeanMetaDataFactory> getBeanFactories()
List<KernelControllerContext> 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 |