public class ResultSetEventImpl extends AbstractEvent implements ResultSetEvent
| Modifier and Type | Field and Description |
|---|---|
protected java.sql.ResultSet |
resultSet
The result set of this event, that is the result of the executed statement.
|
creationTime, eventType, id, ID_COUNT, managerURI, sourceID, sourceType| Constructor and Description |
|---|
ResultSetEventImpl(java.net.URI[] managerURI,
java.lang.String eventType,
java.lang.String sourceType,
java.lang.String sourceID,
java.sql.ResultSet resultSet)
Creates a new event for the designated result set.
|
| Modifier and Type | Method and Description |
|---|---|
java.sql.ResultSet |
getResultSet()
Gets the result set that caused this event.
|
getCreationTime, getEventManager, getEventType, getID, getSourceID, getSourceTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCreationTime, getEventManager, getEventType, getID, getSourceID, getSourceTypeprotected final java.sql.ResultSet resultSet
public ResultSetEventImpl(java.net.URI[] managerURI,
java.lang.String eventType,
java.lang.String sourceType,
java.lang.String sourceID,
java.sql.ResultSet resultSet)
managerURI - The URIs of the service (event manager) creating the
event.eventType - The type of the event.sourceType - The type of the source of this event.sourceID - The ID of the source of this event.resultSet - The result set of the event, that is the result of the
executed statement.public java.sql.ResultSet getResultSet()
ResultSetEventgetResultSet in interface ResultSetEvent