Uses of Class
org.glite.rgma.QueryProperties

Uses of QueryProperties in org.glite.rgma
 

Fields in org.glite.rgma declared as QueryProperties
static QueryProperties QueryProperties.CONTINUOUS
          Stream data continuously, starting with the next inserted tuple.
static QueryProperties QueryProperties.HISTORY
          Retrieve data from HISTORY producers.
static QueryProperties QueryProperties.LATEST
          Retrieve data from LATEST producers.
static QueryProperties QueryProperties.STATIC
          Retrieve data from STATIC producers.
 

Methods in org.glite.rgma that return QueryProperties
static QueryProperties QueryProperties.getContinuous(TimeInterval timeInterval)
          Returns a CONTINUOUS QueryProperties object with a time interval.
static QueryProperties QueryProperties.getHistory(TimeInterval timeInterval)
          Returns a HISTORY QueryProperties object with a time interval.
static QueryProperties QueryProperties.getLatest(TimeInterval timeInterval)
          Returns a LATEST QueryProperties object with a time interval.
 

Methods in org.glite.rgma with parameters of type QueryProperties
 Consumer ConsumerFactory.createConsumer(TimeInterval terminationInterval, java.lang.String selectStatement, QueryProperties queryProperties)
          Creates a consumer with a specific SELECT query and query type.