public final class JnaEventHandle extends AbstractEventHandle
Modifier and Type | Method and Description |
---|---|
void |
debugMemoryDump()
Dumps the event buffers to the logger, if debug is enabled.
|
protected void |
finalize() |
int |
getEventId()
Get the internal event id number for this handle
|
void |
releaseMemory(FbClientLibrary clientLibrary)
Releases the native memory held by this event handle.
|
protected void |
setEventCount(int eventCount)
Sets the current known event count for this handle.
|
java.lang.String |
toString() |
getEventCount, getEventName, onEventOccurred
protected void setEventCount(int eventCount)
AbstractEventHandle
setEventCount
in class AbstractEventHandle
eventCount
- The event countpublic int getEventId()
EventHandle
public void debugMemoryDump()
public void releaseMemory(FbClientLibrary clientLibrary)
clientLibrary
- The client library instanceprotected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.