|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.errai.ioc.client.container.async.AbstractAsyncBean<T>
public abstract class AbstractAsyncBean<T>
Field Summary | |
---|---|
protected Class<?> |
beanType
|
protected boolean |
concrete
|
protected String |
name
|
protected Set<Annotation> |
qualifiers
|
protected Class<T> |
type
|
Constructor Summary | |
---|---|
AbstractAsyncBean()
|
Method Summary | |
---|---|
Class<?> |
getBeanClass()
Returns the actual bean class represented by this bean. |
String |
getName()
Returns the name of the bean. |
Set<Annotation> |
getQualifiers()
Returns a set of qualifiers associated with this bean |
Class<T> |
getType()
Returns the absolute type of the bean |
boolean |
isConcrete()
Returns true if the bean is a concrete bean definition and not an interface or abstract type. |
boolean |
matches(Set<Annotation> annotations)
Returns true if the underlying bean contains all of the annotations specified. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jboss.errai.ioc.client.container.async.AsyncBeanDef |
---|
getInstance, getInstance, getScope, isActivated, newInstance |
Field Detail |
---|
protected String name
protected Class<T> type
protected Class<?> beanType
protected Set<Annotation> qualifiers
protected boolean concrete
Constructor Detail |
---|
public AbstractAsyncBean()
Method Detail |
---|
public Class<T> getType()
getType
in interface AsyncBeanDef<T>
AsyncBeanDef.getBeanClass()
public Class<?> getBeanClass()
AsyncBeanDef
getBeanClass
in interface AsyncBeanDef<T>
public String getName()
AsyncBeanDef
getName
in interface AsyncBeanDef<T>
public boolean isConcrete()
AsyncBeanDef
isConcrete
in interface AsyncBeanDef<T>
public Set<Annotation> getQualifiers()
getQualifiers
in interface AsyncBeanDef<T>
public boolean matches(Set<Annotation> annotations)
matches
in interface AsyncBeanDef<T>
annotations
- a set of annotations to compare
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |