|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.sqlpower.wabit.rs.ResultSetProducerEvent
@Immutable public class ResultSetProducerEvent
Event object that describes the outcome of a result set producer execution.
| Constructor Summary | |
|---|---|
ResultSetProducerEvent(ResultSetProducer source,
ResultSetAndUpdateCountCollection results)
Creates a new event with the given parameters. |
|
| Method Summary | |
|---|---|
ResultSetAndUpdateCountCollection |
getResults()
Returns a copy of the collection of result sets. |
ResultSetProducer |
getSource()
Returns a reference to the object that produced the result set and fired this event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResultSetProducerEvent(ResultSetProducer source,
ResultSetAndUpdateCountCollection results)
source - The result set producer that plans to fire this event.results - The results themselves. Shared copies will be handed out to
listeners.| Method Detail |
|---|
@Nonnull public ResultSetProducer getSource()
@Nullable public ResultSetAndUpdateCountCollection getResults()
CachedRowSet.createShared()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||