public class RemoteViewInjectionSource extends InjectionSource
InjectionSource.ResolutionContext
Constructor and Description |
---|
RemoteViewInjectionSource(org.jboss.msc.service.ServiceName serviceName,
String appName,
String moduleName,
String distinctName,
String beanName,
String viewClass,
boolean stateful) |
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
void |
getResourceValue(InjectionSource.ResolutionContext resolutionContext,
org.jboss.msc.service.ServiceBuilder<?> serviceBuilder,
DeploymentPhaseContext phaseContext,
org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector)
Get the value to use as the injection source.
|
int |
hashCode() |
public RemoteViewInjectionSource(org.jboss.msc.service.ServiceName serviceName, String appName, String moduleName, String distinctName, String beanName, String viewClass, boolean stateful)
public void getResourceValue(InjectionSource.ResolutionContext resolutionContext, org.jboss.msc.service.ServiceBuilder<?> serviceBuilder, DeploymentPhaseContext phaseContext, org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector)
getResourceValue
in class InjectionSource
resolutionContext
- the resolution context to useserviceBuilder
- the builder for the binder servicephaseContext
- the deployment phase contextinjector
- the injector into which the value should be placedCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.