Skip navigation links 
 
oracle.jbo.client.remote
Class ClientVariableValueManager
java.lang.Object
  
oracle.jbo.common.VariableManagerImpl
      
oracle.jbo.common.VariableValueManagerImpl
          
oracle.jbo.client.remote.ClientVariableValueManager
- All Implemented Interfaces:
 
- java.io.Serializable, VariableManager, VariableValueManager
 
- 
public class ClientVariableValueManager
 
- extends VariableValueManagerImpl
 
- See Also:
 
- Serialized Form
 
 
 
  
 
  
 
 
| Methods inherited from class oracle.jbo.common.VariableValueManagerImpl | 
activatePassivatedVariables, clearValue, clearValue, getLocalPassivatableVariables, getPassivatableVariables, getVariableValues, getVariableValuesRaw, hasVariableValue, hasVariableValue, mergeVariableValues, populateVariableValue, readVarsFromXML, setVariableValues, setVariableValues, setVariableValuesFrom, writeVarsToXML | 
 
| Methods inherited from class oracle.jbo.common.VariableManagerImpl | 
addVariables, findDeclaredVariable, getDeclaredVariableCount, getDeclaredVariables, getName, getVariablesMap, getVarMgrOwner, getVarMgrOwnerBase, getVarMgrParents, internalCreateVariableInstance, loadFromXML, loadFromXML, lookupDeclaredVariable, mergeVariables, replaceVariable, setVarMgrParents, variableList, variables | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
| Methods inherited from interface oracle.jbo.VariableManager | 
addVariables, findDeclaredVariable, getDeclaredVariableCount, getDeclaredVariables, getName, getVariablesMap, getVarMgrOwner, getVarMgrOwnerBase, getVarMgrParents, mergeVariables, replaceVariable | 
 
 
ClientVariableValueManager
public ClientVariableValueManager(ApplicationModuleImpl am,
                                  VariableManagerOwnerBase owner,
                                  ClientVariableValueManager[] varMgrParents)
getVariableValue
public java.lang.Object getVariableValue(Variable var)
- 
- Specified by:
 
getVariableValue in interface VariableValueManager 
- Overrides:
 
getVariableValue in class VariableValueManagerImpl 
 
getVariableValue
public java.lang.Object getVariableValue(java.lang.String name)
- 
- Specified by:
 
getVariableValue in interface VariableValueManager 
- Overrides:
 
getVariableValue in class VariableValueManagerImpl 
 
getVariableValueRaw
public java.lang.Object getVariableValueRaw(Variable var,
                                            boolean useDefaultValue)
- 
- Specified by:
 
getVariableValueRaw in interface VariableValueManager 
- Overrides:
 
getVariableValueRaw in class VariableValueManagerImpl 
 
getVariableValueRaw
public java.lang.Object getVariableValueRaw(java.lang.String name,
                                            boolean useDefaultValue)
- 
- Specified by:
 
getVariableValueRaw in interface VariableValueManager 
- Overrides:
 
getVariableValueRaw in class VariableValueManagerImpl 
 
setVariableValue
public void setVariableValue(Variable var,
                             java.lang.Object value)
- 
- Specified by:
 
setVariableValue in interface VariableValueManager 
- Overrides:
 
setVariableValue in class VariableValueManagerImpl 
 
setVariableValue
public void setVariableValue(java.lang.String name,
                             java.lang.Object value)
- 
- Specified by:
 
setVariableValue in interface VariableValueManager 
- Overrides:
 
setVariableValue in class VariableValueManagerImpl 
 
getVariables
public Variable[] getVariables()
- 
- Specified by:
 
getVariables in interface VariableManager 
- Overrides:
 
getVariables in class VariableManagerImpl 
 
getVariablesOfKind
public Variable[] getVariablesOfKind(java.lang.String kind)
- 
- Specified by:
 
getVariablesOfKind in interface VariableManager 
- Overrides:
 
getVariablesOfKind in class VariableManagerImpl 
 
getVariableCount
public int getVariableCount()
- 
- Specified by:
 
getVariableCount in interface VariableManager 
- Overrides:
 
getVariableCount in class VariableManagerImpl 
 
findVariable
public Variable findVariable(java.lang.String name)
- 
- Specified by:
 
findVariable in interface VariableManager 
- Overrides:
 
findVariable in class VariableManagerImpl 
 
lookupVariable
public Variable lookupVariable(java.lang.String name)
- 
- Specified by:
 
lookupVariable in interface VariableManager 
- Overrides:
 
lookupVariable in class VariableManagerImpl 
 
addVariable
public void addVariable(Variable var)
- 
- Specified by:
 
addVariable in interface VariableManager 
- Overrides:
 
addVariable in class VariableManagerImpl 
 
addVariable
public Variable addVariable(java.lang.String name)
- 
- Specified by:
 
addVariable in interface VariableManager 
- Overrides:
 
addVariable in class VariableManagerImpl 
 
removeVariable
public Variable removeVariable(java.lang.String name)
- 
- Specified by:
 
removeVariable in interface VariableManager 
- Overrides:
 
removeVariable in class VariableValueManagerImpl 
 
clearVariables
public void clearVariables()
- 
- Specified by:
 
clearVariables in interface VariableManager 
- Overrides:
 
clearVariables in class VariableManagerImpl 
 
variableChanged
public void variableChanged(Variable v)
- Description copied from class: 
VariableManagerImpl 
- *** For internal framework use only ***
 
- 
- Specified by:
 
variableChanged in interface VariableManager 
- Overrides:
 
variableChanged in class VariableManagerImpl 
 
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.