Interface Injectable

    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of this injectable.
        Returns:
        the name
      • addInjectionTarget

        void addInjectionTarget​(java.lang.String injectionTargetName,
                                java.lang.String jndiName)
        Adds an injection target to this injectable.
        Parameters:
        injectionTargetName - the name of the injection target
        jndiName - the JNDI name for the injection
      • getInjectionTargets

        java.util.List<InjectionTarget> getInjectionTargets()
        Returns the list of injection targets.
        Returns:
        the list of injection targets