|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jocl.utils.EventInfos
public class EventInfos
Utility methods for obtaining information about cl_event objects.
Method Summary | |
---|---|
static int |
getCommandExecutionStatus(org.jocl.cl_event event)
The execution status of the command identified by event. |
static java.lang.String |
getCommandExecutionStatusString(org.jocl.cl_event event)
The execution status of the command identified by event, as a String |
static org.jocl.cl_command_queue |
getCommandQueue(org.jocl.cl_event event)
The command-queue associated with event |
static int |
getCommandType(org.jocl.cl_event event)
The command associated with event |
static java.lang.String |
getCommandTypeString(org.jocl.cl_event event)
The command associated with event, as a String |
static org.jocl.cl_context |
getContext(org.jocl.cl_event event)
The context that this event belongs to |
static int |
getReferenceCount(org.jocl.cl_event event)
The reference count. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static org.jocl.cl_command_queue getCommandQueue(org.jocl.cl_event event)
event
- The event
public static org.jocl.cl_context getContext(org.jocl.cl_event event)
event
- The event
public static int getCommandType(org.jocl.cl_event event)
event
- The event
public static java.lang.String getCommandTypeString(org.jocl.cl_event event)
event
- The event
public static int getCommandExecutionStatus(org.jocl.cl_event event)
event
- The event
public static java.lang.String getCommandExecutionStatusString(org.jocl.cl_event event)
event
- The event
public static int getReferenceCount(org.jocl.cl_event event)
event
- The event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |