at.spardat.xma.datasource
Class ProviderResultServer

java.lang.Object
  extended byat.spardat.xma.datasource.ProviderResultServer

public class ProviderResultServer
extends java.lang.Object

The type of the returned value object in method XMATabularDataSourceServer.provideTable(at.spardat.xma.session.XMASession, at.spardat.xma.datasource.TableSpec, long).


Field Summary
 long lastModified_
          The callee of provideTable may return a lastModified timestamp or not, depending on whether he knows it.
 TabularData table_
          Holds the table returned by provideTable.
 
Constructor Summary
ProviderResultServer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

table_

public TabularData table_
Holds the table returned by provideTable. May be null if provideTable decides that the table is unchanged based on the provided lastModified timestamp.


lastModified_

public long lastModified_
The callee of provideTable may return a lastModified timestamp or not, depending on whether he knows it. A timestamp of ITabularDataSource.UNKNOWN_TIMESTAMP is defined to be the undefined timestamp.

Constructor Detail

ProviderResultServer

public ProviderResultServer()