Class jls.net.PollableEvent

This class represents a special kind of file descriptor. The only I/O operation you can perform on a pollable event is to select it with the OP_READ flag. You cannot read from or write to a pollable event.
Defined in: PollableEvent.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a pollable event.
Method Summary
Method Attributes Method Name and Description
 
Closes this pollable event.
 
set()
Sets this pollable event.
 
wait()
Blocks the calling thread until the pollable event is set.
Class Detail
jls.net.PollableEvent()
Creates a pollable event.
Method Detail
{jls.net.PollableEvent} close()
Closes this pollable event.
Returns:
{jls.net.PollableEvent} This pollable event.

{jls.net.PollableEvent} set()
Sets this pollable event.
Returns:
{jls.net.PollableEvent} This pollable event.

{jls.net.PollableEvent} wait()
Blocks the calling thread until the pollable event is set.
Returns:
{jls.net.PollableEvent} This pollable event.

Documentation generated by JsDoc Toolkit 2.3.2 on Sat Jan 08 2011 02:00:14 GMT+0100 (CET)