org.objectweb.proactive.core.descriptor.data
Class RuntimeDeploymentProperties

java.lang.Object
  |
  +--org.objectweb.proactive.core.descriptor.data.RuntimeDeploymentProperties
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
VirtualNodeImpl, VirtualNodeLookup

public class RuntimeDeploymentProperties
extends java.lang.Object
implements java.io.Serializable

This class represents an array of properties that can be set at runtime when using XML deployment descriptor

Since:
ProActive 1.0.2
Version:
1.0, 2003/04/01
Author:
ProActive Team
See Also:
Serialized Form

Field Summary
protected  java.util.ArrayList runtimeProperties
           
 
Constructor Summary
RuntimeDeploymentProperties()
           
 
Method Summary
protected  void checkProperty(java.lang.String property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

runtimeProperties

protected java.util.ArrayList runtimeProperties
Constructor Detail

RuntimeDeploymentProperties

public RuntimeDeploymentProperties()
Method Detail

checkProperty

protected void checkProperty(java.lang.String property)
                      throws ProActiveException
ProActiveException


Copyright © April 2004 INRIA All Rights Reserved.