com.tensegrity.palowebviewer.server.paloaccessor
Class XResultFetcher

java.lang.Object
  extended by com.tensegrity.palowebviewer.server.paloaccessor.XResultFetcher
All Implemented Interfaces:
IXConsts

public final class XResultFetcher
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
XResultFetcher(PaloAccessor accessor, XQueryPath query, org.palo.api.Connection connection)
           
 
Method Summary
protected  void checkConditions()
           
 XResult fetch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XResultFetcher

public XResultFetcher(PaloAccessor accessor,
                      XQueryPath query,
                      org.palo.api.Connection connection)
               throws InvalidObjectPathException
Throws:
InvalidObjectPathException
Method Detail

fetch

public XResult fetch()
              throws InvalidObjectPathException
Throws:
InvalidObjectPathException

checkConditions

protected void checkConditions()