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, onEventOccurredprotected void setEventCount(int eventCount)
AbstractEventHandlesetEventCount in class AbstractEventHandleeventCount - The event countpublic int getEventId()
EventHandlepublic void debugMemoryDump()
public void releaseMemory(FbClientLibrary clientLibrary)
clientLibrary - The client library instanceprotected void finalize()
                 throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwablepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2001-2020 Jaybird (Firebird JDBC/JCA) team. All rights reserved.