Class RemoteViewInjectionSource


  • public class RemoteViewInjectionSource
    extends InjectionSource
    Injection source for Jakarta Enterprise Beans remote views.
    Author:
    Stuart Douglas
    • Constructor Detail

      • RemoteViewInjectionSource

        public RemoteViewInjectionSource​(org.jboss.msc.service.ServiceName serviceName,
                                         String appName,
                                         String moduleName,
                                         String distinctName,
                                         String beanName,
                                         String viewClass,
                                         boolean stateful,
                                         org.jboss.msc.value.Value<ClassLoader> viewClassLoader,
                                         boolean appclient)