Save This Page
Home » apache-openjpa-1.1.0-source » org.apache.openjpa.lib » conf » [javadoc | source]
org.apache.openjpa.lib.conf
public class: ObjectValue [javadoc | source]
java.lang.Object
   org.apache.openjpa.lib.conf.Value
      org.apache.openjpa.lib.conf.ObjectValue

All Implemented Interfaces:
    Cloneable

Direct Known Subclasses:
    BrokerValue, BrokerFactoryValue, QueryCompilationCacheValue, ExecutorServiceValue, PluginListValue, MappingFactoryValue, MetaDataRepositoryValue, CacheMarshallersValue, JDBCSeqValue, PluginValue, EntityManagerFactoryValue, SeqValue, MappingRepositoryValue, RemoteCommitProviderValue

An object Value .
Constructor:
 public ObjectValue(String prop) 
Method from org.apache.openjpa.lib.conf.ObjectValue Summary:
get,   getInternalString,   getValueType,   instantiate,   instantiate,   newInstance,   objectChanged,   set,   set,   setInternalObject,   setInternalString
Methods from org.apache.openjpa.lib.conf.Value:
alias,   alias,   assertChangeable,   clone,   equals,   getAliases,   getDefault,   getInstantiatingGetter,   getInternalString,   getListener,   getLoadKey,   getOriginalValue,   getProperty,   getScope,   getString,   getValueType,   hashCode,   isAliasListComprehensive,   isDefault,   isDynamic,   setAlias,   setAlias,   setAliasListComprehensive,   setAliases,   setDefault,   setDynamic,   setInstantiatingGetter,   setInternalObject,   setInternalString,   setListener,   setLoadKey,   setObject,   setProperty,   setScope,   setString,   unalias,   unalias,   valueChanged
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.openjpa.lib.conf.ObjectValue Detail:
 public Object get() 
    The internal value.
 protected String getInternalString() 
 public Class getValueType() 
 public Object instantiate(Class type,
    Configuration conf) 
    Instantiate the object as an instance of the given class. Equivalent to instantiate(type, conf, true).
 public Object instantiate(Class type,
    Configuration conf,
    boolean fatal) 
    Instantiate the object as an instance of the given class.
 public Object newInstance(String clsName,
    Class type,
    Configuration conf,
    boolean fatal) 
    Allow subclasses to instantiate additional plugins. This method does not perform configuration.
 protected  void objectChanged() 
    Implement this method to synchronize internal data with the new object value.
 public  void set(Object obj) 
    The internal value.
 public  void set(Object obj,
    boolean derived) 
    The internal value.
 protected  void setInternalObject(Object obj) 
 protected  void setInternalString(String str)