Package org.objectweb.proactive.core.descriptor.data

Provides all classes needed to create java objects related to XML Deployment Descriptor.

See:
          Description

Interface Summary
ProActiveDescriptor A ProactiveDescriptor is an internal representation of XML Descriptor.
VirtualMachine A VirtualMachine is a conceptual entity that represents a JVM running a ProActiveRuntime
VirtualNode A VirtualNode is a conceptual entity that represents one or several nodes.
 

Class Summary
ProActiveDescriptorImpl A ProactiveDescriptor is an internal representation of XML Descriptor.
RuntimeDeploymentProperties This class represents an array of properties that can be set at runtime when using XML deployment descriptor
VirtualMachineImpl A VirtualMachine is a conceptual entity that represents a JVM running a ProActiveRuntime
VirtualNodeImpl A VirtualNode is a conceptual entity that represents one or several nodes.
VirtualNodeLookup A VirtualNode represents a conceptual entity.
 

Package org.objectweb.proactive.core.descriptor.data Description

Provides all classes needed to create java objects related to XML Deployment Descriptor.

XML Deployment Descriptor is represented as a java object by ProActiveDescriptor. When reading xml file, a new ProActiveDescriptor instance is created. Tags such virtualnode or jvm in the xml files are represented respectively by VirtualNode objects and VirtualMachine objects.

Since:
ProActive 0.9.3
Version:
1.0, 2001/10/23
Author:
ProActive Team


Copyright © April 2004 INRIA All Rights Reserved.