Uses of Class
com.ibm.websphere.fabric.da.types.TypedValue

Packages that use TypedValue
com.ibm.websphere.fabric.da.context Aspects of context used by Dynamic Assembly. 
com.ibm.websphere.fabric.da.types Fundemental types useful for expressing Dynamic Assembly concepts and concerns. 
 

Uses of TypedValue in com.ibm.websphere.fabric.da.context
 

Methods in com.ibm.websphere.fabric.da.context that return TypedValue
abstract  TypedValue Context.getSelectionProperty(java.lang.String name)
          Looks up the value associated with the property name supplied.
 

Methods in com.ibm.websphere.fabric.da.context with parameters of type TypedValue
 void InContextServiceInvoker.setOtherProperty(java.lang.String name, TypedValue value)
          Adds or replaces the value associated with the supplied context property (name).
abstract  void Context.setSelectionProperty(java.lang.String name, TypedValue value)
          Associates the value supplied with the property name specified.
 void InContextServiceInvoker.setSelectionProperty(java.lang.String name, TypedValue value)
          Adds or replaces the value associated with the supplied endpoint selection context property (name).
 

Uses of TypedValue in com.ibm.websphere.fabric.da.types
 

Fields in com.ibm.websphere.fabric.da.types declared as TypedValue
static TypedValue TypedValue.NULL_VALUE
          Constant used to represent an explicit null value.
 

Methods in com.ibm.websphere.fabric.da.types that return TypedValue
 TypedValue PropertyMap.getProperty(java.lang.String name)
          Gets the current value associated with the supplied property name.
static TypedValue TypedValue.promote(TypedValue instance)
           
 

Methods in com.ibm.websphere.fabric.da.types that return types with arguments of type TypedValue
 java.util.Collection<TypedValue> PropertyMap.getAllPropertyValues(java.lang.String name)
          Gets the current Collection associated with the supplied property name.
 



Copyright © 2002-2009 IBM. All Rights Reserved.