org.codehaus.wadi.gridstate.impl
Class Location

java.lang.Object
  extended byorg.codehaus.wadi.gridstate.impl.Location
All Implemented Interfaces:
Serializable

public class Location
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Destination _destination
           
protected  boolean _invalid
           
protected  ReadWriteLock _lock
           
 
Constructor Summary
Location(Destination destination)
           
 
Method Summary
 ReadWriteLock getLock()
           
 Object getValue()
           
 void invalidate()
           
 void setValue(Object destination)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_lock

protected transient ReadWriteLock _lock

_invalid

protected transient boolean _invalid

_destination

protected Destination _destination
Constructor Detail

Location

public Location(Destination destination)
Method Detail

getLock

public ReadWriteLock getLock()

invalidate

public void invalidate()

getValue

public Object getValue()

setValue

public void setValue(Object destination)


Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.