org.drools.grid.remote
Class QueryRowIteratorRemoteClient
java.lang.Object
org.drools.grid.remote.QueryRowIteratorRemoteClient
- All Implemented Interfaces:
- Iterator<org.drools.runtime.rule.QueryResultsRow>
public class QueryRowIteratorRemoteClient
- extends Object
- implements Iterator<org.drools.runtime.rule.QueryResultsRow>
|
Method Summary |
boolean |
hasNext()
|
org.drools.runtime.rule.QueryResultsRow |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryRowIteratorRemoteClient
public QueryRowIteratorRemoteClient()
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<org.drools.runtime.rule.QueryResultsRow>
next
public org.drools.runtime.rule.QueryResultsRow next()
- Specified by:
next in interface Iterator<org.drools.runtime.rule.QueryResultsRow>
remove
public void remove()
- Specified by:
remove in interface Iterator<org.drools.runtime.rule.QueryResultsRow>
Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.