public class MemoryResultSetEventImpl extends AbstractEvent implements MemoryResultSetEvent
| Modifier and Type | Field and Description |
|---|---|
protected MemoryResultSet |
resultSet
The result set of this event, that is (parts of) the result of the executed
statement.
|
creationTime, eventType, id, ID_COUNT, managerURI, sourceID, sourceType| Constructor and Description |
|---|
MemoryResultSetEventImpl(java.net.URI[] managerURI,
java.lang.String eventType,
java.lang.String sourceType,
java.lang.String sourceID,
MemoryResultSet resultSet)
Creates a new event for the designated memory result set.
|
| Modifier and Type | Method and Description |
|---|---|
MemoryResultSet |
getResultSet()
Gets the memory 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 MemoryResultSet resultSet
public MemoryResultSetEventImpl(java.net.URI[] managerURI,
java.lang.String eventType,
java.lang.String sourceType,
java.lang.String sourceID,
MemoryResultSet 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 (parts of) the result
of the executed statement.public MemoryResultSet getResultSet()
MemoryResultSetEventgetResultSet in interface MemoryResultSetEvent