A C D E F G H I J L M N O P R S T U W

R

read(ReadableByteChannel, ByteBuffer) - Method in class org.lightwolf.IOActivator
Reads a sequence of bytes from the channel without holding any thread during the wait.
receive() - Method in class org.lightwolf.Connection
 
receive(Object) - Static method in class org.lightwolf.Process
Listens for a single message sent to the informed address.
receive(Object) - Method in class org.lightwolf.ProcessManager
 
receive(Object) - Method in class org.lightwolf.tools.SimpleProcessManager
 
receiveMany(Object) - Static method in class org.lightwolf.Process
Listens for multiple messages sent to the informed address.
receiveMany(Object) - Method in class org.lightwolf.ProcessManager
 
receiveMany(Object) - Method in class org.lightwolf.tools.SimpleProcessManager
 
remove() - Method in class org.lightwolf.FlowLocal
 
removeEventListener(IProcessListener) - Method in class org.lightwolf.Process
Removes an event listener from this process.
replaceObject(Object) - Method in class org.lightwolf.tools.DebuggingObjectOutputStream
Abuse replaceObject() as a hook to maintain our stack.
request() - Method in interface org.lightwolf.IRequest
The object that represents the request.
response(Object) - Method in interface org.lightwolf.IRequest
Sends the response, resuming the flow that is waiting for it.
restoreBoolean() - Method in class org.lightwolf.MethodFrame
 
restoreByte() - Method in class org.lightwolf.MethodFrame
 
restoreChar() - Method in class org.lightwolf.MethodFrame
 
restoreDouble() - Method in class org.lightwolf.MethodFrame
 
restoreFloat() - Method in class org.lightwolf.MethodFrame
 
restoreInt() - Method in class org.lightwolf.MethodFrame
 
restoreLong() - Method in class org.lightwolf.MethodFrame
 
restoreObject() - Method in class org.lightwolf.MethodFrame
 
restoreShort() - Method in class org.lightwolf.MethodFrame
 
RESTORING - Static variable in class org.lightwolf.MethodFrame
 
resume() - Method in class org.lightwolf.Continuation
Creates a new flow and resumes it from the last checkpoint.
resume(Flow) - Method in class org.lightwolf.Continuation
Resumes the informed flow from the last checkpoint.
resume() - Method in class org.lightwolf.Flow
Equivalent to resume(null).
resume(Object) - Method in class org.lightwolf.Flow
Resumes this flow.
resumeAndForget() - Method in class org.lightwolf.Continuation
Creates a new flow and resumes it from the last checkpoint, throwing away the checkpoint.
resumeAndForget(Flow) - Method in class org.lightwolf.Continuation
Resumes the informed flow from the last checkpoint, throwing away the checkpoint.
ResumeException - Exception in org.lightwolf
 
ResumeException(Throwable) - Constructor for exception org.lightwolf.ResumeException
 
resumePoint() - Method in class org.lightwolf.MethodFrame
 
resumeThrowing(Throwable) - Method in class org.lightwolf.Flow
Resumes this flow throwing an exception.
returnAndContinue() - Static method in class org.lightwolf.Flow
Performs return while continuing asynchronously.
returnAndContinue(boolean) - Static method in class org.lightwolf.Flow
Performs return boolean-value while continuing asynchronously.
returnAndContinue(char) - Static method in class org.lightwolf.Flow
Performs return char-value while continuing asynchronously.
returnAndContinue(byte) - Static method in class org.lightwolf.Flow
Performs return byte-value while continuing asynchronously.
returnAndContinue(short) - Static method in class org.lightwolf.Flow
Performs return short-value while continuing asynchronously.
returnAndContinue(int) - Static method in class org.lightwolf.Flow
Causes a method to return an int while continuing asynchronously.
returnAndContinue(long) - Static method in class org.lightwolf.Flow
Performs return long-value while continuing asynchronously.
returnAndContinue(float) - Static method in class org.lightwolf.Flow
Performs return float-value while continuing asynchronously.
returnAndContinue(double) - Static method in class org.lightwolf.Flow
Performs return double-value while continuing asynchronously.
returnAndContinue(Object) - Static method in class org.lightwolf.Flow
Performs return reference-value while continuing asynchronously.

A C D E F G H I J L M N O P R S T U W