Uses of Package
lime

Packages that use lime
lime   
lime.mobileagent.mucode   
lime.util   
lime.util.console   
 

Classes in lime used by lime
AgentCreationException
          Raised when it's impossible to create an agent in a Lime server.
AgentID
          Defines the identifier of an agent, i.e., of an ILimeAgent object.
AgentLocation
          Defines the location of a tuple with respect to an Agent.
HostLocation
          Defines the location of a tuple within the host-level tuple space associated with a host.
ILimeAgent
          Any Lime agent must implement this interface.
IllegalTupleSpaceNameException
          Raised when an agent tries to create a LimeTupleSpace with an invalid name.
LimeAgentMgr
          This class effectively decouples the agent object from the rest of the Lime system.
LimeException
          The superclass of all exceptions raised by this package.
LimeRuntimeException
          The superclass of all runtime exceptions generated by this package.
LimeServer
          The runtime support needed to run Lime on a given host.
LimeServerID
          Defines the unique identifier of a LimeServer.
LimeSystemReaction
          Specifies reactions that are concerned only over the Lime System Tuple Space.
LimeTupleSpace
          This class, LimeTupleSpace, provides an implementation for the Interface Tuple Space (ITS), the most basic component of a Lime-based application.
LocalizedReaction
          Specifies reactions that are concerned only with a localized projection of the shared tuple space.
Location
          The superclass of all locations, i.e., of both host and agent locations.
NoSuchReactionException
          Raised when an agent attempts to deregister a reaction that has never been registered.
PropertyKeys
           
Reaction
          The superclass of all reactions.
ReactionEvent
          Contains information related to an event that may fire a reaction.
ReactionListener
          Implemented by objects that want to react to an event.
RegisteredReaction
          Objects of this class represent a sort of a "receipt" for the registration of a reaction.
TupleSpaceEngineException
          Raised when a problem occurs in the underlying tuple space engine.
 

Classes in lime used by lime.mobileagent.mucode
ILimeAgent
          Any Lime agent must implement this interface.
LimeAgentMgr
          This class effectively decouples the agent object from the rest of the Lime system.
 

Classes in lime used by lime.util
PropertyKeys
           
 

Classes in lime used by lime.util.console
AgentID
          Defines the identifier of an agent, i.e., of an ILimeAgent object.
LimeTupleSpace
          This class, LimeTupleSpace, provides an implementation for the Interface Tuple Space (ITS), the most basic component of a Lime-based application.
ReactionEvent
          Contains information related to an event that may fire a reaction.
ReactionListener
          Implemented by objects that want to react to an event.