|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeID | |
---|---|
org.apache.agila.dao | |
org.apache.agila.engine | |
org.apache.agila.impl | Holds platform specific implementations |
org.apache.agila.impl.dao | |
org.apache.agila.impl.memory | |
org.apache.agila.model | |
org.apache.agila.model.node | |
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.util |
Uses of NodeID in org.apache.agila.dao |
---|
Methods in org.apache.agila.dao with parameters of type NodeID | |
---|---|
Token |
TokenDAO.newToken(InstanceID instanceID,
NodeID nodeID,
int state)
|
Uses of NodeID in org.apache.agila.engine |
---|
Methods in org.apache.agila.engine that return NodeID | |
---|---|
NodeID |
Token.getCurrentNodeID()
return the node ID that this token is pointing at |
Methods in org.apache.agila.engine with parameters of type NodeID | |
---|---|
void |
Token.setCurrentNodeID(NodeID currentNodeID)
Sets the nodeid for this token |
Uses of NodeID in org.apache.agila.impl |
---|
Methods in org.apache.agila.impl that return NodeID | |
---|---|
NodeID |
TokenImpl.getCurrentNodeID()
|
Methods in org.apache.agila.impl with parameters of type NodeID | |
---|---|
Node |
BusinessProcessImpl.getNode(NodeID nodeId)
|
void |
TokenImpl.setCurrentNodeID(NodeID currentNodeId)
|
Uses of NodeID in org.apache.agila.impl.dao |
---|
Methods in org.apache.agila.impl.dao with parameters of type NodeID | |
---|---|
Token |
TokenServiceImpl.newToken(InstanceID instanceID,
NodeID nodeID,
int state)
|
Token |
AgilaDAO.newToken(InstanceID instanceID,
NodeID nodeID,
int state)
|
Uses of NodeID in org.apache.agila.impl.memory |
---|
Methods in org.apache.agila.impl.memory with parameters of type NodeID | |
---|---|
Token |
TokenServiceImpl.newToken(InstanceID instanceID,
NodeID nodeID,
int state)
|
Uses of NodeID in org.apache.agila.model |
---|
Methods in org.apache.agila.model that return NodeID | |
---|---|
NodeID |
Node.getNodeId()
|
Methods in org.apache.agila.model with parameters of type NodeID | |
---|---|
Node |
BusinessProcess.getNode(NodeID nodeId)
Returns a given node, by ID, from the graph |
void |
Node.setNodeId(NodeID id)
|
Uses of NodeID in org.apache.agila.model.node |
---|
Methods in org.apache.agila.model.node that return NodeID | |
---|---|
NodeID |
BaseNodeImpl.getNodeId()
|
Methods in org.apache.agila.model.node with parameters of type NodeID | |
---|---|
void |
BaseNodeImpl.setNodeId(NodeID id)
|
Uses of NodeID in org.apache.agila.services |
---|
Methods in org.apache.agila.services with parameters of type NodeID | |
---|---|
Token |
TokenService.newToken(InstanceID instanceID,
NodeID nodeID,
int tokenState)
token factory - creates a new token with valid token ID. |
Uses of NodeID in org.apache.agila.services.rendezvous |
---|
Methods in org.apache.agila.services.rendezvous that return NodeID | |
---|---|
NodeID |
RendezvousPolicyInfo.getNodeID()
Returns the NodeID for the node that is particiapting in this policy |
Constructors in org.apache.agila.services.rendezvous with parameters of type NodeID | |
---|---|
RendezvousPolicyInfo(java.lang.String name,
NodeID id,
RendezvousPolicy policy)
|
Uses of NodeID in org.apache.agila.util |
---|
Methods in org.apache.agila.util with parameters of type NodeID | |
---|---|
Token |
JDBCUtil.newToken(InstanceID instanceID,
NodeID nodeID,
int state)
Create a token with only the InstanceID given |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |