|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Result | |
lime |
Uses of Result in lime |
Subclasses of Result in lime | |
(package private) class |
ResultReactions
Result will hold either a tuple or the response to the installation of the reaction (an array of objects). |
(package private) class |
ResultTuple
Result will hold either a tuple or the response to the installation of the reaction (an array of objects). |
Fields in lime declared as Result | |
(package private) Result |
InitiatorTransDescriptor.lock
The lock used by the transaction. |
Methods in lime that return Result | |
(package private) Result |
InitiatorTransDescriptor.getLock()
Returns the lock held within this object. |
Methods in lime with parameters of type Result | |
(package private) void |
TransactionMgr.setShared(AgentID agent,
LimeTupleSpace[] lts,
boolean isShared,
Result lock)
Start the engagement or disengagement of an agent. |
(package private) void |
TransactionMgr.setSharedHost(boolean isShared,
Result lock)
Engage or disengage the host. |
private void |
TransactionMgr.makeInitiatorRequest(short transType,
AgentID agent,
LimeTupleSpace[] lts,
Result lock)
generates the request that will start the transaction, AND blocks the agent that made the request. |
Constructors in lime with parameters of type Result | |
InitiatorTransDescriptor(TransactionOpDescriptor desc,
LimeTupleSpace[] lts,
Result lock)
Creates an InitiatorTransDescriptor for the specified transaction. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |