|
JBoss Modular Service Kernel API 1.0.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BatchInjectionBuilder | |
|---|---|
| org.jboss.msc.service | |
| Uses of BatchInjectionBuilder in org.jboss.msc.service |
|---|
| Methods in org.jboss.msc.service that return BatchInjectionBuilder | |
|---|---|
BatchInjectionBuilder |
BatchServiceBuilder.addDependency(ServiceName dependency)
Add a dependency. |
BatchInjectionBuilder |
BatchServiceBuilder.addInjection(Object value)
Add an injection. |
BatchInjectionBuilder |
BatchServiceBuilder.addInjectionValue(Value<?> value)
Add an injection value. |
BatchInjectionBuilder |
BatchInjectionBuilder.fromField(Field field)
Specify that the injected value should come from a field on the source object. |
BatchInjectionBuilder |
BatchInjectionBuilder.fromField(String fieldName)
Specify that the injected value should come from a field on the source object. |
BatchInjectionBuilder |
BatchInjectionBuilder.fromFieldValue(Value<Field> fieldValue)
Specify that the injected value should come from a field on the source object. |
BatchInjectionBuilder |
BatchInjectionBuilder.fromMethod(Method method,
List<? extends Value<?>> parameterValues)
Specify that the injected value should come from the result of a method call. |
BatchInjectionBuilder |
BatchInjectionBuilder.fromMethod(Method method,
Value<?> target,
List<? extends Value<?>> parameterValues)
Specify that the injected value should come from the result of a method call. |
BatchInjectionBuilder |
BatchInjectionBuilder.fromMethod(String name)
Specify that the injected value should come from the result of a no-args method call. |
BatchInjectionBuilder |
BatchInjectionBuilder.fromMethod(String name,
List<? extends Value<Class<?>>> parameterTypes,
List<? extends Value<?>> parameterValues)
Specify that the injected value should come from the result of a method call. |
BatchInjectionBuilder |
BatchInjectionBuilder.fromMethod(String name,
Value<?> target)
Specify that the injected value should come from the result of a no-args method call. |
BatchInjectionBuilder |
BatchInjectionBuilder.fromMethod(String name,
Value<?> target,
List<? extends Value<Class<?>>> parameterTypes,
List<? extends Value<?>> parameterValues)
Specify that the injected value should come from the result of a method call. |
BatchInjectionBuilder |
BatchInjectionBuilder.fromMethodValue(Value<Method> methodValue,
List<? extends Value<?>> parameterValues)
Specify that the injected value should come from the result of a method call. |
BatchInjectionBuilder |
BatchInjectionBuilder.fromMethodValue(Value<Method> methodValue,
Value<?> target,
List<? extends Value<?>> parameterValues)
Specify that the injected value should come from the result of a method call. |
BatchInjectionBuilder |
BatchInjectionBuilder.fromProperty(Property property)
Specify that the injected value should come from a property on the source object. |
BatchInjectionBuilder |
BatchInjectionBuilder.fromProperty(String propertyName)
Specify that the injected value should come from a property on the source object. |
BatchInjectionBuilder |
BatchInjectionBuilder.fromPropertyValue(Value<Property> propertyValue)
Specify that the injected value should come from a property on the source object. |
BatchInjectionBuilder |
BatchInjectionBuilder.toField(Field field)
Specify that the target of injection be a field on the target object. |
BatchInjectionBuilder |
BatchInjectionBuilder.toField(String fieldName)
Specify that the target of injection be a field on the target object. |
BatchInjectionBuilder |
BatchInjectionBuilder.toFieldValue(Value<Field> fieldValue)
Specify that the target of injection be a field on the target object. |
BatchInjectionBuilder |
BatchInjectionBuilder.toInjector(Injector<?> injector)
Specify that the target of injection be an injector. |
BatchInjectionBuilder |
BatchInjectionBuilder.toMethod(Method method,
List<? extends Value<?>> parameterValues)
Specify that the target of injection be a method on the destination object. |
BatchInjectionBuilder |
BatchInjectionBuilder.toMethod(Method method,
Value<?> targetValue,
List<? extends Value<?>> parameterValues)
Specify that the target of injection be a method on the destination object. |
BatchInjectionBuilder |
BatchInjectionBuilder.toMethod(String name)
Specify that the target of injection be a one-argument method on the destination object. |
BatchInjectionBuilder |
BatchInjectionBuilder.toMethod(String name,
List<? extends Value<Class<?>>> parameterTypes,
List<? extends Value<?>> parameterValues)
Specify that the target of injection be a method on the destination object. |
BatchInjectionBuilder |
BatchInjectionBuilder.toMethod(String name,
Value<?> targetValue)
Specify that the target of injection be a one-argument method on the destination object. |
BatchInjectionBuilder |
BatchInjectionBuilder.toMethod(String name,
Value<?> targetValue,
List<? extends Value<Class<?>>> parameterTypes,
List<? extends Value<?>> parameterValues)
Specify that the target of injection be a method on the destination object. |
BatchInjectionBuilder |
BatchInjectionBuilder.toMethodValue(Value<Method> methodValue,
List<? extends Value<?>> parameterValues)
Specify that the target of injection be a method on the destination object. |
BatchInjectionBuilder |
BatchInjectionBuilder.toMethodValue(Value<Method> methodValue,
Value<?> targetValue,
List<? extends Value<?>> parameterValues)
Specify that the target of injection be a method on the destination object. |
BatchInjectionBuilder |
BatchInjectionBuilder.toProperty(Property property)
Specify that the target of injection be a property on the destination object. |
BatchInjectionBuilder |
BatchInjectionBuilder.toProperty(String property)
Specify that the target of injection be a property on the destination object. |
BatchInjectionBuilder |
BatchInjectionBuilder.toPropertyValue(Value<Property> propertyValue)
Specify that the target of injection be a property on the destination object. |
|
JBoss Modular Service Kernel API 1.0.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||