Serialized Form


Package devutil

Class devutil.Queue implements Serializable

Serialized Fields

queue

java.util.Vector queue

removalLock

java.lang.Object removalLock


Package devutil.awt

Class devutil.awt.InputDialog implements Serializable

Serialized Fields

input

java.lang.String input

field

java.awt.TextField field

isOK

boolean isOK

Class devutil.awt.MsgDialog implements Serializable


Package groupmgmt

Class groupmgmt.GroupChangedEvent implements Serializable

Serialized Fields

groupMembers

java.util.Vector groupMembers
A vector containing the identities of the new group members in the form of Member objects.

Class groupmgmt.Member implements Serializable

Serialized Fields

address

java.net.InetAddress address
The InetAddress of the Member.

port

int port
The port of the Member.


Package lime

Class lime.AgentCreationException implements Serializable

Class lime.AgentID implements Serializable

Serialized Fields

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

Class lime.AgentLocation implements Serializable

Serialized Fields

agentID

AgentID agentID

Class lime.HostLocation implements Serializable

Serialized Fields

host

LimeServerID host

Class lime.IllegalReactionOperationException implements Serializable

Class lime.IllegalSharingException implements Serializable

Class lime.IllegalTupleSpaceAccessException implements Serializable

Class lime.IllegalTupleSpaceModificationException implements Serializable

Class lime.IllegalTupleSpaceNameException implements Serializable

Class lime.IncompatibleLocationsException implements Serializable

Class lime.LimeAgentMgr implements Serializable

Serialized Fields

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.

Class lime.LimeError implements Serializable

Serialized Fields

internal

java.lang.Throwable internal

internalFlag

boolean internalFlag

Class lime.LimeException implements Serializable

Serialized Fields

internal

java.lang.Exception internal

internalFlag

boolean internalFlag

Class lime.LimeRuntimeException implements Serializable

Serialized Fields

internal

java.lang.Exception internal

internalFlag

boolean internalFlag

Class lime.LimeServerID implements Serializable

Serialized Fields

host

java.net.InetAddress host

port

int port

Class lime.LimeSystemReaction implements Serializable

Class lime.LimeTupleID implements Serializable

Serialized Fields

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

Class lime.LimeTupleSpace implements Serializable

Serialized Fields

owner

AgentID owner

name

java.lang.String name

ts

lights.interfaces.ITupleSpace ts

reactor

lime.Reactor reactor

upons

lime.UponMgr upons

shared

boolean shared

Class lime.LocalizedReaction implements Serializable

Class lime.Location implements Serializable

Serialized Fields

wildCard

int wildCard

Class lime.NoSuchReactionException implements Serializable

Class lime.Reaction implements Serializable

Serialized Fields

template

lights.interfaces.ITuple template

listener

ReactionListener listener

pendUponListener

lime.PendingUponListener pendUponListener

mode

short mode

current

Location current

destination

AgentLocation destination

Class lime.ReactionEvent implements Serializable

Serialized Fields

eventTuple

lights.interfaces.ITuple eventTuple

reaction

RegisteredReaction reaction

Class lime.RegisteredReaction implements Serializable

Serialized Fields

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

Class lime.StationaryAgent implements Serializable

Serialized Fields

mgr

LimeAgentMgr mgr
The manager for this agent.

Class lime.TransactionID implements Serializable

Serialized Fields

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

Class lime.TupleSpaceEngineException implements Serializable

Class lime.UbiquitousReaction implements Serializable


Package lime.mobileagent.mucode

Class lime.mobileagent.mucode.MobileAgent implements Serializable

Serialized Fields

mgr

LimeAgentMgr mgr


Package lime.util.console

Class lime.util.console.LimeConsoleListener implements Serializable

Serialized Fields

provider

IConsoleProvider provider


Package location

Class location.GpsInfoEvent implements Serializable

Serialized Fields

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

Class location.GPSReceiverSettingsDialog implements Serializable

Serialized Fields

user

GPSReceiverUser user

portName

java.lang.String portName

baudRate

java.lang.String baudRate

portTF

javax.swing.JTextField portTF

baudTF

javax.swing.JTextField baudTF

Class location.Latitude implements Serializable

Serialized Fields

lat

double lat
This is the latitude in sexagesimal units.

Class location.Location implements Serializable

Serialized Fields

latitude

Latitude latitude
The latitude.

longitude

Longitude longitude
The longitude.

Class location.LocationDate implements Serializable

Serialized Fields

numSeconds

int numSeconds

Class location.LocationEvent implements Serializable

Serialized Fields

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.

Class location.LocationServer implements Serializable

Serialized Fields

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.

Class location.Longitude implements Serializable

Serialized Fields

log

double log
This is the Longitude in sexagesimal units.


Package location.generators

Class location.generators.FakeGPSMonitor implements Serializable

Serialized Fields

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.

Class location.generators.FakeSatelliteInfoGenerator implements Serializable

Serialized Fields

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