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

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

public class LoadFavoriteViewsTask
extends java.lang.Object


Constructor Summary
LoadFavoriteViewsTask()
           
 
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()
           
 XFolder 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

LoadFavoriteViewsTask

public LoadFavoriteViewsTask()
Method Detail

getServer

protected java.lang.String getServer()

task

protected void task()
             throws InvalidObjectPathException
Throws:
InvalidObjectPathException

getResult

public XFolder 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()