Serialized Form
queue
java.util.Vector queue
removalLock
java.lang.Object removalLock
input
java.lang.String input
field
java.awt.TextField field
isOK
boolean isOK
groupMembers
java.util.Vector groupMembers
- A vector containing the identities of the new group members in
the form of Member objects.
address
java.net.InetAddress address
- The InetAddress of the Member.
port
int port
- The port of the Member.
creationHost
LimeServerID creationHost
- 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
.
n
long n
agentID
AgentID agentID
host
LimeServerID host
id
AgentID id
- The AgentID for the agent this object manages.
spaces
java.util.Vector spaces
- Holds the tuple spaces currently owned by the agent this object
manages. Useful for mobility.
spacesShared
java.util.Vector spacesShared
- Holds the tuple spaces that was shared by the agent this object manages.
It is used in the disengage() method to "remember" which tuple spaces
were shared prior to disengagement.
internal
java.lang.Throwable internal
internalFlag
boolean internalFlag
internal
java.lang.Exception internal
internalFlag
boolean internalFlag
internal
java.lang.Exception internal
internalFlag
boolean internalFlag
host
java.net.InetAddress host
port
int port
creationHost
LimeServerID creationHost
- 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.
n
long n
owner
AgentID owner
name
java.lang.String name
ts
lights.interfaces.ITupleSpace ts
reactor
lime.Reactor reactor
upons
lime.UponMgr upons
shared
boolean shared
wildCard
int wildCard
template
lights.interfaces.ITuple template
listener
ReactionListener listener
pendUponListener
lime.PendingUponListener pendUponListener
mode
short mode
current
Location current
destination
AgentLocation destination
eventTuple
lights.interfaces.ITuple eventTuple
reaction
RegisteredReaction reaction
isNew
boolean isNew
next
RegisteredReaction next
prev
RegisteredReaction prev
seqNum
long seqNum
tsName
java.lang.String tsName
agent
AgentID agent
tuplesReacted
java.util.Hashtable tuplesReacted
isWeak
boolean isWeak
inReactorReaction
RegisteredReaction inReactorReaction
uponProbe
lime.UponProbeDescriptor uponProbe
mgr
LimeAgentMgr mgr
- The manager for this agent.
initiationHost
LimeServerID initiationHost
- The identifier is composed of two parts: the address of the host where
the transaction has been initiated and a progressive number assigned on
that host.
n
long n
Package lime.mobileagent.mucode |
mgr
LimeAgentMgr mgr
Package lime.util.console |
provider
IConsoleProvider provider
data_validity
java.lang.String data_validity
mode
java.lang.String mode
viewedSat
java.lang.String viewedSat
usedSat
java.lang.String usedSat
SatVector
java.util.Vector SatVector
user
GPSReceiverUser user
portName
java.lang.String portName
baudRate
java.lang.String baudRate
portTF
javax.swing.JTextField portTF
baudTF
javax.swing.JTextField baudTF
lat
double lat
- This is the latitude in sexagesimal units.
latitude
Latitude latitude
- The latitude.
longitude
Longitude longitude
- The longitude.
numSeconds
int numSeconds
location
Location location
- The location
date
java.util.Date date
- The time the location was measured.
speed
double speed
- The speed in meters per second.
altitude
double altitude
- The altitude in meters above sea level.
course
double course
- The course in degrees.
isValid
boolean isValid
- Whether this LocationEvent contains valid information.
lg
LocationGenerator lg
- The LocationGenerator that provides the location.
booted
boolean booted
- Keeps track of whether this server has been booted.
listeners
java.util.Vector listeners
- Holds the listeners that are registered on this server.
gps_listeners
java.util.Vector gps_listeners
- Holds the listeners that are registered on this server.
log
double log
- This is the Longitude in sexagesimal units.
Package location.generators |
interval
long interval
- How often in milliseconds the user wants to receive a LocationEvent
timer
java.util.Timer timer
- The timer used to generate location events.
gui
location.generators.FakeGPSgui gui
- The GUI that allows the user to specifiy the direction of motion.
listeners
java.util.Vector listeners
- Holds the listeners.
currLat
Latitude currLat
defaultLat
Latitude defaultLat
currLong
Longitude currLong
defaultLong
Longitude defaultLong
latStep
double latStep
- The step size of the latitude and longitude in sexigesimal units.
longStep
double longStep
- The step size of the latitude and longitude in sexigesimal units.
prevLE
LocationEvent prevLE
- The previous LocationEvent that was broadcasted
gps_listeners
java.util.Vector gps_listeners
- The GPSListeners that are waiting for GPSInfoEvents.
gpsinfo
GpsInfoEvent gpsinfo
- The fake GPS Info sent to the user.
fgm
FakeGPSMonitor fgm
- The FakeGPSMonitor that the fake satellite information should be
sent to.
period
int period
- The period in ms at which the sattelite information should change.
Default is 5000ms.
gpsinfo
GpsInfoEvent gpsinfo