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

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.engine.server.DefaultViewConstuctorTask
All Implemented Interfaces:
IXConsts

public class DefaultViewConstuctorTask
extends java.lang.Object
implements IXConsts


Field Summary
 
Fields inherited from interface com.tensegrity.palowebviewer.modules.paloclient.client.IXConsts
MAX_TYPE_ID, TYPE_AXIS, TYPE_CONSOLIDATED_ELEMENT, TYPE_CUBE, TYPE_DATABASE, TYPE_DIMENSION, TYPE_ELEMENT, TYPE_ELEMENT_NODE, TYPE_NAME_AXIS, TYPE_NAME_CONSOLIDATED_ELEMENT, TYPE_NAME_CUBE, TYPE_NAME_DATABASE, TYPE_NAME_DIMENSION, TYPE_NAME_ELEMENT, TYPE_NAME_ELEMENT_NODE, TYPE_NAME_ROOT, TYPE_NAME_SERVER, TYPE_NAME_SUBSET, TYPE_NAME_VIEW, TYPE_ROOT, TYPE_SERVER, TYPE_SUBSET, TYPE_VIEW, XPATH_FIELD_SEPARATOR, XPATH_SEPARATOR
 
Constructor Summary
DefaultViewConstuctorTask(XPath cubePath)
           
 
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()
           
 XDefaultView 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

DefaultViewConstuctorTask

public DefaultViewConstuctorTask(XPath cubePath)
Method Detail

getServer

protected java.lang.String getServer()

task

protected void task()
             throws InvalidObjectPathException
Throws:
InvalidObjectPathException

getResult

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