| org.jboss.injection.InjectionContainer
All known Subclasses: org.jboss.ejb3.EJBContainer, org.jboss.ejb3.clientmodule.ClientENCInjectionContainer, org.jboss.ejb3.client.ClientContainer,
InjectionContainer | public interface InjectionContainer (Code) | | This is the container that manages all injections. Could be an EJB Container
or a WAR.
author: Bill Burke version: $Revision: 60233 $ |
Method Summary | |
T | getAnnotation(Class<T> annotationType, Class> clazz) If class has container overridable annotations, this method will
discover those overriden annotations. | T | getAnnotation(Class<T> annotationType, Class> clazz, Method method) If class has container overridable annotations, this method will
discover those overriden annotations. | T | getAnnotation(Class<T> annotationType, Method method) | T | getAnnotation(Class<T> annotationType, Class> clazz, Field field) If class has container overridable annotations, this method will
discover those overriden annotations. | T | getAnnotation(Class<T> annotationType, Field field) | ClassLoader | getClassloader() | DependencyPolicy | getDependencyPolicy() | String | getDeploymentDescriptorType() | String | getEjbJndiName(Class businessInterface) | String | getEjbJndiName(String link, Class businessInterface) | Context | getEnc() | Map<String, Map<AccessibleObject, Injector>> | getEncInjections() | Map<String, EncInjector> | getEncInjectors() | EnvironmentRefGroup | getEnvironmentRefGroup() | String | getIdentifier() | List<Injector> | getInjectors() | PersistenceUnitDeployment | getPersistenceUnitDeployment(String unitName) | Container | resolveEjbContainer(String link, Class businessIntf) | Container | resolveEjbContainer(Class businessIntf) |
getAnnotation | T getAnnotation(Class<T> annotationType, Class> clazz)(Code) | | If class has container overridable annotations, this method will
discover those overriden annotations.
|
getAnnotation | T getAnnotation(Class<T> annotationType, Class> clazz, Method method)(Code) | | If class has container overridable annotations, this method will
discover those overriden annotations.
|
getAnnotation | T getAnnotation(Class<T> annotationType, Class> clazz, Field field)(Code) | | If class has container overridable annotations, this method will
discover those overriden annotations.
|
getDeploymentDescriptorType | String getDeploymentDescriptorType()(Code) | | For error messages
ejb-jar.xml, web.xml, etc.. |
getIdentifier | String getIdentifier()(Code) | | Some identifier that can be used in error messages
|
|
|