|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.config.inject.InjectionPointBean
@Module public class InjectionPointBean
Configuration for the xml web bean component.
Constructor Summary | |
---|---|
InjectionPointBean(BeanManager manager,
InjectionPoint ij)
|
Method Summary | |
---|---|
InjectionPoint |
create(CreationalContext<InjectionPoint> env)
Creates a new instance for the Contextual's type. |
void |
destroy(InjectionPoint instance,
CreationalContext<InjectionPoint> env)
Destroys an instance for the Contextual's type. |
java.lang.Class<InjectionPoint> |
getBeanClass()
Returns the bean class. |
java.lang.Class<? extends java.lang.annotation.Annotation> |
getDeploymentType()
Returns the bean's deployment type |
java.util.Set<InjectionPoint> |
getInjectionPoints()
Returns the set of injection points, for validation. |
java.lang.String |
getName()
Returns the bean's name or null if the bean does not have a primary name. |
java.util.Set<java.lang.annotation.Annotation> |
getQualifiers()
Returns the bean's binding annotations. |
java.lang.Class<? extends java.lang.annotation.Annotation> |
getScope()
Returns the bean's scope type. |
java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> |
getStereotypes()
Returns the bean's stereotype annotations. |
java.util.Set<java.lang.reflect.Type> |
getTypes()
Returns the types that the bean exports for bindings. |
void |
inject(InjectionPoint instance)
Inject the bean. |
boolean |
isAlternative()
Returns true if the bean can be null |
boolean |
isNullable()
Returns true if the bean can be null |
boolean |
isPassivationCapable()
Returns true if the bean is serializable |
void |
postConstruct(InjectionPoint instance)
Call post-construct |
void |
preDestroy(InjectionPoint instance)
Call pre-destroy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InjectionPointBean(BeanManager manager, InjectionPoint ij)
Method Detail |
---|
public java.lang.Class<InjectionPoint> getBeanClass()
Bean
getBeanClass
in interface Bean<InjectionPoint>
public java.util.Set<java.lang.annotation.Annotation> getQualifiers()
getQualifiers
in interface Bean<InjectionPoint>
public java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> getStereotypes()
getStereotypes
in interface Bean<InjectionPoint>
public java.lang.Class<? extends java.lang.annotation.Annotation> getDeploymentType()
public java.util.Set<InjectionPoint> getInjectionPoints()
getInjectionPoints
in interface Bean<InjectionPoint>
public java.lang.String getName()
getName
in interface Bean<InjectionPoint>
public boolean isNullable()
isNullable
in interface Bean<InjectionPoint>
public boolean isAlternative()
isAlternative
in interface Bean<InjectionPoint>
public boolean isPassivationCapable()
public java.lang.Class<? extends java.lang.annotation.Annotation> getScope()
getScope
in interface Bean<InjectionPoint>
public java.util.Set<java.lang.reflect.Type> getTypes()
getTypes
in interface Bean<InjectionPoint>
public InjectionPoint create(CreationalContext<InjectionPoint> env)
Contextual
create
in interface Contextual<InjectionPoint>
env
- the creation context used to support circular
references.
public void inject(InjectionPoint instance)
public void postConstruct(InjectionPoint instance)
public void preDestroy(InjectionPoint instance)
public void destroy(InjectionPoint instance, CreationalContext<InjectionPoint> env)
Contextual
@Disposal
method
@PreDestroy
methods
destroy
in interface Contextual<InjectionPoint>
instance
- the instance to destroy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |