com.tibco.rta.query
Interface Browser<T>

All Superinterfaces:
java.util.Iterator<T>

public interface Browser<T>
extends java.util.Iterator<T>

The browser interface used by snapshot/drill down queries.


Method Summary
 void stop()
           
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

stop

void stop()


Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.