JBoss Modular Service Kernel API 1.0.0.Beta1

Uses of Class
org.jboss.msc.reflect.Property

Packages that use Property
org.jboss.msc.inject   
org.jboss.msc.reflect   
org.jboss.msc.service   
org.jboss.msc.value   
 

Uses of Property in org.jboss.msc.inject
 

Constructor parameters in org.jboss.msc.inject with type arguments of type Property
PropertyInjector(Value<Property> propertyValue, Value<? super T> target)
           
 

Uses of Property in org.jboss.msc.reflect
 

Methods in org.jboss.msc.reflect that return Property
static Property Property.getNonPublicProperty(Class<?> declaringClass, String name, AccessControlContext context)
           
static Property Property.getProperty(Class<?> declaringClass, String name)
           
 

Uses of Property in org.jboss.msc.service
 

Methods in org.jboss.msc.service with parameters of type Property
 BatchInjectionBuilder BatchInjectionBuilder.fromProperty(Property property)
          Specify that the injected value should come from a property on the source object.
 BatchInjectionBuilder BatchInjectionBuilder.toProperty(Property property)
          Specify that the target of injection be a property on the destination object.
 

Method parameters in org.jboss.msc.service with type arguments of type Property
 BatchInjectionBuilder BatchInjectionBuilder.fromPropertyValue(Value<Property> propertyValue)
          Specify that the injected value should come from a property on the source object.
 BatchInjectionBuilder BatchInjectionBuilder.toPropertyValue(Value<Property> propertyValue)
          Specify that the target of injection be a property on the destination object.
 

Constructor parameters in org.jboss.msc.service with type arguments of type Property
PropertyDelegatingInjectionSource(org.jboss.msc.service.InjectionSource delegate, Value<Property> propertyValue)
           
 

Uses of Property in org.jboss.msc.value
 

Methods in org.jboss.msc.value that return Property
 Property LookupPropertyValue.getValue()
           
 

Constructor parameters in org.jboss.msc.value with type arguments of type Property
PropertyValue(Value<Property> propertyValue, Value<?> target)
           
 


JBoss Modular Service Kernel API 1.0.0.Beta1

Copyright © 2010 JBoss, a division of Red Hat, Inc.