com.tensegrity.palowebviewer.server.paloaccessor
Class XObjectPathCache

java.lang.Object
  extended by com.tensegrity.palowebviewer.server.paloaccessor.XObjectPathCache

public class XObjectPathCache
extends java.lang.Object


Constructor Summary
XObjectPathCache()
           
 
Method Summary
 void clear()
           
 XObject getCachedObject(XPath path)
           
 XObject getCachedObject(XPath path, XObject o)
           
 XObject getObject(XPath path, org.palo.api.Connection connection)
           
 void put(XPath path, XObject o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XObjectPathCache

public XObjectPathCache()
Method Detail

getCachedObject

public XObject getCachedObject(XPath path,
                               XObject o)

getCachedObject

public XObject getCachedObject(XPath path)

getObject

public XObject getObject(XPath path,
                         org.palo.api.Connection connection)
                  throws InvalidObjectPathException
Throws:
InvalidObjectPathException

put

public void put(XPath path,
                XObject o)

clear

public void clear()