|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Reaction | |
lime | |
lime.motes | |
lime.motes.util.console | |
lime.util.console |
Uses of Reaction in lime |
Subclasses of Reaction in lime | |
class |
LimeSystemReaction
Specifies reactions that are concerned only over the Lime System Tuple Space. |
class |
LocalizedReaction
Specifies reactions that are concerned only with a localized projection of the shared tuple space. |
class |
RegisteredReaction
Objects of this class represent a sort of a "receipt" for the registration of a reaction. |
class |
UbiquitousReaction
Specifies reactions that are location-independent and get installed on the whole shared tuple space. |
Fields in lime declared as Reaction | |
(package private) Reaction[] |
ReactionsOpDescriptor.reactions
|
Methods in lime that return Reaction | |
(package private) Reaction[] |
ReactionsOpDescriptor.getValue()
'getValue' returns the value of a reaction descriptor, namely a reaction array |
Methods in lime with parameters of type Reaction | |
(package private) RegisteredReaction[] |
UponMgr.installUpons(Reaction[] reactions,
java.lang.String name,
AgentID a)
|
(package private) RegisteredReaction[] |
Reactor.installReactions(Reaction[] r,
java.lang.String name,
AgentID a,
long seqNum)
|
RegisteredReaction[] |
LimeTupleSpace.addWeakReaction(Reaction[] reactions)
Registers a group of weak reactions with the Lime tuple space. |
Constructors in lime with parameters of type Reaction | |
RegisteredReaction(Reaction reaction,
java.lang.String tsName,
AgentID agent,
long seqNum,
boolean isWeak)
|
|
ReactionsOpDescriptor(short type,
Reaction[] reactions,
AgentID caller,
Lock lock)
ReactionDescriptor constructor for any local operation involving reacitons |
Uses of Reaction in lime.motes |
Subclasses of Reaction in lime.motes | |
class |
MoteRegisteredReaction
This class extends Lime's RegisteredReaction basically adding the MoteID information. |
Methods in lime.motes with parameters of type Reaction | |
RegisteredReaction[] |
MoteLimeTupleSpace.addWeakReaction(Reaction[] reactions)
This method adds an array of weak reactions to the tuple space. |
Uses of Reaction in lime.motes.util.console |
Fields in lime.motes.util.console declared as Reaction | |
(package private) Reaction[] |
ReactionDialog.reactions
|
Reaction[] |
QueuedOp.reactions
|
Methods in lime.motes.util.console that return Reaction | |
(package private) Reaction |
MainDialog.getReaction()
|
Constructors in lime.motes.util.console with parameters of type Reaction | |
QueuedOp(short type,
Reaction[] reactions)
|
Uses of Reaction in lime.util.console |
Fields in lime.util.console declared as Reaction | |
(package private) Reaction[] |
ReactionDialog.reactions
|
Reaction[] |
QueuedOp.reactions
|
Methods in lime.util.console that return Reaction | |
(package private) Reaction |
MainDialog.getReaction()
|
Constructors in lime.util.console with parameters of type Reaction | |
QueuedOp(short type,
Reaction[] reactions)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |