public class ClockID extends RefCountedObject implements java.lang.Comparable<ClockID>
NativeObject.InitializerdefaultInit, LIFECYCLE, ownsHandle| Constructor and Description |
|---|
ClockID(NativeObject.Initializer init) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ClockID other)
Compares this ClockID to another.
|
protected void |
disposeNativeHandle(com.sun.jna.Pointer ptr) |
ClockTime |
getTime()
Gets the time of the clock ID
|
protected void |
ref() |
protected void |
unref() |
void |
unschedule()
Cancel an outstanding request.
|
classFor, disown, dispose, equals, finalize, getNativeAddress, handle, hashCode, initializer, initializer, instanceFor, invalidate, isDisposed, nativeValue, objectFor, objectFor, objectFor, objectFor, toStringpublic ClockID(NativeObject.Initializer init)
protected void disposeNativeHandle(com.sun.jna.Pointer ptr)
disposeNativeHandle in class NativeObjectprotected void ref()
ref in class RefCountedObjectprotected void unref()
unref in class RefCountedObjectpublic void unschedule()
public ClockTime getTime()
Thread safe.