Uses of Interface
com.sun.enterprise.container.common.spi.util.InjectionManager
-
Packages that use InjectionManager Package Description com.sun.ejb.containers com.sun.enterprise.container.common.impl.util com.sun.web.server org.glassfish.webservices org.glassfish.weld org.glassfish.weld.services -
-
Uses of InjectionManager in com.sun.ejb.containers
Fields in com.sun.ejb.containers declared as InjectionManager Modifier and Type Field Description protected InjectionManagerBaseContainer. injectionManagerMethods in com.sun.ejb.containers that return InjectionManager Modifier and Type Method Description InjectionManagerEjbContainerUtil. getInjectionManager()InjectionManagerEjbContainerUtilImpl. getInjectionManager() -
Uses of InjectionManager in com.sun.enterprise.container.common.impl.util
Classes in com.sun.enterprise.container.common.impl.util that implement InjectionManager Modifier and Type Class Description classInjectionManagerImplImplementation of InjectionManager. -
Uses of InjectionManager in com.sun.web.server
Constructors in com.sun.web.server with parameters of type InjectionManager Constructor Description WebContainerListener(InvocationManager invocationMgr, InjectionManager injectionMgr, NamedNamingObjectProxy validationNamingProxy) -
Uses of InjectionManager in org.glassfish.webservices
Methods in org.glassfish.webservices that return InjectionManager Modifier and Type Method Description InjectionManagerWebServiceContractImpl. getInjectionManager() -
Uses of InjectionManager in org.glassfish.weld
Constructors in org.glassfish.weld with parameters of type InjectionManager Constructor Description DeploymentImpl(ReadableArchive archive, Collection<EjbDescriptor> ejbs, DeploymentContext context, ArchiveFactory archiveFactory, String moduleName, InjectionManager injectionManager)ProduceBeanDeploymentArchives for thisDeploymentfrom information from the providedReadableArchive. -
Uses of InjectionManager in org.glassfish.weld.services
Constructors in org.glassfish.weld.services with parameters of type InjectionManager Constructor Description InjectionServicesImpl(InjectionManager injectionMgr, BundleDescriptor context, DeploymentImpl deployment)NonModuleInjectionServices(InjectionManager injectionMgr)
-