Uses of Class
com.sun.enterprise.deployment.InjectionTarget
-
Packages that use InjectionTarget Package Description com.sun.enterprise.deployment com.sun.enterprise.deployment.node -
-
Uses of InjectionTarget in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return types with arguments of type InjectionTarget Modifier and Type Method Description Set<InjectionTarget>EnvironmentProperty. getInjectionTargets()Set<InjectionTarget>InjectionCapable. getInjectionTargets()Methods in com.sun.enterprise.deployment with parameters of type InjectionTarget Modifier and Type Method Description voidEnvironmentProperty. addInjectionTarget(InjectionTarget target)voidInjectionCapable. addInjectionTarget(InjectionTarget target)Add a new injection target for this dependency -
Uses of InjectionTarget in com.sun.enterprise.deployment.node
Methods in com.sun.enterprise.deployment.node that return InjectionTarget Modifier and Type Method Description protected InjectionTargetInjectionTargetNode. createDescriptor()Methods in com.sun.enterprise.deployment.node with parameters of type InjectionTarget Modifier and Type Method Description NodeInjectionTargetNode. writeDescriptor(Node parent, String nodeName, InjectionTarget descriptor)write the descriptor class to a DOM tree and return it
-