org.drools.grid.remote
Class QueryResultsRowIteratorRemoteClient
java.lang.Object
org.drools.grid.remote.QueryResultsRowIteratorRemoteClient
- All Implemented Interfaces:
- Iterator<org.drools.runtime.rule.QueryResultsRow>
public class QueryResultsRowIteratorRemoteClient
- 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 |
QueryResultsRowIteratorRemoteClient
public QueryResultsRowIteratorRemoteClient(String queryName,
String localId,
String instanceId,
GridServiceDescription gsd,
ConversationManager cm)
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.