|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.inject.manager.Bean<T>
T
- an API type of the beanpublic abstract class Bean<T>
The contract between the manager and a bean. This interface should not be called directly by the application.
Constructor Summary | |
---|---|
protected |
Bean(Manager manager)
Create an instance of a bean |
Method Summary | |
---|---|
abstract java.util.Set<java.lang.annotation.Annotation> |
getBindings()
The bindings of a bean |
abstract java.lang.Class<? extends java.lang.annotation.Annotation> |
getDeploymentType()
The deployment type of a bean |
abstract java.util.Set<? extends InjectionPoint> |
getInjectionPoints()
The injection points of a bean |
protected Manager |
getManager()
Get the manager used to create this bean |
abstract java.lang.String |
getName()
The name of a bean |
abstract java.lang.Class<? extends java.lang.annotation.Annotation> |
getScopeType()
The scope of a bean |
abstract java.util.Set<java.lang.reflect.Type> |
getTypes()
The client-visible types of a bean |
abstract boolean |
isNullable()
The nullability of a bean |
abstract boolean |
isSerializable()
The serializability of a bean |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.context.Contextual |
---|
create, destroy |
Constructor Detail |
---|
protected Bean(Manager manager)
manager
- Method Detail |
---|
protected Manager getManager()
public abstract java.util.Set<java.lang.reflect.Type> getTypes()
public abstract java.util.Set<java.lang.annotation.Annotation> getBindings()
public abstract java.lang.Class<? extends java.lang.annotation.Annotation> getScopeType()
public abstract java.lang.Class<? extends java.lang.annotation.Annotation> getDeploymentType()
public abstract java.lang.String getName()
public abstract boolean isSerializable()
public abstract boolean isNullable()
public abstract java.util.Set<? extends InjectionPoint> getInjectionPoints()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |