Package org.jboss.as.ejb3.remote
Class RemoteViewInjectionSource
- java.lang.Object
-
- org.jboss.as.ee.component.InjectionSource
-
- org.jboss.as.ejb3.remote.RemoteViewInjectionSource
-
public class RemoteViewInjectionSource extends InjectionSource
Injection source for Jakarta Enterprise Beans remote views.- Author:
- Stuart Douglas
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.as.ee.component.InjectionSource
InjectionSource.ResolutionContext
-
-
Constructor Summary
Constructors Constructor Description 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)voidgetResourceValue(InjectionSource.ResolutionContext resolutionContext, org.jboss.msc.service.ServiceBuilder<?> serviceBuilder, org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext, org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector)inthashCode()
-
-
-
Method Detail
-
getResourceValue
public void getResourceValue(InjectionSource.ResolutionContext resolutionContext, org.jboss.msc.service.ServiceBuilder<?> serviceBuilder, org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext, org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector)
- Specified by:
getResourceValuein classInjectionSource
-
-