|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstanceService | |
---|---|
org.apache.agila.engine | |
org.apache.agila.impl.dao | |
org.apache.agila.services | |
org.apache.agila.services.rendezvous | Three different typs of rendezvous node : UNIVERSAL - not implemented GLOBAL - can synchronize instances of the same process LOCAL - used w/in the same instance of a process PRIVATE - used by a single node |
org.apache.agila.services.task |
Uses of InstanceService in org.apache.agila.engine |
---|
Methods in org.apache.agila.engine with parameters of type InstanceService | |
---|---|
void |
MessageProcessor.setExecutionInstanceService(InstanceService eiSvc)
|
Constructors in org.apache.agila.engine with parameters of type InstanceService | |
---|---|
Engine(TokenService ts,
InstanceService eiSvc,
BusinessProcessService graphService,
QueueService queue)
|
Uses of InstanceService in org.apache.agila.impl.dao |
---|
Classes in org.apache.agila.impl.dao that implement InstanceService | |
---|---|
class |
InstanceServiceImpl
A provide which delegates to an AgilaDAO for all of the detailed
persistence methods. |
Uses of InstanceService in org.apache.agila.services |
---|
Classes in org.apache.agila.services that implement InstanceService | |
---|---|
class |
AbstractInstanceService
|
Uses of InstanceService in org.apache.agila.services.rendezvous |
---|
Fields in org.apache.agila.services.rendezvous declared as InstanceService | |
---|---|
protected InstanceService |
AbstractRendezvousService.instanceService
|
Methods in org.apache.agila.services.rendezvous with parameters of type InstanceService | |
---|---|
void |
AbstractRendezvousService.setInstanceService(InstanceService isvc)
|
Uses of InstanceService in org.apache.agila.services.task |
---|
Methods in org.apache.agila.services.task with parameters of type InstanceService | |
---|---|
void |
AbstractTaskService.setInstanceService(InstanceService is)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |