Uses of Class
org.objectweb.proactive.core.xml.VariableContract

Packages that use VariableContract
org.objectweb.proactive Provides the main classes for creating active objects and futures.  
org.objectweb.proactive.core.descriptor.data Provides all classes needed to create java objects related to XML Deployment Descriptor.  
org.objectweb.proactive.core.descriptor.xml Provides all classes needed for parsing XML Deployment Descriptor files, and building related java objects
org.objectweb.proactive.core.xml **For internal use only** Contains utility classes for parsing XML Deployment Descriptor.  
 

Uses of VariableContract in org.objectweb.proactive
 

Methods in org.objectweb.proactive with parameters of type VariableContract
static ProActiveDescriptor ProActive.getProactiveDescriptor(java.lang.String xmlDescriptorUrl, VariableContract variableContract)
          Returns a ProActiveDescriptor that gives an object representation of the XML document located at the given url, and uses the given Variable Contract.
 

Uses of VariableContract in org.objectweb.proactive.core.descriptor.data
 

Methods in org.objectweb.proactive.core.descriptor.data that return VariableContract
 VariableContract ProActiveDescriptorImpl.getVariableContract()
           
 VariableContract ProActiveDescriptor.getVariableContract()
           
 

Methods in org.objectweb.proactive.core.descriptor.data with parameters of type VariableContract
 void ProActiveDescriptorImpl.setVariableContract(VariableContract variableContract)
           
 void ProActiveDescriptor.setVariableContract(VariableContract properties)
          Keeps a reference to the Variable Contract passed as parameter
 

Uses of VariableContract in org.objectweb.proactive.core.descriptor.xml
 

Fields in org.objectweb.proactive.core.descriptor.xml declared as VariableContract
protected  VariableContract VariablesHandler.variableContract
           
 

Methods in org.objectweb.proactive.core.descriptor.xml with parameters of type VariableContract
static void VariablesHandler.createVariablesHandler(java.lang.String filename, VariableContract variableContract)
          Creates a SAX parser on the specified file for variables.
static ProActiveDescriptorHandler ProActiveDescriptorHandler.createProActiveDescriptor(java.lang.String xmlDescriptorUrl, VariableContract variableContract)
          Creates ProActiveDescriptor object from XML Descriptor
 

Constructors in org.objectweb.proactive.core.descriptor.xml with parameters of type VariableContract
VariablesHandler(VariableContract variableContract)
           
ProActiveDescriptorHandler(java.lang.String xmlDescriptorUrl, VariableContract variableContract)
           
 

Uses of VariableContract in org.objectweb.proactive.core.xml
 

Fields in org.objectweb.proactive.core.xml declared as VariableContract
static VariableContract VariableContract.xmlproperties
           
 



Copyright 2001-2005 INRIA All Rights Reserved.