Class ResourceInjectionServicesImpl

  • All Implemented Interfaces:
    org.jboss.weld.bootstrap.api.Service, org.jboss.weld.injection.spi.ResourceInjectionServices

    public class ResourceInjectionServicesImpl
    extends Object
    implements org.jboss.weld.injection.spi.ResourceInjectionServices
    • Constructor Detail

      • ResourceInjectionServicesImpl

        public ResourceInjectionServicesImpl()
    • Method Detail

      • registerResourceInjectionPoint

        public org.jboss.weld.injection.spi.ResourceReferenceFactory<Object> registerResourceInjectionPoint​(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)
        Specified by:
        registerResourceInjectionPoint in interface org.jboss.weld.injection.spi.ResourceInjectionServices
      • registerResourceInjectionPoint

        public org.jboss.weld.injection.spi.ResourceReferenceFactory<Object> registerResourceInjectionPoint​(String jndiName,
                                                                                                            String mappedName)
        Specified by:
        registerResourceInjectionPoint in interface org.jboss.weld.injection.spi.ResourceInjectionServices
      • cleanup

        public void cleanup()
        Specified by:
        cleanup in interface org.jboss.weld.bootstrap.api.Service