|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Process | |
com.werken.blissed | The blissed process+state framework. |
com.werken.blissed.activity | Activity implementation. |
com.werken.blissed.jelly | Jelly tag library. |
Uses of Process in com.werken.blissed |
Methods in com.werken.blissed that return Process | |
Process |
DuplicateStateException.getProcess()
Retrieve the process. |
Process |
ProcessContext.getProcess()
Retrieve the Process of this ProcessContext. |
Process |
ProcessContext.getCurrentProcess()
Retrieve the ProcessContext's current process location. |
Methods in com.werken.blissed with parameters of type Process | |
ProcessContext |
ProcessEngine.spawn(Process process)
Spawn an instance of a Process . |
ProcessContext |
ProcessEngine.spawn(Process process,
boolean async)
Spawn an instance of a Process . |
ProcessContext |
ProcessEngine.spawn(Process process,
ProcessContext parent)
Spawn an instance of a Process as a child
of another instance. |
void |
ProcessEngine.call(Process process,
ProcessContext context)
Call another Process from another instance. |
protected void |
ProcessEngine.startProcess(Process process,
ProcessContext context)
Begin a Process for a particular
ProcessContext . |
protected void |
ProcessEngine.finishProcess(Process process,
ProcessContext context)
Finish a Process for a particular
ProcessContext . |
Constructors in com.werken.blissed with parameters of type Process | |
DuplicateStateException(Process process,
java.lang.String stateName)
Contsruct. |
Uses of Process in com.werken.blissed.activity |
Methods in com.werken.blissed.activity that return Process | |
Process |
CallActivity.getProcess()
Retrieve the Process to call. |
Process |
SpawnActivity.getProcess()
Retrieve the Process to call. |
Constructors in com.werken.blissed.activity with parameters of type Process | |
CallActivity(Process process)
Construct. |
|
SpawnActivity(Process process)
Construct. |
Uses of Process in com.werken.blissed.jelly |
Methods in com.werken.blissed.jelly that return Process | |
protected Process |
DefinitionTagSupport.getCurrentProcess()
Retrieve the currently in-scope Process . |
Process |
CallTag.getProcess()
Retrieve the process. |
Process |
ProcessTag.getProcess()
Retrieve the current in-scope process. |
Process |
SpawnTag.getProcess()
Retrieve the process. |
Methods in com.werken.blissed.jelly with parameters of type Process | |
void |
CallTag.setProcess(Process process)
Set the process to perform. |
void |
SpawnTag.setProcess(Process process)
Set the process to perform. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |