com.tensegrity.palowebviewer.modules.engine.server
Class ElementExistanceCheckerTask

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.engine.server.ElementExistanceCheckerTask

public class ElementExistanceCheckerTask
extends java.lang.Object


Constructor Summary
ElementExistanceCheckerTask(XPath path, java.lang.String elementId)
           
 
Method Summary
 void execute()
           
protected  void finalizeTask()
           
 PaloAccessor getAccessor()
           
 org.palo.api.Connection getConnection()
           
 IConnectionPool getConnectioPool()
           
protected  com.tensegrity.palowebviewer.modules.engine.server.DbTask getParent()
           
 boolean getResult()
           
protected  java.lang.String getServer()
           
protected  void initTask()
           
 void setConnection(org.palo.api.Connection value)
           
 void setConnectioPool(IConnectionPool connectioPool)
           
protected  void setParent(com.tensegrity.palowebviewer.modules.engine.server.DbTask task)
           
protected  void task()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementExistanceCheckerTask

public ElementExistanceCheckerTask(XPath path,
                                   java.lang.String elementId)
Method Detail

getServer

protected java.lang.String getServer()

task

protected void task()
             throws InvalidObjectPathException
Throws:
InvalidObjectPathException

getResult

public boolean getResult()

getConnection

public org.palo.api.Connection getConnection()

setConnection

public void setConnection(org.palo.api.Connection value)

initTask

protected void initTask()

finalizeTask

protected void finalizeTask()

setParent

protected void setParent(com.tensegrity.palowebviewer.modules.engine.server.DbTask task)

getParent

protected com.tensegrity.palowebviewer.modules.engine.server.DbTask getParent()

execute

public void execute()
             throws InvalidObjectPathException
Throws:
InvalidObjectPathException

getConnectioPool

public IConnectionPool getConnectioPool()

setConnectioPool

public void setConnectioPool(IConnectionPool connectioPool)

getAccessor

public PaloAccessor getAccessor()