public class ClockID extends RefCountedObject implements java.lang.Comparable<ClockID>
NativeObject.Initializer
defaultInit, 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, toString
public ClockID(NativeObject.Initializer init)
protected void disposeNativeHandle(com.sun.jna.Pointer ptr)
disposeNativeHandle
in class NativeObject
protected void ref()
ref
in class RefCountedObject
protected void unref()
unref
in class RefCountedObject
public void unschedule()
public ClockTime getTime()
Thread safe.