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

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

public class GetParentsOfTask
extends java.lang.Object


Constructor Summary
GetParentsOfTask(XPath ctx, java.lang.String id)
           
 
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()
           
 XElement[] 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

GetParentsOfTask

public GetParentsOfTask(XPath ctx,
                        java.lang.String id)
Method Detail

getServer

protected java.lang.String getServer()

task

protected void task()
             throws InvalidObjectPathException
Throws:
InvalidObjectPathException

getResult

public XElement[] 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()