Uses of Interface
com.sun.enterprise.deployment.InjectionCapable
-
-
Uses of InjectionCapable in com.sun.enterprise.deployment
Classes in com.sun.enterprise.deployment that implement InjectionCapable Modifier and Type Class Description classConnectorConfigPropertyclassEjbReferenceDescriptorAn object representing a link to another ejb.classEntityManagerFactoryReferenceDescriptorAn object representing a component environment reference to an EntityManagerFactoryclassEntityManagerReferenceDescriptorAn object representing an component environment reference to an EntityManagerclassEnvironmentPropertyThe EnvironmentProperty class hold the data about a single environment entry for J2EE components.classMessageDestinationReferenceDescriptorAn object representing the use of a message destination in a J2EE component.classResourceEnvReferenceDescriptorI am an object representing a dependency on a resource environmentclassResourceReferenceDescriptorThis descriptor represents a dependency on a resource.classRoleReferenceSpecial kind of environment property that encapsulates the primitive roles as defined by the bean developer.classServiceReferenceDescriptorInformation about a Jakarta EE web service client.Methods in com.sun.enterprise.deployment that return types with arguments of type InjectionCapable Modifier and Type Method Description List<InjectionCapable>BundleDescriptor. getInjectableResources(JndiNameEnvironment jndiNameEnv)List<InjectionCapable>Application. getInjectableResourcesByClass(String className)List<InjectionCapable>ApplicationClientDescriptor. getInjectableResourcesByClass(String className)protected List<InjectionCapable>BundleDescriptor. getInjectableResourcesByClass(String className, JndiNameEnvironment jndiNameEnv)Define implementation of getInjectableResourceByClass here so it isn't replicated across appclient, web, ejb descriptors.List<InjectionCapable>JndiEnvironmentRefsGroupDescriptor. getInjectableResourcesByClass(String className)List<InjectionCapable>JndiNameEnvironment. getInjectableResourcesByClass(String className)List<InjectionCapable>ManagedBeanDescriptor. getInjectableResourcesByClass(String className)abstract List<InjectionCapable>WebBundleDescriptor. getInjectableResourcesByClass(String className)protected abstract List<InjectionCapable>WebBundleDescriptor. getInjectableResourcesByClass(String className, JndiNameEnvironment jndiNameEnv)List<InjectionCapable>InjectionInfo. getInjectionResources()Method parameters in com.sun.enterprise.deployment with type arguments of type InjectionCapable Modifier and Type Method Description voidInjectionInfo. setInjectionResources(List<InjectionCapable> resources)Constructor parameters in com.sun.enterprise.deployment with type arguments of type InjectionCapable Constructor Description InjectionInfo(String cName, String postmName, String premName, List<InjectionCapable> resources) -
Uses of InjectionCapable in com.sun.enterprise.deployment.types
Subinterfaces of InjectionCapable in com.sun.enterprise.deployment.types Modifier and Type Interface Description interfaceEjbReferenceProtocol associated with defining an EJB InterfaceinterfaceEntityManagerFactoryReferenceProtocol associated with defining an EntityManagerFactory referenceinterfaceEntityManagerReferenceProtocol associated with defining an EntityManager reference -
Uses of InjectionCapable in com.sun.enterprise.deployment.util
Methods in com.sun.enterprise.deployment.util with parameters of type InjectionCapable Modifier and Type Method Description protected voidComponentValidator. accept(InjectionCapable injectable)visits all entries within the component environment for which isInjectable() == true.protected voidComponentValidator. acceptWithCL(InjectionCapable injectable)protected voidComponentValidator. acceptWithoutCL(InjectionCapable injectable) -
Uses of InjectionCapable in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return types with arguments of type InjectionCapable Modifier and Type Method Description List<InjectionCapable>EjbBundleDescriptorImpl. getInjectableResourcesByClass(String className)protected List<InjectionCapable>EjbBundleDescriptorImpl. getInjectableResourcesByClass(String className, JndiNameEnvironment jndiNameEnv)List<InjectionCapable>EjbDescriptor. getInjectableResourcesByClass(String className) -
Uses of InjectionCapable in org.glassfish.web.deployment.descriptor
Methods in org.glassfish.web.deployment.descriptor that return types with arguments of type InjectionCapable Modifier and Type Method Description List<InjectionCapable>WebBundleDescriptorImpl. getInjectableResourcesByClass(String className)protected List<InjectionCapable>WebBundleDescriptorImpl. getInjectableResourcesByClass(String className, JndiNameEnvironment jndiNameEnv) -
Uses of InjectionCapable in org.glassfish.web.deployment.util
Methods in org.glassfish.web.deployment.util with parameters of type InjectionCapable Modifier and Type Method Description protected voidWebValidatorWithCL. accept(InjectionCapable injectable)visits all entries within the component environment for which isInjectable() == true.voidWebValidatorWithoutCL. accept(InjectionCapable injectable)visits all entries within the component environment for which isInjectable() == true.
-