Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
All Classes
A
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
W
S
safeCurrent()
- Static method in class org.lightwolf.
Flow
Returns the current flow, or throws an exception if there is no current flow.
safeCurrent()
- Static method in class org.lightwolf.
Process
Returns the current process, or throws an exception if there is no current process.
safeGetCurrent()
- Static method in class org.lightwolf.process.
CurrentProcess
save(char)
- Method in class org.lightwolf.
MethodFrame
save(boolean)
- Method in class org.lightwolf.
MethodFrame
save(byte)
- Method in class org.lightwolf.
MethodFrame
save(short)
- Method in class org.lightwolf.
MethodFrame
save(int)
- Method in class org.lightwolf.
MethodFrame
save(long)
- Method in class org.lightwolf.
MethodFrame
save(float)
- Method in class org.lightwolf.
MethodFrame
save(double)
- Method in class org.lightwolf.
MethodFrame
save(Object)
- Method in class org.lightwolf.
MethodFrame
schedule()
- Method in exception org.lightwolf.
DelayedCallSignal
schedule(Callable<?>, long, TimeUnit)
- Method in class org.lightwolf.
FlowManager
schedule(Callable<?>, long, TimeUnit)
- Method in class org.lightwolf.tools.
SimpleFlowManager
send(Object)
- Method in class org.lightwolf.
Connection
send(Object, Object)
- Static method in class org.lightwolf.
Process
Sends a message to the informed address.
send(Object, Object)
- Method in class org.lightwolf.
ProcessManager
send(Object, Object)
- Method in class org.lightwolf.tools.
SimpleProcessManager
serve(Object)
- Static method in class org.lightwolf.
Process
Listens for a single request sent to the informed address.
serveMany(Object)
- Static method in class org.lightwolf.
Process
Listens for multiple messages sent to the informed address.
set(T)
- Method in class org.lightwolf.
FlowLocal
setClassesdir(Path)
- Method in class org.lightwolf.tools.
LightWolfAntTask
setCurrent(OldProcess)
- Static method in class org.lightwolf.process.
CurrentProcess
setDefault(FlowManager)
- Static method in class org.lightwolf.
FlowManager
setDefault(ProcessManager)
- Static method in class org.lightwolf.
ProcessManager
setFuture(ScheduledFuture<V>)
- Method in exception org.lightwolf.
DelayedCallSignal
setNext(FlowManager)
- Static method in class org.lightwolf.
FlowManager
setThreadCount(int)
- Method in class org.lightwolf.synchronization.
ParallelArray
signal(FlowSignal)
- Static method in class org.lightwolf.
Flow
Suspends the flow and sends a signal to the flow-controller.
SimpleFlowManager
- Class in
org.lightwolf.tools
SimpleFlowManager(String)
- Constructor for class org.lightwolf.tools.
SimpleFlowManager
SimpleProcessManager
- Class in
org.lightwolf.tools
SimpleProcessManager(String)
- Constructor for class org.lightwolf.tools.
SimpleProcessManager
snapshot()
- Static method in class org.lightwolf.
Flow
split(int)
- Static method in class org.lightwolf.
Flow
Initiates concurrent execution on the invoker.
state
- Variable in class org.lightwolf.
Process
stateName(int)
- Static method in class org.lightwolf.
Process
Return the name of the specified state; provided for debugging and diagnostic purposes.
storeData(Object)
- Method in class org.lightwolf.
FileProcess
storeData(Object)
- Method in class org.lightwolf.
Process
Called by
Process.passivate()
to store data on some media.
streamedCopy()
- Method in class org.lightwolf.
Flow
submit(Runnable)
- Static method in class org.lightwolf.
Flow
submit(Callable<?>)
- Static method in class org.lightwolf.
Flow
submit(Flow, Object)
- Method in class org.lightwolf.
FlowManager
submit(Flow, Object)
- Method in class org.lightwolf.tools.
SimpleFlowManager
suspend()
- Static method in class org.lightwolf.
Flow
Equivalent to
suspend(null)
.
suspend(Object)
- Static method in class org.lightwolf.
Flow
Suspends the current flow, allowing the current thread to be released.
SUSPENDED
- Static variable in class org.lightwolf.
Flow
A constant indicating that the flow is suspended.
suspendedFlows()
- Method in class org.lightwolf.
Process
The number of suspended flows in this process.
SuspendSignal
- Exception in
org.lightwolf
A signal indicating that the flow was suspended.
SuspendSignal(Object)
- Constructor for exception org.lightwolf.
SuspendSignal
Initializes the signal with the given argument.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
All Classes
A
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
W