org.jboss.webbeans.bean.ee
Class ResourceBean<T>
java.lang.Object
javax.inject.manager.Bean<T>
org.jboss.webbeans.bean.RIBean<T>
org.jboss.webbeans.bean.ee.AbstractJavaEEResourceBean<T>
org.jboss.webbeans.bean.ee.AbstractResourceBean<T>
org.jboss.webbeans.bean.ee.ResourceBean<T>
- All Implemented Interfaces:
- Contextual<T>
public class ResourceBean<T>
- extends AbstractResourceBean<T>
- Author:
- Pete Muir
Constructor Summary |
ResourceBean(ManagerImpl manager,
java.lang.Class<? extends java.lang.annotation.Annotation> deploymentType,
java.util.Set<java.lang.annotation.Annotation> bindings,
java.lang.Class<T> type,
java.lang.String jndiName,
java.lang.String mappedName)
|
Methods inherited from class org.jboss.webbeans.bean.ee.AbstractJavaEEResourceBean |
create, destroy, getBindings, getDeploymentType, getInjectionPoints, getName, getProxyClass, getScopeType, getSpecializedBean, getType, getTypes, initialize, isDependent, isNullable, isPrimitive, isProxyable, isSerializable, isSpecializing |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ResourceBean
public ResourceBean(ManagerImpl manager,
java.lang.Class<? extends java.lang.annotation.Annotation> deploymentType,
java.util.Set<java.lang.annotation.Annotation> bindings,
java.lang.Class<T> type,
java.lang.String jndiName,
java.lang.String mappedName)
getId
public java.lang.String getId()
- Specified by:
getId
in class RIBean<T>
newMethodHandler
protected javassist.util.proxy.MethodHandler newMethodHandler()
- Specified by:
newMethodHandler
in class AbstractJavaEEResourceBean<T>
Copyright © 2011. All Rights Reserved.