|
||||||||||
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.annotations.BaseMetaDataAnnotationPlugin<T,C>
org.jboss.kernel.plugins.annotations.AbstractAnnotationPlugin<T,C>
org.jboss.kernel.plugins.annotations.AbstractAdaptersAnnotationPlugin<T,C>
org.jboss.kernel.plugins.annotations.AbstractParameterAnnotationPlugin<org.jboss.reflect.spi.MethodInfo,C,P>
org.jboss.kernel.plugins.annotations.AbstractMethodParameterAnnotationPlugin<C,AbstractLifecycleMetaData>
org.jboss.kernel.plugins.annotations.LifecycleParameterAnnotationPlugin<Start>
org.jboss.kernel.plugins.annotations.StartLifecycleAnnotationPlugin
public class StartLifecycleAnnotationPlugin
Start annotation plugin.
Field Summary |
---|
Fields inherited from class org.jboss.kernel.plugins.annotations.AbstractAdaptersAnnotationPlugin |
---|
adapters |
Fields inherited from class org.jboss.util.JBossObject |
---|
hashCode, log, toString |
Constructor Summary | |
---|---|
StartLifecycleAnnotationPlugin(Set<Annotation2ValueMetaDataAdapter<? extends Annotation>> adapters)
|
Method Summary | |
---|---|
protected void |
applyLifecycleAnnotation(AbstractLifecycleMetaData lifecycle,
Start annotation)
Apply lifecycle annotation. |
protected boolean |
isLifecyclePresent(BeanMetaData beanMetaData)
Is lifecycle metadata present. |
protected void |
setLifecycleMetaData(AbstractBeanMetaData beanMetaData,
AbstractLifecycleMetaData lifecycle)
Set lifecycle metadata. |
Methods inherited from class org.jboss.kernel.plugins.annotations.LifecycleParameterAnnotationPlugin |
---|
checkAnnotatedInfo, createLifecycleMetaData, createParametrizedMetaData, getParameters, handleParameterlessInfo, isMetaDataAlreadyPresent, setParameterizedMetaData |
Methods inherited from class org.jboss.kernel.plugins.annotations.AbstractMethodParameterAnnotationPlugin |
---|
createParametersSignature |
Methods inherited from class org.jboss.kernel.plugins.annotations.AbstractParameterAnnotationPlugin |
---|
createParametrizedMetaData, createParametrizedMetaData, internalApplyAnnotation, isElementTypeSupported |
Methods inherited from class org.jboss.kernel.plugins.annotations.AbstractAnnotationPlugin |
---|
applyAnnotation, checkIfNotAbstractBeanMetaDataSpecific, cleanAnnotation, internalApplyAnnotation, internalApplyAnnotation, internalCleanAnnotation, isMetaDataAlreadyPresent |
Methods inherited from class org.jboss.kernel.plugins.annotations.BaseMetaDataAnnotationPlugin |
---|
applyAnnotation, getAnnotation, getSupportedTypes, isAttributePresent, isAttributePresent, isCleanup, isCleanupOnly, toShortString, toString |
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.kernel.plugins.annotations.MetaDataAnnotationPlugin |
---|
applyAnnotation, getAnnotation, getSupportedTypes |
Constructor Detail |
---|
public StartLifecycleAnnotationPlugin(Set<Annotation2ValueMetaDataAdapter<? extends Annotation>> adapters)
Method Detail |
---|
protected boolean isLifecyclePresent(BeanMetaData beanMetaData)
LifecycleParameterAnnotationPlugin
isLifecyclePresent
in class LifecycleParameterAnnotationPlugin<Start>
beanMetaData
- the bean metadata
protected void applyLifecycleAnnotation(AbstractLifecycleMetaData lifecycle, Start annotation)
LifecycleParameterAnnotationPlugin
applyLifecycleAnnotation
in class LifecycleParameterAnnotationPlugin<Start>
lifecycle
- lifecycle metadataannotation
- the annotationprotected void setLifecycleMetaData(AbstractBeanMetaData beanMetaData, AbstractLifecycleMetaData lifecycle)
LifecycleParameterAnnotationPlugin
setLifecycleMetaData
in class LifecycleParameterAnnotationPlugin<Start>
beanMetaData
- the bean metadatalifecycle
- the lifecycle metadata
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |