org.planx.xmlstore.koala.nodes
Class BlockingNodeProxy

java.lang.Object
  extended by org.planx.xmlstore.koala.nodes.NodeProxy
      extended by org.planx.xmlstore.koala.nodes.BlockingNodeProxy
All Implemented Interfaces:
SystemNode, Node

public class BlockingNodeProxy
extends NodeProxy

Author:
Kasper Bøgebjerg, Henning Niss, Thomas Ambus

Field Summary
 
Fields inherited from interface org.planx.xmlstore.Node
BINARY, CHARDATA, ELEMENT
 
Constructor Summary
BlockingNodeProxy(Future<SystemNode> future)
           
 
Method Summary
 
Methods inherited from class org.planx.xmlstore.koala.nodes.NodeProxy
contentEquals, equals, getAttribute, getAttributeNames, getAttributes, getBytes, getChildren, getLocator, getNodeValue, getType, getValueReference, hashCode, isMutable, isShared, setLocator, setValueReference, toString, unload
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlockingNodeProxy

public BlockingNodeProxy(Future<SystemNode> future)


Copyright © 2004-2005 Plan-X. All Rights Reserved.