|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Process | |
---|---|
guarana.framework.port | Provides a base implementation for Guaranį's communication ports. |
guarana.toolkit.engine | Provides an asynchronous and multi-thread runtime system to execute EAI Solutions. |
Uses of Process in guarana.framework.port |
---|
Methods in guarana.framework.port that return Process | |
---|---|
Process |
Port.getProcess()
Return this process to which belongs this port. |
Methods in guarana.framework.port with parameters of type Process | |
---|---|
void |
Port.setProcess(Process process)
Sets this process to which belongs this port. |
Constructors in guarana.framework.port with parameters of type Process | |
---|---|
EntryPort(String name,
Process process)
Constructs a new entry port with a given name and associates it with the given process. |
|
ExitPort(String name,
Process process)
Constructs a new exit port with a given name and associates it with the given process. |
|
OneWayPort(String name,
Process process)
Constructs a new one way port with the given name and associates it with the given process. |
|
Port(String name,
Process process)
Constructs a port with the given name and associates it with the given process. |
|
ResponderPort(String name,
Process process)
Constructs a responder port with the given name and associates it with the given process. |
|
SolicitorPort(String name,
Process process)
Constructs a solicitor port with the given name and associates it with the given process. |
|
TwoWayPort(String name,
Process process)
Constructs a two way port with the given name and associates it with the given process. |
Uses of Process in guarana.toolkit.engine |
---|
Methods in guarana.toolkit.engine with parameters of type Process | |
---|---|
void |
Scheduler.registerProcess(Process process)
Registers a process which will notify this scheduler about tasks ready to be executed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |