org.objectweb.proactive.core.xml
Class VariableContract.Lock

java.lang.Object
  extended byorg.objectweb.proactive.core.xml.VariableContract.Lock
Enclosing class:
VariableContract

public static class VariableContract.Lock
extends java.lang.Object

Class used for exclusive acces to global static variable: org.objectweb.proactive.core.xml.XMLProperties.xmlproperties

Author:
The ProActive Team

Method Summary
 void aquire()
          Call this method to get the lock on the XMLProperty object instance.
 void release()
          Call this method to release the lock on the XMLProperty variable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

release

public void release()
Call this method to release the lock on the XMLProperty variable. This method will also clean the variable contents.


aquire

public void aquire()
Call this method to get the lock on the XMLProperty object instance.



Copyright 2001-2005 INRIA All Rights Reserved.