Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
W
F
FileProcess
- Class in
org.lightwolf
A process that stores data on a file.
FileProcess(ProcessManager, File)
- Constructor for class org.lightwolf.
FileProcess
FileProcess(File)
- Constructor for class org.lightwolf.
FileProcess
FileProcess(ProcessManager, String)
- Constructor for class org.lightwolf.
FileProcess
FileProcess(String)
- Constructor for class org.lightwolf.
FileProcess
Flow
- Class in
org.lightwolf
An execution context similar to that of a thread, but with more capabilities.
FlowData
- Class in
org.lightwolf
FlowException
- Exception in
org.lightwolf
An exception that encapsulates another, thrown by a flow.
FlowException(Throwable)
- Constructor for exception org.lightwolf.
FlowException
FlowInterruptedException
- Exception in
org.lightwolf
FlowInterruptedException()
- Constructor for exception org.lightwolf.
FlowInterruptedException
FlowLocal
<
T
> - Class in
org.lightwolf
An object that stores data associated with a
Flow
.
FlowLocal()
- Constructor for class org.lightwolf.
FlowLocal
FlowManager
- Class in
org.lightwolf
An object that controls execution of flows by assigning them to actual threads.
FlowManager()
- Constructor for class org.lightwolf.
FlowManager
FlowMethod
- Annotation Type in
org.lightwolf
Marks a method to execute in the context of a
Flow
.
FlowSignal
- Exception in
org.lightwolf
The root of all signal classes.
FlowSignal()
- Constructor for exception org.lightwolf.
FlowSignal
FlowSignalException
- Exception in
org.lightwolf
FlowSignalException(FlowSignal)
- Constructor for exception org.lightwolf.
FlowSignalException
forgetFork()
- Static method in class org.lightwolf.
Flow
Forgets the current fork without waiting for any branch.
forgetProcess()
- Static method in class org.lightwolf.
Flow
Removes the
current flow
from its
current process
.
fork(int)
- Static method in class org.lightwolf.
Flow
Starts a fork on the invoker.
fork(Flow, int)
- Method in class org.lightwolf.
FlowManager
fork()
- Static method in class org.lightwolf.process.
CurrentProcess
fork()
- Method in class org.lightwolf.process.
OldProcess
fork(Flow, int)
- Method in class org.lightwolf.tools.
SimpleFlowManager
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
W