|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connection | |
---|---|
org.apache.agila.example | |
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 |
Uses of Connection in org.apache.agila.example |
---|
Methods in org.apache.agila.example that return Connection | |
---|---|
Connection[] |
LeaveApprovalTask.doEnd(NodeContext ctx)
|
Connection[] |
LeaveApplicationTask.doEnd(NodeContext ctx)
End method. |
Uses of Connection in org.apache.agila.impl |
---|
Classes in org.apache.agila.impl that implement Connection | |
---|---|
class |
ConnectionImpl
Implementation of a Connection |
Uses of Connection in org.apache.agila.impl.dao |
---|
Methods in org.apache.agila.impl.dao with parameters of type Connection | |
---|---|
Token[] |
TokenServiceImpl.nextToken(Connection[] connSet,
Token parentToken)
Returns a set of tokens, advanced along the connections given. |
Uses of Connection in org.apache.agila.impl.memory |
---|
Methods in org.apache.agila.impl.memory with parameters of type Connection | |
---|---|
Token[] |
TokenServiceImpl.nextToken(Connection[] connSet,
Token parentToken)
Returns a set of tokens, advanced along the connections given. |
Uses of Connection in org.apache.agila.model |
---|
Methods in org.apache.agila.model that return Connection | |
---|---|
Connection[] |
Node.doEnd(NodeContext ctx)
Second 'work method' for a node, called after doStart(). |
Connection[] |
Node.getInboundConnections()
|
Connection[] |
Node.getOutboundConnections()
|
Methods in org.apache.agila.model with parameters of type Connection | |
---|---|
void |
Node.addInboundConnection(Connection conn)
|
void |
Node.addOutboundConnection(Connection conn)
|
void |
Node.setInboundConnections(Connection[] list)
|
void |
Node.setOutboundConnections(Connection[] list)
|
Uses of Connection in org.apache.agila.model.node |
---|
Methods in org.apache.agila.model.node that return Connection | |
---|---|
Connection[] |
TestTaskNode.doEnd(NodeContext ctx)
|
Connection[] |
TestNotification.doEnd(NodeContext ctx)
Second 'work method' for a node, called after doStart(). |
Connection[] |
StopNode.doEnd(NodeContext ctx)
|
Connection[] |
StartNode.doEnd(NodeContext ctx)
|
Connection[] |
SimpleDecision.doEnd(NodeContext ctx)
Second 'work method' for a node, called after doStart(). |
Connection[] |
HelloWorldActivity.doEnd(NodeContext ctx)
|
Connection[] |
ForkNode.doEnd(NodeContext ctx)
|
Connection[] |
DelayNode.doEnd(NodeContext ctx)
|
Connection[] |
AndJoinNode.doEnd(NodeContext ctx)
|
Connection[] |
BaseNodeImpl.getInboundConnections()
|
Connection[] |
BaseNodeImpl.getOutboundConnections()
|
Methods in org.apache.agila.model.node with parameters of type Connection | |
---|---|
void |
BaseNodeImpl.addInboundConnection(Connection conn)
|
void |
BaseNodeImpl.addOutboundConnection(Connection conn)
|
void |
BaseNodeImpl.setInboundConnections(Connection[] list)
|
void |
BaseNodeImpl.setOutboundConnections(Connection[] list)
|
Uses of Connection in org.apache.agila.services |
---|
Methods in org.apache.agila.services with parameters of type Connection | |
---|---|
Token[] |
TokenService.nextToken(Connection[] connSet,
Token parentToken)
Returns a set of tokens, advanced along the connections given. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |