A B C D E F G H I K L M N O P Q R S T U V W _

C

CONNECTkey - Static variable in interface lime.PropertyKeys
A key to whether connections should be maintained.
COPY - Static variable in class lime.SystemReactionEvent
 
CUR_TAG - Static variable in class lime.LimeTupleSpace
 
Condition - class moteaccess.Condition.
Class representing a range condition on a sensor reading.
Condition(int, int, int) - Constructor for class moteaccess.Condition
Public constructor that builds a condition from the type, lower bound and upper bound.
Condition() - Constructor for class moteaccess.Condition
Public constructor for an unspecified condition.
ConfigReplyTOSMessage - class moteaccess.ConfigReplyTOSMessage.
 
ConfigReplyTOSMessage() - Constructor for class moteaccess.ConfigReplyTOSMessage
Create a new ConfigReplyTOSMessage of size 13.
ConfigReplyTOSMessage(int) - Constructor for class moteaccess.ConfigReplyTOSMessage
Create a new ConfigReplyTOSMessage of the given data_length.
ConfigReplyTOSMessage(int, int) - Constructor for class moteaccess.ConfigReplyTOSMessage
Create a new ConfigReplyTOSMessage with the given data_length and base offset.
ConfigReplyTOSMessage(byte[]) - Constructor for class moteaccess.ConfigReplyTOSMessage
Create a new ConfigReplyTOSMessage using the given byte array as backing store.
ConfigReplyTOSMessage(byte[], int) - Constructor for class moteaccess.ConfigReplyTOSMessage
Create a new ConfigReplyTOSMessage using the given byte array as backing store, with the given base offset.
ConfigReplyTOSMessage(byte[], int, int) - Constructor for class moteaccess.ConfigReplyTOSMessage
Create a new ConfigReplyTOSMessage using the given byte array as backing store, with the given base offset and data length.
ConfigRequestTOSMessage - class moteaccess.ConfigRequestTOSMessage.
 
ConfigRequestTOSMessage() - Constructor for class moteaccess.ConfigRequestTOSMessage
Create a new ConfigRequestTOSMessage of size 11.
ConfigRequestTOSMessage(int) - Constructor for class moteaccess.ConfigRequestTOSMessage
Create a new ConfigRequestTOSMessage of the given data_length.
ConfigRequestTOSMessage(int, int) - Constructor for class moteaccess.ConfigRequestTOSMessage
Create a new ConfigRequestTOSMessage with the given data_length and base offset.
ConfigRequestTOSMessage(byte[]) - Constructor for class moteaccess.ConfigRequestTOSMessage
Create a new ConfigRequestTOSMessage using the given byte array as backing store.
ConfigRequestTOSMessage(byte[], int) - Constructor for class moteaccess.ConfigRequestTOSMessage
Create a new ConfigRequestTOSMessage using the given byte array as backing store, with the given base offset.
ConfigRequestTOSMessage(byte[], int, int) - Constructor for class moteaccess.ConfigRequestTOSMessage
Create a new ConfigRequestTOSMessage using the given byte array as backing store, with the given base offset and data length.
ConnectionMgr - class lime.ConnectionMgr.
The ConnectionMgr manages "Connection" objects, which are TCP connections to remote hosts.
ConnectionMgr(boolean) - Constructor for class lime.ConnectionMgr
Creates a ConnectionMgr with the specified connection setting.
ConnectionMgr.Connection - class lime.ConnectionMgr.Connection.
Connection manages the TCP connection to a remote host.
ConnectionMgr.Connection(Socket) - Constructor for class lime.ConnectionMgr.Connection
Creates a connection for the given socket.
ConnectionMgr.Connection(LimeServerID) - Constructor for class lime.ConnectionMgr.Connection
Creates a connection to the specified LimeServer.
c - Variable in class InteractiveAgent
 
c - Variable in class lime.IncomingThread
 
c - Variable in class lime.motes.MoteInteractiveAgent
 
cFormal - Variable in class lime.motes.util.console.FieldDialog
 
cFormal - Variable in class lime.util.console.FieldDialog
 
cMoteID - Variable in class lime.motes.util.console.FieldDialog
 
cType - Variable in class lime.motes.util.console.FieldDialog
 
cType - Variable in class lime.util.console.FieldDialog
 
calcSpeed(Location, Date) - Method in class location.generators.FakeGPSMonitor
Calculates the speed in meters per second the user is traveling.
caller - Variable in class lime.ReactionsOpDescriptor
 
caller - Variable in class lime.TupleOpDescriptor
 
ccb - Variable in class location.generators.FakeGPSgui
 
change - Variable in class groupmgmt.impl.SPChangeRefusedMessage
The SPChange object that was queued and cannot be processed.
changeBy(double) - Method in class location.Latitude
Changes this latitude by the specifiec amount.
changeBy(double) - Method in class location.Longitude
Changes this Longitude by the specifiec amount.
changeGroup(Member[], Member[]) - Method in class groupmgmt.GroupDisseminator
Change the configuration of the current group.
changeGroup(Member[], Member[]) - Method in class groupmgmt.impl.SinglePhaseDisseminator
Process a change in connectivity detected by MemberDetector Send it to the connectionChangeQueue to process.
changingHostLock - Variable in class lime.LimeServer
This is used to ensure that the changingHost variable is set before retrieving it.
changingHosts - Variable in class lime.LimeServer
 
changingHosts - Variable in class lime.TransactionMgr
A reference to the changing hosts.
checkValidity() - Method in class location.GPSReceiverSettingsDialog
 
cleanUpLSTS(TransactionOpDescriptor) - Method in class lime.TransactionMgr
Cleans up the LSTS after an agent or host engagement or disengagement.
clone() - Method in class location.Latitude
This method returns a deep copy of this object.
clone() - Method in class location.Location
This method returns a deep copy of this object.
clone() - Method in class location.LocationEvent
This method returns a deep copy of this object.
clone() - Method in class location.Longitude
This method returns a deep copy of this object.
cloneTuple(ITuple) - Static method in class lime.LimeTupleSpace
Copies a tuple.
cloneTuple(ITuple, int, int) - Static method in class lime.LimeTupleSpace
Copies a subset of the fields of a tuple in a new tuple.
cloneTuple(ITuple) - Static method in class lime.motes.MoteLimeTemplate
Helper method used to clone a tuple.
cloneTuple(ITuple, int, int) - Static method in class lime.motes.MoteLimeTemplate
Helper method for cloning a tuple
close() - Method in class lime.ConnectionMgr.Connection
Closes the socket managed by this connection.
close(ConnectionMgr.Connection) - Method in class lime.ConnectionMgr
Closes the socket managed by the connection.
closeAll() - Method in class lime.ConnectionMgr
Closes all of the connections created.
cmgr - Variable in class lime.IncomingThread
 
cmgr - Variable in class lime.LimeServer
This is the connection manager.
cmgr - Variable in class lime.OutgoingMgr
A reference to the connection manager.
cmgr - Variable in class lime.TransactionMgr
The connection manager.
compareTo(Object) - Method in class groupmgmt.Member
Compare another Member to this one.
cond - Variable in class moteaccess.MoteReaction
The condition of the reaction.
configNumber - Variable in class moteaccess.TOSMoteAccess
 
connect() - Method in class groupmgmt.GroupManager
Turn the GroupManager on.
connect - Variable in class lime.LimeServer
 
connected - Variable in class groupmgmt.impl.SPChange
Whether or not the members are now connected.
connectionChangeQueue - Variable in class groupmgmt.impl.SinglePhaseDisseminator
Leader-only.
connections - Variable in class groupmgmt.impl.SPGroupChangeMessage
The connections of the new group.
connections - Variable in class groupmgmt.impl.SPGroupInfoMessage
The connections Hashtable (network graph) of the leader.
connections - Variable in class groupmgmt.impl.SinglePhaseDisseminator
Leader-only.
connections - Variable in class lime.ConnectionMgr
Holds all of the connections managed by this class.
connectionsList - Variable in class groupmgmt.impl.SinglePhaseDisseminator.DebugFrame
 
console - Variable in class lime.motes.util.console.MainDialog
 
console - Variable in class lime.motes.util.console.ReactionDialog
 
console - Variable in class lime.util.console.MainDialog
 
console - Variable in class lime.util.console.ReactionDialog
 
contains(AgentID) - Method in class lime.LimeSystemTSMgr
Returns whether or not the specific agent is in the current lime system.
contains(LimeServerID) - Method in class lime.LimeSystemTSMgr
Returns whether or not the specific host is in the current lime system.
containsAgent(AgentID[], AgentID) - Static method in class lime.TransactionMgr
Determine whether a given agent is in the array.
containsAgents() - Method in class lime.LimeSystemTSMgr
 
course - Variable in class location.LocationEvent
The course in degrees.
course - Variable in class location.generators.RealGPSMonitor
 
createBottomPanel() - Method in class location.generators.FakeGPSgui
Creates the labels that inform the user where the current position is and what the most recently broadcasted position is.
createCenterPanel() - Method in class location.generators.FakeGPSgui
 
createDeepCopy(ITuple) - Method in class lime.Reactor
Returns a copy of the tuple by serializing and then deserializing the tuple object.
createGroupManager() - Method in class lime.LimeServer
Creates a GroupManager for this LimeServer if there is currently no group manager for this server.
createOptionPanel() - Method in class location.GPSReceiverSettingsDialog
 
creationHost - Variable in class lime.AgentID
The identifier is composed of two parts: the LimeServerID of the host where the agent was created and a progressive number assigned by that LimeServer.
creationHost - Variable in class lime.LimeTupleID
The identifier is composed of two parts: the address of the host where the tuple has been inserted and a progressive number assigned on that host.
cur - Variable in class lime.LimeTemplate
 
cur - Variable in class lime.LimeTuple
 
cur - Variable in class lime.motes.util.console.MainDialog
 
cur - Variable in class lime.util.console.MainDialog
 
curField - Variable in class lime.motes.util.console.MainDialog
 
curField - Variable in class lime.util.console.MainDialog
 
currLat - Variable in class location.generators.FakeGPSMonitor
 
currLatLabel - Variable in class location.generators.FakeGPSgui
 
currLong - Variable in class location.generators.FakeGPSMonitor
 
currLongLabel - Variable in class location.generators.FakeGPSgui
 
current - Variable in class devutil.QueueMux
 
current - Variable in class lime.motes.util.console.QueuedOp
 
current - Variable in class lime.util.console.QueuedOp
 
currentInitiatedTrans - Variable in class lime.TransactionMgr
Holds the transaction initiated by this host.
currentRR - Variable in class lime.Reactor
A pointer to the current registered reaction within the linked list.

A B C D E F G H I K L M N O P Q R S T U V W _