Serialized Form


Package jade.content

Class jade.content.ContentElementList extends java.lang.Object implements Serializable

Serialized Fields

elements

List elements

Class jade.content.ContentException extends WrapperException implements Serializable

Class jade.content.ContentManager extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream oin)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

validationMode

boolean validationMode

Class jade.content.OntoACLMessage extends ACLMessage implements Serializable

Class jade.content.OntoAID extends AID implements Serializable


Package jade.content.abs

Class jade.content.abs.AbsAgentAction extends AbsConcept implements Serializable

Serialized Fields

isAContentExpression

boolean isAContentExpression

Class jade.content.abs.AbsAggregate extends AbsConcept implements Serializable

Serialized Fields

elements

List elements

elementTemplate

AbsTerm elementTemplate

Class jade.content.abs.AbsConcept extends AbsPrimitiveSlotsHolder implements Serializable

Class jade.content.abs.AbsConceptSlotFunction extends AbsConcept implements Serializable

Class jade.content.abs.AbsContentElementList extends java.lang.Object implements Serializable

Serialized Fields

elements

List elements

typeName

java.lang.String typeName

isAContentExpression

boolean isAContentExpression

Class jade.content.abs.AbsExtendedPrimitive extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.Object value

typeName

java.lang.String typeName

Class jade.content.abs.AbsIRE extends AbsObjectImpl implements Serializable

Serialized Fields

isAContentExpression

boolean isAContentExpression

Class jade.content.abs.AbsObjectImpl extends java.lang.Object implements Serializable

Serialized Fields

elements

HashMap elements

orderedKeys

ArrayList orderedKeys
This list keeps the keys in the same order as they were added


typeName

java.lang.String typeName

changed

boolean changed
true if this object is changed and its hash must be recomputed


hashCode

int hashCode

Class jade.content.abs.AbsPredicate extends AbsPrimitiveSlotsHolder implements Serializable

Serialized Fields

isAContentExpression

boolean isAContentExpression

isMeta

boolean isMeta

Class jade.content.abs.AbsPrimitive extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.Object value

typeName

java.lang.String typeName

Class jade.content.abs.AbsPrimitiveSlotsHolder extends AbsObjectImpl implements Serializable

Class jade.content.abs.AbsVariable extends AbsObjectImpl implements Serializable

Serialized Fields

isMeta

boolean isMeta

Package jade.content.lang

Class jade.content.lang.ByteArrayCodec extends Codec implements Serializable

Class jade.content.lang.Codec extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

Class jade.content.lang.Codec.CodecException extends ContentException implements Serializable

Class jade.content.lang.StringCodec extends Codec implements Serializable


Package jade.content.lang.leap

Class jade.content.lang.leap.LEAPCodec extends ByteArrayCodec implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream oin)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

Package jade.content.lang.sl

Class jade.content.lang.sl.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class jade.content.lang.sl.SimpleSLCodec extends StringCodec implements Serializable

Serialized Fields

indent

int indent

logger

Logger logger

Class jade.content.lang.sl.SLCodec extends StringCodec implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
                                throws java.io.ObjectStreamException
Restore parser after deserialization.
The readResolve method is called when ObjectInputStream has read an object from the stream and is preparing to return it to the caller.
The readResolve method is not invoked on the object until the object is fully constructed.

Throws:
java.io.ObjectStreamException
Serialized Fields

slOnto

jade.content.lang.sl.SL0Ontology slOnto

domainOnto

Ontology domainOnto

metaAllowed

boolean metaAllowed
This variable is true, when meta symbols are allowed (metas are a semantics-specific extension to the SL Grammar)


preserveJavaTypes

boolean preserveJavaTypes

Class jade.content.lang.sl.SLOntology extends jade.content.lang.sl.SL2Ontology implements Serializable

Class jade.content.lang.sl.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package jade.content.onto

Class jade.content.onto.BasicOntology extends Ontology implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

Class jade.content.onto.BCReflectiveIntrospector extends ReflectiveIntrospector implements Serializable

Class jade.content.onto.BeanOntology extends Ontology implements Serializable

serialVersionUID: -2007125499000302494L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

Class jade.content.onto.BeanOntologyException extends OntologyException implements Serializable

serialVersionUID: 1L

Class jade.content.onto.CFReflectiveIntrospector extends ReflectiveIntrospector implements Serializable

Class jade.content.onto.ConceptSlotFunction extends AbsConceptSlotFunction implements Serializable

Serialized Fields

concept

Concept concept

onto

Ontology onto

Class jade.content.onto.MicroIntrospector extends java.lang.Object implements Serializable

Class jade.content.onto.NotAnAggregate extends OntologyException implements Serializable

Class jade.content.onto.NotASpecialType extends OntologyException implements Serializable

Class jade.content.onto.Ontology extends java.lang.Object implements Serializable

Serialized Fields

base

Ontology[] base

name

java.lang.String name

introspector

Introspector introspector

elements

java.util.Hashtable<K,V> elements

classes

java.util.Hashtable<K,V> classes

schemas

java.util.Hashtable<K,V> schemas

conceptSlots

java.util.Hashtable<K,V> conceptSlots

logger

Logger logger

Class jade.content.onto.OntologyException extends ContentException implements Serializable

Class jade.content.onto.ReflectiveIntrospector extends java.lang.Object implements Serializable

Class jade.content.onto.SerializableOntology extends Ontology implements Serializable

Serialization Methods

writeReplace

private java.lang.Object writeReplace()
                               throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

myClassLoader

java.lang.ClassLoader myClassLoader

Class jade.content.onto.UngroundedException extends OntologyException implements Serializable

Class jade.content.onto.UnknownSchemaException extends OntologyException implements Serializable

Class jade.content.onto.UnknownSlotException extends OntologyException implements Serializable


Package jade.content.onto.basic

Class jade.content.onto.basic.Action extends java.lang.Object implements Serializable

Serialized Fields

actor

AID actor

action

Concept action

Class jade.content.onto.basic.Done extends java.lang.Object implements Serializable

Serialized Fields

action

Concept action

condition

Predicate condition

Class jade.content.onto.basic.Equals extends java.lang.Object implements Serializable

Serialized Fields

left

java.lang.Object left

right

java.lang.Object right

Class jade.content.onto.basic.FalseProposition extends java.lang.Object implements Serializable

Class jade.content.onto.basic.Result extends java.lang.Object implements Serializable

Serialized Fields

action

Concept action

value

java.lang.Object value

Class jade.content.onto.basic.TrueProposition extends java.lang.Object implements Serializable


Package jade.content.schema

Class jade.content.schema.AgentActionSchema extends ConceptSchema implements Serializable

Class jade.content.schema.AggregateSchema extends TermSchema implements Serializable

Serialized Fields

elementsSchema

TermSchema elementsSchema

Class jade.content.schema.ConceptSchema extends TermSchema implements Serializable

Class jade.content.schema.ConceptSlotFunctionSchema extends ConceptSchema implements Serializable

Class jade.content.schema.ContentElementListSchema extends ContentElementSchema implements Serializable

Class jade.content.schema.ContentElementSchema extends jade.content.schema.ObjectSchemaImpl implements Serializable

Class jade.content.schema.IRESchema extends TermSchema implements Serializable

Class jade.content.schema.ObjectSchema extends java.lang.Object implements Serializable

Serialized Fields

encodingByOrder

boolean encodingByOrder

Class jade.content.schema.PredicateSchema extends ContentElementSchema implements Serializable

Class jade.content.schema.PrimitiveSchema extends TermSchema implements Serializable

Class jade.content.schema.TermSchema extends jade.content.schema.ObjectSchemaImpl implements Serializable

Class jade.content.schema.VariableSchema extends TermSchema implements Serializable


Package jade.content.schema.facets

Class jade.content.schema.facets.CardinalityFacet extends java.lang.Object implements Serializable

Serialized Fields

cardMin

int cardMin

cardMax

int cardMax

Class jade.content.schema.facets.DefaultValueFacet extends java.lang.Object implements Serializable

Serialized Fields

defaultValue

java.lang.Object defaultValue

Class jade.content.schema.facets.DocumentationFacet extends java.lang.Object implements Serializable

Serialized Fields

documentation

java.lang.String documentation

Class jade.content.schema.facets.JavaTypeFacet extends java.lang.Object implements Serializable

Serialized Fields

javaType

java.lang.String javaType

Class jade.content.schema.facets.PermittedValuesFacet extends java.lang.Object implements Serializable

Serialized Fields

permittedValues

java.lang.Object[] permittedValues

Class jade.content.schema.facets.RegexFacet extends java.lang.Object implements Serializable

Serialized Fields

regex

java.lang.String regex

Class jade.content.schema.facets.TypedAggregateFacet extends java.lang.Object implements Serializable

Serialized Fields

type

ObjectSchema type

Package jade.core

Class jade.core.Agent extends java.lang.Object implements Serializable

serialVersionUID: 3487495895819000L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

msgQueueMaxSize

int msgQueueMaxSize

o2aQueueSize

int o2aQueueSize

o2aManager

Behaviour o2aManager

o2aInterfaces

java.util.Map<K,V> o2aInterfaces

myName

java.lang.String myName

myAID

AID myAID

myHap

java.lang.String myHap

myScheduler

jade.core.Scheduler myScheduler

restarting

boolean restarting

myLifeCycle

LifeCycle myLifeCycle

myBufferedLifeCycle

LifeCycle myBufferedLifeCycle

myActiveLifeCycle

LifeCycle myActiveLifeCycle

terminating

boolean terminating
This flag is used to distinguish the normal AP_ACTIVE state from the particular case in which the agent state is set to AP_ACTIVE during agent termination (takeDown()) to allow it to clean-up properly. In this case in fact a call to doDelete(), doMove(), doClone() and doSuspend() should have no effect.


generateBehaviourEvents

boolean generateBehaviourEvents
When set to false (default) all behaviour-related events (such as ADDED_BEHAVIOUR or CHANGED_BEHAVIOUR_STATE) are not generated in order to improve performances. These events in facts are very frequent.


theContentManager

ContentManager theContentManager

Class jade.core.Agent.Interrupted extends java.lang.Error implements Serializable

Class jade.core.AID extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

hashCode

int hashCode

addresses

List addresses

resolvers

List resolvers

userDefSlots

Properties userDefSlots

Class jade.core.BackEndContainer.AgentImage extends Agent implements Serializable

Class jade.core.BaseNode extends java.lang.Object implements Serializable

Serialized Fields

myName

java.lang.String myName

hasLocalPM

boolean hasLocalPM

Class jade.core.BehaviourID extends java.lang.Object implements Serializable

Serialized Fields

code

int code

name

java.lang.String name

className

java.lang.String className

kind

java.lang.String kind

children

List children

Class jade.core.CallbackInvokator extends java.lang.Object implements Serializable

Class jade.core.CaseInsensitiveString extends java.lang.Object implements Serializable

Serialized Fields

s

java.lang.String s
 

hashCode

int hashCode

Class jade.core.ContainerID extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

protocol

java.lang.String protocol

address

java.lang.String address

port

java.lang.String port

main

java.lang.Boolean main

Class jade.core.GenericCommand extends java.lang.Object implements Serializable

Serialized Fields

principal

jade.security.JADEPrincipal principal

creds

jade.security.Credentials creds

myName

java.lang.String myName

myService

java.lang.String myService

myInteraction

java.lang.String myInteraction

params

List params

returnValue

java.lang.Object returnValue

Class jade.core.IMTPException extends WrapperException implements Serializable

Class jade.core.LifeCycle extends java.lang.Object implements Serializable

Serialized Fields

myAgent

Agent myAgent

myState

int myState

Class jade.core.NameClashException extends java.lang.Exception implements Serializable

Class jade.core.NodeDescriptor extends java.lang.Object implements Serializable

Serialized Fields

myName

java.lang.String myName

myNode

Node myNode

parentNode

Node parentNode

myContainer

ContainerID myContainer

username

java.lang.String username

password

byte[] password

myPrincipal

jade.security.JADEPrincipal myPrincipal

ownerPrincipal

jade.security.JADEPrincipal ownerPrincipal

ownerCredentials

jade.security.Credentials ownerCredentials

Class jade.core.NotFoundException extends java.lang.Exception implements Serializable

Class jade.core.PlatformID extends java.lang.Object implements Serializable

Serialized Fields

_amsAID

AID _amsAID

Class jade.core.PostponedException extends java.lang.RuntimeException implements Serializable

Class jade.core.ProfileException extends WrapperException implements Serializable

Class jade.core.ScalabilityTest.BitrateReceiverAgent extends Agent implements Serializable

Serialized Fields

firstReceived

boolean firstReceived

terminated

boolean terminated

startTime

long startTime

cnt

int cnt

Class jade.core.ScalabilityTest.BitrateSenderAgent extends Agent implements Serializable

Serialized Fields

msg

ACLMessage msg

myReceiver

AID myReceiver

Class jade.core.ScalabilityTest.RTTReceiverAgent extends Agent implements Serializable

Class jade.core.ScalabilityTest.RTTSenderAgent extends Agent implements Serializable

Serialized Fields

msg

ACLMessage msg

myReceiver

AID myReceiver

myTemplate

MessageTemplate myTemplate

totalCoupleTime

long totalCoupleTime

totalCoupleTime2

long totalCoupleTime2

terminated

boolean terminated

cnt

int cnt

Class jade.core.Service.SliceProxy extends SliceProxy implements Serializable

Class jade.core.ServiceDescriptor extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

myName

java.lang.String myName

myIsMandatory

boolean myIsMandatory

serviceClass

java.lang.String serviceClass

Class jade.core.ServiceException extends WrapperException implements Serializable

Class jade.core.ServiceNotActiveException extends ServiceException implements Serializable

Class jade.core.SliceProxy extends java.lang.Object implements Serializable

Serialized Fields

myNode

Node myNode

Class jade.core.UnreachableException extends WrapperException implements Serializable


Package jade.core.behaviours

Class jade.core.behaviours.Behaviour extends java.lang.Object implements Serializable

serialVersionUID: 3487495895819001L

Serialized Fields

myName

java.lang.String myName

startFlag

boolean startFlag

myAgent

Agent myAgent
The agent this behaviour belongs to. This is an instance variable that holds a reference to the Agent object and allows the usage of its methods within the body of the behaviour. As the class Behaviour is the superclass of all the other behaviour classes, this variable is always available. Of course, remind to use the appropriate constructor, i.e. the one that accepts an agent object as argument; otherwise, this variable is set to null.


runnableState

boolean runnableState
Flag indicating whether this Behaviour is runnable or not


restartCounter

long restartCounter

executionState

java.lang.String executionState

myEvent

Behaviour.RunnableChangedEvent myEvent
This event object will be re-used for every state change notification.


myStore

DataStore myStore
The private data store of this Behaviour


wrappedParent

CompositeBehaviour wrappedParent

parent

CompositeBehaviour parent

Class jade.core.behaviours.Behaviour.RunnableChangedEvent extends java.lang.Object implements Serializable

serialVersionUID: 3487495895819002L

Serialized Fields

runnable

boolean runnable
 

direction

int direction
 

Class jade.core.behaviours.CompositeBehaviour extends Behaviour implements Serializable

Serialized Fields

starting

boolean starting
This variable marks the state when no child-behaviour has been run yet.


finished

boolean finished
This variable marks the state when all child-behaviours have been run.


currentDone

boolean currentDone

currentResult

int currentResult

currentExecuted

boolean currentExecuted

Class jade.core.behaviours.CyclicBehaviour extends SimpleBehaviour implements Serializable

Class jade.core.behaviours.DataStore extends HashMap implements Serializable

Class jade.core.behaviours.FSMBehaviour extends SerialBehaviour implements Serializable

Serialized Fields

states

Map states

current

Behaviour current

lastStates

List lastStates

currentName

java.lang.String currentName

previousName

java.lang.String previousName

firstName

java.lang.String firstName

lastExitValue

int lastExitValue

transitionForced

boolean transitionForced

forcedTransitionDest

java.lang.String forcedTransitionDest

theTransitionTable

jade.core.behaviours.FSMBehaviour.TransitionTable theTransitionTable

myLogger

Logger myLogger

Class jade.core.behaviours.LoaderBehaviour extends Behaviour implements Serializable

Serialized Fields

codec

Codec codec

onto

Ontology onto

myContentManager

ContentManager myContentManager

localLoader

java.lang.ClassLoader localLoader

myTemplate

MessageTemplate myTemplate

finished

boolean finished

Class jade.core.behaviours.OneShotBehaviour extends SimpleBehaviour implements Serializable

Class jade.core.behaviours.OntologyServer extends CyclicBehaviour implements Serializable

serialVersionUID: -2997404961058073783L

Serialized Fields

serverDelegate

java.lang.Object serverDelegate

onto

Ontology onto

codec

Codec codec

servedPerformatives

int[] servedPerformatives

ignoredConversations

ConversationList ignoredConversations

template

MessageTemplate template

cachedMethods

java.util.Map<K,V> cachedMethods

receivedContentElement

ContentElement receivedContentElement

myLogger

Logger myLogger

Class jade.core.behaviours.ParallelBehaviour extends CompositeBehaviour implements Serializable

Serialized Fields

whenToStop

int whenToStop

subBehaviours

jade.core.behaviours.BehaviourList subBehaviours

blockedChildren

java.util.Hashtable<K,V> blockedChildren

terminatedChildren

jade.core.behaviours.BehaviourList terminatedChildren

Class jade.core.behaviours.ReceiverBehaviour extends Behaviour implements Serializable

Serialized Fields

template

MessageTemplate template
 

future

jade.core.behaviours.ReceiverBehaviour.MessageFuture future
 

timeOut

long timeOut
 

timeToWait

long timeToWait
 

blockingTime

long blockingTime
 

finished

boolean finished
 

Class jade.core.behaviours.ReceiverBehaviour.NotYetReady extends java.lang.Exception implements Serializable

Class jade.core.behaviours.ReceiverBehaviour.TimedOut extends java.lang.Exception implements Serializable

Class jade.core.behaviours.SenderBehaviour extends OneShotBehaviour implements Serializable

Serialized Fields

message

ACLMessage message
 

Class jade.core.behaviours.SequentialBehaviour extends SerialBehaviour implements Serializable

Serialized Fields

subBehaviours

List subBehaviours

current

int current

Class jade.core.behaviours.SerialBehaviour extends CompositeBehaviour implements Serializable

Class jade.core.behaviours.SimpleBehaviour extends Behaviour implements Serializable

Class jade.core.behaviours.ThreadedBehaviourFactory.ThreadedBehaviourWrapper extends Behaviour implements Serializable

Serialized Fields

myThread

java.lang.Thread myThread

myBehaviour

Behaviour myBehaviour

restarted

boolean restarted

finished

boolean finished

suspended

boolean suspended

exitValue

int exitValue

threadState

java.lang.String threadState

Class jade.core.behaviours.TickerBehaviour extends SimpleBehaviour implements Serializable

Serialized Fields

wakeupTime

long wakeupTime

period

long period

finished

boolean finished

tickCount

int tickCount

fixedPeriod

boolean fixedPeriod

startTime

long startTime

Class jade.core.behaviours.WakerBehaviour extends SimpleBehaviour implements Serializable

Serialized Fields

wakeupTime

long wakeupTime
 

blockTime

long blockTime
 

timeout

long timeout
 

state

int state
 

finished

boolean finished
 

Class jade.core.behaviours.WrapperBehaviour extends Behaviour implements Serializable

Serialized Fields

wrappedBehaviour

Behaviour wrappedBehaviour

Package jade.core.event

Class jade.core.event.AgentEvent extends JADEEvent implements Serializable

Serialized Fields

agent

AID agent

behaviour

BehaviourID behaviour

from

AgentState from

to

AgentState to

behaviourFrom

java.lang.String behaviourFrom

behaviourTo

java.lang.String behaviourTo

oldPrincipal

jade.security.JADEPrincipal oldPrincipal

newPrincipal

jade.security.JADEPrincipal newPrincipal

Class jade.core.event.ContainerEvent extends JADEEvent implements Serializable

Serialized Fields

agent

AID agent

Class jade.core.event.JADEEvent extends Event implements Serializable

Serialized Fields

time

java.util.Date time

Class jade.core.event.MessageEvent extends JADEEvent implements Serializable

Serialized Fields

message

ACLMessage message

sender

AID sender

receiver

AID receiver

from

Channel from

to

Channel to

Class jade.core.event.MTPEvent extends JADEEvent implements Serializable

Serialized Fields

chan

Channel chan

env

Envelope env

payload

byte[] payload

Class jade.core.event.NotificationProxy extends SliceProxy implements Serializable

Class jade.core.event.PlatformEvent extends JADEEvent implements Serializable

Serialized Fields

newContainer

ContainerID newContainer

myPlatformName

java.lang.String myPlatformName

agent

AID agent

oldOwnership

java.lang.String oldOwnership

newOwnership

java.lang.String newOwnership

containerRemoved

boolean containerRemoved

Package jade.domain

Class jade.domain.ams extends Agent implements Serializable

Serialized Fields

amsMaxResults

int amsMaxResults

logger

Logger logger

myPlatform

AgentManager myPlatform

codec

Codec codec

toolNotification

ACLMessage toolNotification

eventQueue

InputQueue eventQueue

queueFeeder

AMSEventQueueFeeder queueFeeder

pendingNewAgents

java.util.Hashtable<K,V> pendingNewAgents

pendingDeadAgents

java.util.Hashtable<K,V> pendingDeadAgents

pendingClonedAgents

java.util.Hashtable<K,V> pendingClonedAgents

pendingMovedAgents

java.util.Hashtable<K,V> pendingMovedAgents

pendingRemovedContainers

java.util.Hashtable<K,V> pendingRemovedContainers

theProfile

APDescription theProfile

Class jade.domain.df extends GuiAgent implements Serializable

Serialized Fields

searchIdCache

HashCache searchIdCache

searchIdCnt

int searchIdCnt

children

List children

parents

List parents

dscDFParentMap

HashMap dscDFParentMap

pendingRequests

HashMap pendingRequests

gui

DFGUIInterface gui

myDescription

DFAgentDescription myDescription

codec

Codec codec

tbf

ThreadedBehaviourFactory tbf

amsSubscriber

AMSSubscriber amsSubscriber

maxResultLimit

int maxResultLimit

maxLeaseTime

java.util.Date maxLeaseTime

agentDescriptions

jade.domain.KBManagement.KB agentDescriptions

subManager

jade.domain.KBSubscriptionManager subManager

dfSubscriptionResponder

SubscriptionResponder dfSubscriptionResponder

logger

Logger logger

Class jade.domain.FIPAException extends java.lang.Exception implements Serializable

Serialized Fields

msg

ACLMessage msg

content

java.lang.String content

Class jade.domain.RequestFIPAServiceBehaviour extends SimpleAchieveREInitiator implements Serializable

Serialized Fields

lastMsg

ACLMessage lastMsg
 

notYetReady

boolean notYetReady
 

timeout

long timeout
 

outcome

FIPAException outcome
 

Class jade.domain.RequestFIPAServiceBehaviour.NotYetReady extends java.lang.Exception implements Serializable

Class jade.domain.RequestManagementBehaviour extends SimpleAchieveREResponder implements Serializable

Serialized Fields

notification

ACLMessage notification

myLogger

Logger myLogger

Package jade.domain.DFGUIManagement

Class jade.domain.DFGUIManagement.DeregisterFrom extends java.lang.Object implements Serializable

Serialized Fields

df

AID df

description

DFAgentDescription description

Class jade.domain.DFGUIManagement.DFAppletOntology extends Ontology implements Serializable

Class jade.domain.DFGUIManagement.Federate extends java.lang.Object implements Serializable

Serialized Fields

df

AID df

description

DFAgentDescription description

Class jade.domain.DFGUIManagement.GetDescription extends java.lang.Object implements Serializable

Class jade.domain.DFGUIManagement.GetDescriptionUsed extends java.lang.Object implements Serializable

Serialized Fields

parentDF

AID parentDF

Class jade.domain.DFGUIManagement.GetParents extends java.lang.Object implements Serializable

Class jade.domain.DFGUIManagement.ModifyOn extends java.lang.Object implements Serializable

Serialized Fields

df

AID df

description

DFAgentDescription description

Class jade.domain.DFGUIManagement.RegisterWith extends java.lang.Object implements Serializable

Serialized Fields

df

AID df

description

DFAgentDescription description

Class jade.domain.DFGUIManagement.SearchOn extends java.lang.Object implements Serializable

Serialized Fields

df

AID df

description

DFAgentDescription description

constraints

SearchConstraints constraints

Package jade.domain.FIPAAgentManagement

Class jade.domain.FIPAAgentManagement.AlreadyRegistered extends FailureException implements Serializable

Class jade.domain.FIPAAgentManagement.AMSAgentDescription extends java.lang.Object implements Serializable

Serialized Fields

name

AID name

ownership

java.lang.String ownership

state

java.lang.String state

Class jade.domain.FIPAAgentManagement.APDescription extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

services

List services

Class jade.domain.FIPAAgentManagement.APService extends java.lang.Object implements Serializable

Serialized Fields

addresses

List addresses

name

java.lang.String name

type

java.lang.String type

Class jade.domain.FIPAAgentManagement.Deregister extends java.lang.Object implements Serializable

Serialized Fields

description

java.lang.Object description

Class jade.domain.FIPAAgentManagement.DFAgentDescription extends java.lang.Object implements Serializable

Serialized Fields

name

AID name

services

List services

interactionProtocols

List interactionProtocols

ontology

List ontology

language

List language

leaseTime

java.util.Date leaseTime

Class jade.domain.FIPAAgentManagement.Envelope extends java.lang.Object implements Serializable

Serialized Fields

to

ArrayList to
 

from

AID from
 

comments

java.lang.String comments
 

aclRepresentation

java.lang.String aclRepresentation
 

payloadLength

java.lang.Long payloadLength
 

payloadEncoding

java.lang.String payloadEncoding
 

date

java.util.Date date
 

intendedReceiver

ArrayList intendedReceiver
 

transportBehaviour

Properties transportBehaviour
 

stamps

ArrayList stamps
 

properties

ArrayList properties
 

Class jade.domain.FIPAAgentManagement.ExceptionOntology extends Ontology implements Serializable

Class jade.domain.FIPAAgentManagement.FailureException extends FIPAException implements Serializable

Class jade.domain.FIPAAgentManagement.FIPAManagementOntology extends Ontology implements Serializable

Class jade.domain.FIPAAgentManagement.GetDescription extends java.lang.Object implements Serializable

Class jade.domain.FIPAAgentManagement.InternalError extends FailureException implements Serializable

Serialized Fields

s1

java.lang.String s1
 

Class jade.domain.FIPAAgentManagement.MissingArgument extends RefuseException implements Serializable

Serialized Fields

s1

java.lang.String s1
 

Class jade.domain.FIPAAgentManagement.MissingParameter extends RefuseException implements Serializable

Serialized Fields

s1

java.lang.String s1
 

s2

java.lang.String s2
 

Class jade.domain.FIPAAgentManagement.Modify extends java.lang.Object implements Serializable

Serialized Fields

description

java.lang.Object description

Class jade.domain.FIPAAgentManagement.NotRegistered extends FailureException implements Serializable

Class jade.domain.FIPAAgentManagement.NotUnderstoodException extends FIPAException implements Serializable

Class jade.domain.FIPAAgentManagement.Property extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.Object value

Class jade.domain.FIPAAgentManagement.ReceivedObject extends java.lang.Object implements Serializable

Serialized Fields

by

java.lang.String by

from

java.lang.String from

date

java.util.Date date

id

java.lang.String id

via

java.lang.String via

Class jade.domain.FIPAAgentManagement.RefuseException extends FIPAException implements Serializable

Class jade.domain.FIPAAgentManagement.Register extends java.lang.Object implements Serializable

Serialized Fields

description

java.lang.Object description

Class jade.domain.FIPAAgentManagement.Search extends java.lang.Object implements Serializable

Serialized Fields

description

java.lang.Object description

constraints

SearchConstraints constraints

Class jade.domain.FIPAAgentManagement.SearchConstraints extends java.lang.Object implements Serializable

Serialized Fields

max_depth

java.lang.Long max_depth

max_results

java.lang.Long max_results

search_id

java.lang.String search_id

cnt

int cnt

Class jade.domain.FIPAAgentManagement.ServiceDescription extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

type

java.lang.String type

ownership

java.lang.String ownership

interactionProtocols

List interactionProtocols

ontology

List ontology

language

List language

properties

List properties

Class jade.domain.FIPAAgentManagement.Unauthorised extends RefuseException implements Serializable

Class jade.domain.FIPAAgentManagement.UnexpectedAct extends NotUnderstoodException implements Serializable

Serialized Fields

s

java.lang.String s
 

Class jade.domain.FIPAAgentManagement.UnexpectedArgument extends RefuseException implements Serializable

Serialized Fields

s1

java.lang.String s1
 

Class jade.domain.FIPAAgentManagement.UnexpectedArgumentCount extends RefuseException implements Serializable

Class jade.domain.FIPAAgentManagement.UnexpectedParameter extends RefuseException implements Serializable

Serialized Fields

s1

java.lang.String s1
 

s2

java.lang.String s2
 

Class jade.domain.FIPAAgentManagement.UnrecognisedParameterValue extends RefuseException implements Serializable

Serialized Fields

s1

java.lang.String s1
 

s2

java.lang.String s2
 

Class jade.domain.FIPAAgentManagement.UnrecognisedValue extends NotUnderstoodException implements Serializable

Serialized Fields

s

java.lang.String s
 

Class jade.domain.FIPAAgentManagement.UnsupportedAct extends NotUnderstoodException implements Serializable

Serialized Fields

s

java.lang.String s

Class jade.domain.FIPAAgentManagement.UnsupportedFunction extends RefuseException implements Serializable

Serialized Fields

s

java.lang.String s
 

Class jade.domain.FIPAAgentManagement.UnsupportedValue extends NotUnderstoodException implements Serializable

Serialized Fields

s

java.lang.String s
 

Package jade.domain.introspection

Class jade.domain.introspection.ACLMessage extends java.lang.Object implements Serializable

Serialized Fields

env

Envelope env

payload

java.lang.String payload

Class jade.domain.introspection.AddedBehaviour extends java.lang.Object implements Serializable

Serialized Fields

agent

AID agent

behaviour

BehaviourID behaviour

Class jade.domain.introspection.AddedContainer extends java.lang.Object implements Serializable

Serialized Fields

container

ContainerID container

ownership

java.lang.String ownership

Class jade.domain.introspection.AddedMTP extends java.lang.Object implements Serializable

Serialized Fields

address

java.lang.String address

proto

java.lang.String proto

where

ContainerID where

Class jade.domain.introspection.AMSSubscriber extends SimpleBehaviour implements Serializable

Serialized Fields

ams

AID ams

AMSSubscription

ACLMessage AMSSubscription

AMSCancellation

ACLMessage AMSCancellation

listenTemplate

MessageTemplate listenTemplate

active

boolean active

handlers

java.util.Map<K,V> handlers

Class jade.domain.introspection.BornAgent extends java.lang.Object implements Serializable

Serialized Fields

agent

AID agent

where

ContainerID where

state

java.lang.String state

ownership

java.lang.String ownership

className

java.lang.String className

Class jade.domain.introspection.ChangedAgentOwnership extends java.lang.Object implements Serializable

Serialized Fields

agent

AID agent

from

java.lang.String from

to

java.lang.String to

where

ContainerID where

Class jade.domain.introspection.ChangedAgentState extends java.lang.Object implements Serializable

Serialized Fields

agent

AID agent

from

AgentState from

to

AgentState to

Class jade.domain.introspection.ChangedBehaviourState extends java.lang.Object implements Serializable

Serialized Fields

agent

AID agent

behaviour

BehaviourID behaviour

from

java.lang.String from

to

java.lang.String to

Class jade.domain.introspection.DeadAgent extends java.lang.Object implements Serializable

Serialized Fields

agent

AID agent

where

ContainerID where

containerRemoved

java.lang.Boolean containerRemoved

Class jade.domain.introspection.EventRecord extends java.lang.Object implements Serializable

Serialized Fields

what

Event what

when

java.util.Date when

where

Location where

Class jade.domain.introspection.FrozenAgent extends java.lang.Object implements Serializable

Serialized Fields

agent

AID agent

where

ContainerID where

bufferContainer

ContainerID bufferContainer

Class jade.domain.introspection.GetKeys extends java.lang.Object implements Serializable

Class jade.domain.introspection.GetValue extends java.lang.Object implements Serializable

Serialized Fields

key

java.lang.String key

Class jade.domain.introspection.IntrospectionOntology extends Ontology implements Serializable

Class jade.domain.introspection.IntrospectionServer extends CyclicBehaviour implements Serializable

Serialized Fields

codec

Codec codec

onto

Ontology onto

template

MessageTemplate template

Class jade.domain.introspection.KillContainerRequested extends java.lang.Object implements Serializable

Serialized Fields

container

ContainerID container

Class jade.domain.introspection.MovedAgent extends java.lang.Object implements Serializable

Serialized Fields

agent

AID agent

from

ContainerID from

to

ContainerID to

Class jade.domain.introspection.Occurred extends java.lang.Object implements Serializable

Serialized Fields

arg

EventRecord arg

Class jade.domain.introspection.PlatformDescription extends java.lang.Object implements Serializable

Serialized Fields

platform

APDescription platform

Class jade.domain.introspection.PostedMessage extends java.lang.Object implements Serializable

Serialized Fields

message

ACLMessage message

sender

AID sender

receiver

AID receiver

Class jade.domain.introspection.ReceivedMessage extends java.lang.Object implements Serializable

Serialized Fields

sender

AID sender

receiver

AID receiver

message

ACLMessage message

Class jade.domain.introspection.RemovedBehaviour extends java.lang.Object implements Serializable

Serialized Fields

agent

AID agent

behaviour

BehaviourID behaviour

Class jade.domain.introspection.RemovedContainer extends java.lang.Object implements Serializable

Serialized Fields

container

ContainerID container

Class jade.domain.introspection.RemovedMTP extends java.lang.Object implements Serializable

Serialized Fields

address

java.lang.String address

proto

java.lang.String proto

where

ContainerID where

Class jade.domain.introspection.ResetEvents extends java.lang.Object implements Serializable

Class jade.domain.introspection.ResumedAgent extends java.lang.Object implements Serializable

Serialized Fields

agent

AID agent

where

ContainerID where

Class jade.domain.introspection.RoutedMessage extends java.lang.Object implements Serializable

Serialized Fields

from

Channel from

to

Channel to

message

ACLMessage message

Class jade.domain.introspection.SentMessage extends java.lang.Object implements Serializable

Serialized Fields

sender

AID sender

receiver

AID receiver

message

ACLMessage message

Class jade.domain.introspection.ShutdownPlatformRequested extends java.lang.Object implements Serializable

Class jade.domain.introspection.StartNotify extends java.lang.Object implements Serializable

Serialized Fields

observed

AID observed

events

List events

Class jade.domain.introspection.StopNotify extends java.lang.Object implements Serializable

Serialized Fields

observed

AID observed

events

List events

Class jade.domain.introspection.SuspendedAgent extends java.lang.Object implements Serializable

Serialized Fields

agent

AID agent

where

ContainerID where

Class jade.domain.introspection.ThawedAgent extends java.lang.Object implements Serializable

Serialized Fields

agent

AID agent

where

ContainerID where

bufferContainer

ContainerID bufferContainer

Package jade.domain.JADEAgentManagement

Class jade.domain.JADEAgentManagement.CreateAgent extends java.lang.Object implements Serializable

Serialized Fields

agentName

java.lang.String agentName

className

java.lang.String className

arguments

List arguments

container

ContainerID container

owner

jade.security.JADEPrincipal owner

initialCredentials

jade.security.Credentials initialCredentials

Class jade.domain.JADEAgentManagement.DebugOff extends java.lang.Object implements Serializable

Serialized Fields

debugger

AID debugger

debuggedAgents

List debuggedAgents

password

java.lang.String password

Class jade.domain.JADEAgentManagement.DebugOn extends java.lang.Object implements Serializable

Serialized Fields

debugger

AID debugger

debuggedAgents

List debuggedAgents

password

java.lang.String password

Class jade.domain.JADEAgentManagement.InstallMTP extends java.lang.Object implements Serializable

Serialized Fields

address

java.lang.String address

container

ContainerID container

className

java.lang.String className

Class jade.domain.JADEAgentManagement.JADEManagementOntology extends Ontology implements Serializable

Class jade.domain.JADEAgentManagement.KillAgent extends java.lang.Object implements Serializable

Serialized Fields

agent

AID agent

password

java.lang.String password

Class jade.domain.JADEAgentManagement.KillContainer extends java.lang.Object implements Serializable

Serialized Fields

container

ContainerID container

password

java.lang.String password

Class jade.domain.JADEAgentManagement.QueryAgentsOnLocation extends java.lang.Object implements Serializable

Serialized Fields

location

Location location

Class jade.domain.JADEAgentManagement.QueryPlatformLocationsAction extends java.lang.Object implements Serializable

Class jade.domain.JADEAgentManagement.ShowGui extends java.lang.Object implements Serializable

Class jade.domain.JADEAgentManagement.ShutdownPlatform extends java.lang.Object implements Serializable

Class jade.domain.JADEAgentManagement.SniffOff extends java.lang.Object implements Serializable

Serialized Fields

sniffer

AID sniffer

sniffedAgents

List sniffedAgents

password

java.lang.String password

Class jade.domain.JADEAgentManagement.SniffOn extends java.lang.Object implements Serializable

Serialized Fields

sniffer

AID sniffer

sniffedAgents

List sniffedAgents

password

java.lang.String password

Class jade.domain.JADEAgentManagement.UninstallMTP extends java.lang.Object implements Serializable

Serialized Fields

address

java.lang.String address

container

ContainerID container

Class jade.domain.JADEAgentManagement.WhereIsAgentAction extends java.lang.Object implements Serializable

Serialized Fields

agentName

AID agentName

Package jade.domain.mobility

Class jade.domain.mobility.BehaviourLoadingOntology extends Ontology implements Serializable

Class jade.domain.mobility.CloneAction extends MoveAction implements Serializable

Serialized Fields

newName

java.lang.String newName

Class jade.domain.mobility.LoadBehaviour extends java.lang.Object implements Serializable

Serialized Fields

className

java.lang.String className

code

byte[] code

zip

byte[] zip

parameters

List parameters

Class jade.domain.mobility.MobileAgentDescription extends java.lang.Object implements Serializable

Serialized Fields

name

AID name

destination

Location destination

agentProfile

MobileAgentProfile agentProfile

agentVersion

java.lang.String agentVersion

signature

java.lang.String signature

Class jade.domain.mobility.MobileAgentLanguage extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

majorVersion

java.lang.Long majorVersion

minorVersion

java.lang.Long minorVersion

dependencies

java.lang.String dependencies

Class jade.domain.mobility.MobileAgentOS extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

majorVersion

java.lang.Long majorVersion

minorVersion

java.lang.Long minorVersion

dependencies

java.lang.String dependencies

Class jade.domain.mobility.MobileAgentProfile extends java.lang.Object implements Serializable

Serialized Fields

system

MobileAgentSystem system

language

MobileAgentLanguage language

os

MobileAgentOS os

Class jade.domain.mobility.MobileAgentSystem extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

majorVersion

java.lang.Long majorVersion

minorVersion

java.lang.Long minorVersion

dependencies

java.lang.String dependencies

Class jade.domain.mobility.MobilityOntology extends Ontology implements Serializable

Class jade.domain.mobility.MoveAction extends java.lang.Object implements Serializable

Serialized Fields

agentToMove

MobileAgentDescription agentToMove

Class jade.domain.mobility.Parameter extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.Object value

mode

int mode

Package jade.gui

Class jade.gui.AboutJadeAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

gui

javax.swing.JFrame gui
 

label

javax.swing.JLabel label
 

dark_blue

java.awt.Color dark_blue
 

logojade

java.lang.String logojade
 

check

java.lang.String check

logocselt

java.lang.String logocselt
 

Class jade.gui.AclGui extends javax.swing.JPanel implements Serializable

Serialized Fields

ownerGui

java.awt.Component ownerGui

logger

Logger logger

SenderAID

AID SenderAID

newAIDSender

AID newAIDSender

fromAID

AID fromAID

newAIDFrom

AID newAIDFrom

receiverListPanel

VisualAIDList receiverListPanel

replyToListPanel

VisualAIDList replyToListPanel

propertiesListPanel

VisualPropertiesList propertiesListPanel

guiEnabledFlag

boolean guiEnabledFlag

sender

javax.swing.JTextField sender

senderEnabledFlag

boolean senderEnabledFlag

communicativeAct

javax.swing.JComboBox communicativeAct

content

javax.swing.JTextArea content

language

javax.swing.JTextField language

ontology

javax.swing.JTextField ontology

protocol

javax.swing.JComboBox protocol

conversationId

javax.swing.JTextField conversationId

inReplyTo

javax.swing.JTextField inReplyTo

replyWith

javax.swing.JTextField replyWith

replyBy

javax.swing.JTextField replyBy

encoding

javax.swing.JTextField encoding

replyBySet

javax.swing.JButton replyBySet

replyByDate

java.util.Date replyByDate

dateDate

java.util.Date dateDate

dateRecDate

java.util.Date dateRecDate

lm

java.awt.GridBagLayout lm

constraint

java.awt.GridBagConstraints constraint

leftBorder

int leftBorder

rightBorder

int rightBorder

topBorder

int topBorder

bottomBorder

int bottomBorder

xSpacing

int xSpacing

ySpacing

int ySpacing

gridNCol

int gridNCol

gridNRow

int gridNRow

colWidth

int[] colWidth

fipaActVector

java.util.Vector<E> fipaActVector

fipaProtocolArrayList

java.util.ArrayList<E> fipaProtocolArrayList

lastSelectedIndex

int lastSelectedIndex

lastSelectedItem

java.lang.String lastSelectedItem

aclPanel

javax.swing.JPanel aclPanel

minDim

java.awt.Dimension minDim

firstPaintFlag

boolean firstPaintFlag

senderButton

javax.swing.JButton senderButton

toPanel

VisualAIDList toPanel

from

javax.swing.JTextField from

comments

javax.swing.JTextArea comments

representation

javax.swing.JTextField representation

payloadLength

javax.swing.JTextField payloadLength

payloadEncoding

javax.swing.JTextField payloadEncoding

date

javax.swing.JTextField date

intendedReceiverPanel

VisualAIDList intendedReceiverPanel

defaultEnvelopeButton

javax.swing.JButton defaultEnvelopeButton

fromButton

javax.swing.JButton fromButton

dateButton

javax.swing.JButton dateButton

dateRecButton

javax.swing.JButton dateRecButton

by

javax.swing.JTextField by

fromRec

javax.swing.JTextField fromRec

dateRec

javax.swing.JTextField dateRec

via

javax.swing.JTextField via

id

javax.swing.JTextField id

slFormatter

jade.tools.sl.SLFormatter slFormatter

Class jade.gui.AgentTree extends javax.swing.JPanel implements Serializable

Serialized Fields

tree

javax.swing.JTree tree

mapDescriptor

java.util.Map<K,V> mapDescriptor

localPlatformName

java.lang.String localPlatformName

Class jade.gui.AgentTree.AgentNode extends AgentTree.Node implements Serializable

Serialized Fields

agentType

java.lang.String agentType

agentAddress

java.lang.String agentAddress

Class jade.gui.AgentTree.ContainerNode extends AgentTree.Node implements Serializable

Serialized Fields

addressmachine

java.net.InetAddress addressmachine

containerType

java.lang.String containerType

Class jade.gui.AgentTree.LocalPlatformFolderNode extends AgentTree.Node implements Serializable

Class jade.gui.AgentTree.Node extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

img

javax.swing.Icon img

name

java.lang.String name

state

java.lang.String state

ownership

java.lang.String ownership

greyOut

boolean greyOut

Class jade.gui.AgentTree.RemoteAgentNode extends AgentTree.AgentNode implements Serializable

Serialized Fields

amsd

AMSAgentDescription amsd

Class jade.gui.AgentTree.RemotePlatformNode extends AgentTree.Node implements Serializable

Serialized Fields

AP_Profile

APDescription AP_Profile

amsAID

AID amsAID

Class jade.gui.AgentTree.RemotePlatformsFolderNode extends AgentTree.Node implements Serializable

Class jade.gui.AgentTree.SuperContainer extends AgentTree.Node implements Serializable

Class jade.gui.AgentTreeModel extends javax.swing.tree.DefaultTreeModel implements Serializable

Class jade.gui.AIDGui extends javax.swing.JDialog implements Serializable

Serialized Fields

editable

boolean editable

checkSlots

boolean checkSlots

agentAID

AID agentAID

nameText

javax.swing.JTextField nameText

isLocalName

javax.swing.JCheckBox isLocalName

addressListPanel

VisualStringList addressListPanel

resolverListPanel

VisualAIDList resolverListPanel

propertiesListPanel

VisualPropertiesList propertiesListPanel

out

AID out

parentGUI

java.awt.Component parentGUI

Class jade.gui.APDescriptionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

platformName_Field

javax.swing.JTextField platformName_Field

MTPs_List

VisualAPServiceList MTPs_List

Class jade.gui.APServicePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

name_Field

javax.swing.JTextField name_Field
 

type_Field

javax.swing.JTextField type_Field
 

address_List

VisualStringList address_List

Class jade.gui.ClassSelectionDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

jContentPane

javax.swing.JPanel jContentPane

jPanel

javax.swing.JPanel jPanel

jButtonOk

javax.swing.JButton jButtonOk

jButtonCancel

javax.swing.JButton jButtonCancel

jLabelStatus

javax.swing.JLabel jLabelStatus

jScrollPane

javax.swing.JScrollPane jScrollPane

jTable

javax.swing.JTable jTable

jTableModel

ClassSelectionDialog.ClassesTableModel jTableModel

result

int result

selectedClassname

java.lang.String selectedClassname

classesLoaded

boolean classesLoaded

classname

java.lang.String classname

classfilter

ClassFinderFilter classfilter

Class jade.gui.ClassSelectionDialog.ClassesTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

dynamicRowData

java.util.Vector<E> dynamicRowData

staticRowData

java.util.Vector<E> staticRowData

Class jade.gui.ConstraintDlg extends javax.swing.JDialog implements Serializable

Serialized Fields

maxDepth

javax.swing.JTextField maxDepth
 

maxResult

javax.swing.JTextField maxResult
 

constraints

SearchConstraints constraints
 

Class jade.gui.DFAgentDscDlg extends javax.swing.JDialog implements Serializable

Serialized Fields

dlgParent

java.awt.Dialog dlgParent
 

dfdAgent

DFAgentDescription dfdAgent
 

out

DFAgentDescription out
 

newAID

AID newAID
 

editable

boolean editable
 

checkSlots

boolean checkSlots
 

ontologiesListPanel

VisualStringList ontologiesListPanel
 

languagesListPanel

VisualStringList languagesListPanel
 

protocolsListPanel

VisualStringList protocolsListPanel
 

servicesListPanel

VisualServicesList servicesListPanel
 

agentName

javax.swing.JTextField agentName
 

setLTDateb

javax.swing.JButton setLTDateb

absDateLeaseTime

java.util.Date absDateLeaseTime

textFieldLeaseTime

javax.swing.JTextField textFieldLeaseTime

Class jade.gui.GuiAgent extends Agent implements Serializable

serialVersionUID: 3487495895819010L

Serialized Fields

guiEventQueue

java.util.Vector<E> guiEventQueue
 

guiEventQueueLock

java.lang.Boolean guiEventQueueLock
 

Class jade.gui.JadeLogoButton extends javax.swing.JButton implements Serializable

Class jade.gui.ServiceDscDlg extends javax.swing.JDialog implements Serializable

Serialized Fields

txtName

javax.swing.JTextField txtName

txtType

javax.swing.JTextField txtType

txtOwner

javax.swing.JTextField txtOwner

ontologiesListPanel

VisualStringList ontologiesListPanel

protocolsListPanel

VisualStringList protocolsListPanel

languagesListPanel

VisualStringList languagesListPanel

propertiesListPanel

VisualPropertiesList propertiesListPanel

serviceDesc

ServiceDescription serviceDesc

out

ServiceDescription out

editable

boolean editable

checkSlots

boolean checkSlots

Class jade.gui.StringDlg extends javax.swing.JDialog implements Serializable

Serialized Fields

hint

java.lang.String hint

txtString

javax.swing.JTextField txtString

out

java.lang.String out

parentGUI

java.awt.Component parentGUI

Class jade.gui.TreeHelp extends javax.swing.JDialog implements Serializable

Serialized Fields

htmlPane

javax.swing.JEditorPane htmlPane
 

helpURL

java.net.URL helpURL
 

playWithLineStyle

boolean playWithLineStyle
 

lineStyle

java.lang.String lineStyle
 

Class jade.gui.TreeIconRenderer extends javax.swing.JLabel implements Serializable

Class jade.gui.UserPropertyGui extends javax.swing.JDialog implements Serializable

Serialized Fields

editable

boolean editable
 

nameValue

javax.swing.JTextField nameValue
 

valueValue

javax.swing.JTextField valueValue
 

out

jade.gui.SingleProperty out
 

thisGui

UserPropertyGui thisGui

parentGUI

java.awt.Component parentGUI

Class jade.gui.VisualAIDList extends VisualStringList implements Serializable

Serialized Fields

checkSlots

boolean checkSlots
 

Class jade.gui.VisualAPServiceList extends VisualStringList implements Serializable

Class jade.gui.VisualPropertiesList extends VisualStringList implements Serializable

Serialized Fields

userDefinedSlots

java.util.Properties userDefinedSlots
 

Class jade.gui.VisualServicesList extends VisualStringList implements Serializable

Serialized Fields

checkSlots

boolean checkSlots
 

Class jade.gui.VisualStringList extends javax.swing.JPanel implements Serializable

Serialized Fields

owner

java.awt.Component owner
 

genericList

javax.swing.JList genericList
 

pane

javax.swing.JScrollPane pane
 

listModel

javax.swing.DefaultListModel listModel
 

popUp

javax.swing.JPopupMenu popUp
 

editItem

javax.swing.JMenuItem editItem
 

addItem

javax.swing.JMenuItem addItem
 

removeItem

javax.swing.JMenuItem removeItem
 

Package jade.lang.acl

Class jade.lang.acl.ACLCodec.CodecException extends java.lang.Exception implements Serializable

Serialized Fields

nested

java.lang.Throwable nested
 

Class jade.lang.acl.ACLMessage extends java.lang.Object implements Serializable

serialVersionUID: 3945353187608998130L

Serialized Fields

performative

int performative
 

source

AID source
 

dests

ArrayList dests

reply_to

ArrayList reply_to

content

java.lang.StringBuffer content
 

byteSequenceContent

byte[] byteSequenceContent

reply_with

java.lang.String reply_with
 

in_reply_to

java.lang.String in_reply_to
 

encoding

java.lang.String encoding
 

language

java.lang.String language
 

ontology

java.lang.String ontology
 

reply_byInMillisec

long reply_byInMillisec
 

protocol

java.lang.String protocol
 

conversation_id

java.lang.String conversation_id
 

userDefProps

Properties userDefProps

messageEnvelope

Envelope messageEnvelope

persistentID

java.lang.Long persistentID

Class jade.lang.acl.ConversationList extends java.lang.Object implements Serializable

Serialized Fields

conversations

java.util.Vector<E> conversations

myAgent

Agent myAgent

cnt

int cnt

myTemplate

MessageTemplate myTemplate

Class jade.lang.acl.MessageTemplate extends java.lang.Object implements Serializable

Serialized Fields

toMatch

MessageTemplate.MatchExpression toMatch
 

Class jade.lang.acl.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class jade.lang.acl.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.

Class jade.lang.acl.UnreadableException extends java.lang.Exception implements Serializable


Package jade.mtp

Class jade.mtp.MTPDescriptor extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

className

java.lang.String className

addresses

java.lang.String[] addresses

protoNames

java.lang.String[] protoNames

persistentID

java.lang.Long persistentID

Class jade.mtp.MTPException extends WrapperException implements Serializable


Package jade.proto

Class jade.proto.AchieveREInitiator extends jade.proto.Initiator implements Serializable

Serialized Fields

REQUEST_KEY

java.lang.String REQUEST_KEY
key to retrieve from the DataStore of the behaviour the ACLMessage object passed in the constructor of the class.


ALL_REQUESTS_KEY

java.lang.String ALL_REQUESTS_KEY
key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that have been sent.


REPLY_KEY

java.lang.String REPLY_KEY
key to retrieve from the DataStore of the behaviour the last ACLMessage object that has been received (null if the timeout expired).


ALL_RESPONSES_KEY

java.lang.String ALL_RESPONSES_KEY
key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that have been received as response.


ALL_RESULT_NOTIFICATIONS_KEY

java.lang.String ALL_RESULT_NOTIFICATIONS_KEY
key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that have been received as result notifications.


allResponsesReceived

boolean allResponsesReceived

toBeReset

java.lang.String[] toBeReset

Class jade.proto.AchieveREResponder extends FSMBehaviour implements Serializable

Serialized Fields

REQUEST_KEY

java.lang.String REQUEST_KEY
key to retrieve from the DataStore of the behaviour the ACLMessage object sent by the initiator.


RESPONSE_KEY

java.lang.String RESPONSE_KEY
key to retrieve from the DataStore of the behaviour the ACLMessage object sent as a response to the initiator.


RESULT_NOTIFICATION_KEY

java.lang.String RESULT_NOTIFICATION_KEY
key to retrieve from the DataStore of the behaviour the ACLMessage object sent as a result notification to the initiator.


rec

jade.proto.states.MsgReceiver rec

Class jade.proto.ContractNetInitiator extends jade.proto.Initiator implements Serializable

Serialized Fields

CFP_KEY

java.lang.String CFP_KEY
key to retrieve from the DataStore of the behaviour the ACLMessage object passed in the constructor of the class.


ALL_CFPS_KEY

java.lang.String ALL_CFPS_KEY
key to retrieve from the DataStore of the behaviour the vector of CFP ACLMessage objects that have to be sent.


ALL_ACCEPTANCES_KEY

java.lang.String ALL_ACCEPTANCES_KEY
key to retrieve from the DataStore of the behaviour the vector of ACCEPT/REJECT_PROPOSAL ACLMessage objects that have to be sent


REPLY_KEY

java.lang.String REPLY_KEY
key to retrieve from the DataStore of the behaviour the last ACLMessage object that has been received (null if the timeout expired).


ALL_RESPONSES_KEY

java.lang.String ALL_RESPONSES_KEY
key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that have been received as response.


ALL_RESULT_NOTIFICATIONS_KEY

java.lang.String ALL_RESULT_NOTIFICATIONS_KEY
key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that have been received as result notifications.


step

int step

skipNextRespFlag

boolean skipNextRespFlag

toBeReset

java.lang.String[] toBeReset

Class jade.proto.ContractNetResponder extends SSContractNetResponder implements Serializable

Serialized Fields

RESPONSE_KEY

java.lang.String RESPONSE_KEY
Deprecated. Use REPLY_KEY

PROPOSE_ACCEPTANCE_KEY

java.lang.String PROPOSE_ACCEPTANCE_KEY
Deprecated. Use either ACCEPT_PROPOSAL_KEY or REJECT_PROPOSAL_KEY according to the message that has been received

RESULT_NOTIFICATION_KEY

java.lang.String RESULT_NOTIFICATION_KEY
Deprecated. Use REPLY_KEY

Class jade.proto.IteratedAchieveREInitiator extends AchieveREInitiator implements Serializable

Serialized Fields

ALL_NEXT_REQUESTS_KEY

java.lang.String ALL_NEXT_REQUESTS_KEY
Key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that will be sent at next round.

Class jade.proto.ProposeInitiator extends FSMBehaviour implements Serializable

Serialized Fields

INITIATION_K

java.lang.String INITIATION_K
key to retrieve from the DataStore of the behaviour the ACLMessage object passed in the constructor of the class.


ALL_INITIATIONS_K

java.lang.String ALL_INITIATIONS_K
key to retrieve from the DataStore of the behaviour the vector of PROPOSE ACLMessage objects that have to be sent.


REPLY_KEY

java.lang.String REPLY_KEY
key to retrieve from the DataStore of the behaviour the last ACLMessage object that has been received (null if the timeout expired).


ALL_RESPONSES_KEY

java.lang.String ALL_RESPONSES_KEY
key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that have been received as responses.


sessions

Map sessions

replyReceiver

jade.proto.states.MsgReceiver replyReceiver

replyTemplate

MessageTemplate replyTemplate

initiation

ACLMessage initiation

toBeReset

java.lang.String[] toBeReset

allResponsesReceived

boolean allResponsesReceived

Class jade.proto.ProposeResponder extends FSMBehaviour implements Serializable

Serialized Fields

PROPOSE_KEY

java.lang.String PROPOSE_KEY
key to retrieve from the DataStore of the behaviour the ACLMessage object sent by the initiator.


RESPONSE_KEY

java.lang.String RESPONSE_KEY
key to retrieve from the DataStore of the behaviour the ACLMessage object sent as a response to the initiator.


rec

jade.proto.states.MsgReceiver rec

Class jade.proto.SimpleAchieveREInitiator extends SimpleBehaviour implements Serializable

Serialized Fields

REQUEST_KEY

java.lang.String REQUEST_KEY
key to retrive from the datastore the ACLMessage passed in the constructor


REQUEST_SENT_KEY

java.lang.String REQUEST_SENT_KEY
key to retrive from the datastore the ACLMessage that has been sent.


SECOND_REPLY_KEY

java.lang.String SECOND_REPLY_KEY
key to retrive the second reply received.


ALL_RESPONSES_KEY

java.lang.String ALL_RESPONSES_KEY
key to retrive all the responses received.


ALL_RESULT_NOTIFICATIONS_KEY

java.lang.String ALL_RESULT_NOTIFICATIONS_KEY
key to retrive the result notification received.


mt

MessageTemplate mt

state

int state

finished

boolean finished

timeout

long timeout

endingTime

long endingTime

logger

Logger logger

Class jade.proto.SimpleAchieveREResponder extends SimpleBehaviour implements Serializable

Serialized Fields

REQUEST_KEY

java.lang.String REQUEST_KEY
See Also:
AchieveREResponder.REQUEST_KEY

RESPONSE_KEY

java.lang.String RESPONSE_KEY
See Also:
AchieveREResponder.RESPONSE_KEY

RESULT_NOTIFICATION_KEY

java.lang.String RESULT_NOTIFICATION_KEY
See Also:
AchieveREResponder.RESULT_NOTIFICATION_KEY

template

MessageTemplate template

state

int state

finished

boolean finished

Class jade.proto.SSContractNetResponder extends jade.proto.SSResponder implements Serializable

Serialized Fields

CFP_KEY

java.lang.String CFP_KEY
Key to retrieve from the DataStore of the behaviour the last received CFP ACLMessage


PROPOSE_KEY

java.lang.String PROPOSE_KEY
Key to retrieve from the DataStore of the behaviour the last sent PROPOSE ACLMessage


ACCEPT_PROPOSAL_KEY

java.lang.String ACCEPT_PROPOSAL_KEY
Key to retrieve from the DataStore of the behaviour the last received ACCEPT_PROPOSAL ACLMessage


REJECT_PROPOSAL_KEY

java.lang.String REJECT_PROPOSAL_KEY
Key to retrieve from the DataStore of the behaviour the last received REJECT_PROPOSAL ACLMessage


proposeSent

boolean proposeSent

Class jade.proto.SSIteratedAchieveREResponder extends jade.proto.SSResponder implements Serializable

Serialized Fields

REQUEST_KEY

java.lang.String REQUEST_KEY
Key to retrieve from the DataStore of the behaviour the last received REQUEST ACLMessage


CANCEL_KEY

java.lang.String CANCEL_KEY
Key to retrieve from the DataStore of the behaviour the last received CANCEL ACLMessage


sessionClosed

boolean sessionClosed

initiationPerformative

int initiationPerformative

Class jade.proto.SSIteratedContractNetResponder extends SSContractNetResponder implements Serializable

Class jade.proto.SSResponderDispatcher extends CyclicBehaviour implements Serializable

Serialized Fields

activeConversations

ConversationList activeConversations

template

MessageTemplate template

Class jade.proto.SubscriptionInitiator extends jade.proto.Initiator implements Serializable

Serialized Fields

SUBSCRIPTION_KEY

java.lang.String SUBSCRIPTION_KEY
key to retrieve from the DataStore of the behaviour the subscription ACLMessage object passed in the constructor of the class.


ALL_SUBSCRIPTIONS_KEY

java.lang.String ALL_SUBSCRIPTIONS_KEY
key to retrieve from the DataStore of the behaviour the vector of subscription ACLMessage objects that have been sent.


REPLY_KEY

java.lang.String REPLY_KEY
key to retrieve from the DataStore of the behaviour the last ACLMessage object that has been received (null if the timeout expired).


ALL_RESPONSES_KEY

java.lang.String ALL_RESPONSES_KEY
key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that have been received as responses.


allResponsesReceived

boolean allResponsesReceived

toBeReset

java.lang.String[] toBeReset

Class jade.proto.SubscriptionResponder extends FSMBehaviour implements Serializable

Serialized Fields

SUBSCRIPTION_KEY

java.lang.String SUBSCRIPTION_KEY
key to retrieve from the DataStore of the behaviour the ACLMessage object sent by the initiator as a subscription.


CANCEL_KEY

java.lang.String CANCEL_KEY
key to retrieve from the DataStore of the behaviour the ACLMessage object sent by the initiator to cancel a subscription.


RESPONSE_KEY

java.lang.String RESPONSE_KEY
key to retrieve from the DataStore of the behaviour the ACLMessage object sent as a response to the initiator.


msgRecBehaviour

jade.proto.states.MsgReceiver msgRecBehaviour

subscriptions

java.util.Hashtable<K,V> subscriptions

notifications

List notifications

mySubscriptionManager

SubscriptionResponder.SubscriptionManager mySubscriptionManager
The SubscriptionManager used by this SubscriptionResponder to register subscriptions

Class jade.proto.TwoPh0Initiator extends jade.proto.Initiator implements Serializable

Serialized Fields

CFP_KEY

java.lang.String CFP_KEY
key to retrieve from the DataStore of the behaviour the ACLMessage object passed in the constructor of the class.


ALL_CFPS_KEY

java.lang.String ALL_CFPS_KEY
key to retrieve from the DataStore of the behaviour the vector of CFP messages that have to be sent.


REPLY_KEY

java.lang.String REPLY_KEY
key to retrieve from the DataStore of the behaviour the last ACLMessage object that has been received (null if the timeout expired).


ALL_RESPONSES_KEY

java.lang.String ALL_RESPONSES_KEY
key to retrieve from the DataStore of the behaviour the vector of all messages that have been received as response.


ALL_PROPOSES_KEY

java.lang.String ALL_PROPOSES_KEY
key to retrieve from the DataStore of the behaviour the vector of PROPOSE messages that have been received as response.


ALL_PENDINGS_KEY

java.lang.String ALL_PENDINGS_KEY
key to retrieve from the DataStore of the behaviour the vector of CFP messages for which a response has not been received yet.


outputKey

java.lang.String outputKey

totSessions

int totSessions

toBeReset

java.lang.String[] toBeReset

Class jade.proto.TwoPh1Initiator extends jade.proto.Initiator implements Serializable

Serialized Fields

QUERYIF_KEY

java.lang.String QUERYIF_KEY
key to retrieve from the DataStore of the behaviour the ACLMessage object passed in the constructor of the class.


ALL_QUERYIFS_KEY

java.lang.String ALL_QUERYIFS_KEY
key to retrieve from the DataStore of the behaviour the Vector of QUERY_IF messages that have to be sent.


REPLY_KEY

java.lang.String REPLY_KEY
key to retrieve from the DataStore of the behaviour the last ACLMessage object that has been received (null if the timeout expired).


ALL_RESPONSES_KEY

java.lang.String ALL_RESPONSES_KEY
key to retrieve from the DataStore of the behaviour the Vector of all messages that have been received as response.


ALL_CONFIRMS_KEY

java.lang.String ALL_CONFIRMS_KEY
key to retrieve from the DataStore of the behaviour the Vector of CONFIRM messages that have been received as response.


ALL_DISCONFIRMS_KEY

java.lang.String ALL_DISCONFIRMS_KEY
key to retrieve from the DataStore of the behaviour the Vector of DISCONFIRM messages that have been received as response.


ALL_INFORMS_KEY

java.lang.String ALL_INFORMS_KEY
key to retrieve from the DataStore of the behaviour the Vector of INFORM messages that have been received as response.


ALL_PENDINGS_KEY

java.lang.String ALL_PENDINGS_KEY
key to retrieve from the DataStore of the behaviour the Vector of QUERY_IF messages for which a response has not been received yet.


outputKey

java.lang.String outputKey

totSessions

int totSessions

toBeReset

java.lang.String[] toBeReset

Class jade.proto.TwoPh2Initiator extends jade.proto.Initiator implements Serializable

Serialized Fields

ACCEPTANCE_KEY

java.lang.String ACCEPTANCE_KEY
key to retrieve from the DataStore of the behaviour the ACLMessage object passed in the constructor of the class.


ALL_ACCEPTANCES_KEY

java.lang.String ALL_ACCEPTANCES_KEY
key to retrieve from the DataStore of the behaviour the vector of ACCEPT_PROPOSAL or REJECT_PROPOSAL messages that have to be sent.


REPLY_KEY

java.lang.String REPLY_KEY
key to retrieve from the DataStore of the behaviour the last ACLMessage object that has been received (null if the timeout expired).


ALL_RESPONSES_KEY

java.lang.String ALL_RESPONSES_KEY
key to retrieve from the DataStore of the behaviour the Vector of all messages that have been received as response.


ALL_INFORMS_KEY

java.lang.String ALL_INFORMS_KEY
key to retrieve from the DataStore of the behaviour the vector of INFORM messages that have been received as response.


ALL_PENDINGS_KEY

java.lang.String ALL_PENDINGS_KEY
key to retrieve from the DataStore of the behaviour the vector of ACCEPT_PROPOSAL or REJECT_PROPOSAL messages for which a response has not been received yet.


toBeReset

java.lang.String[] toBeReset

Class jade.proto.TwoPhInitiator extends FSMBehaviour implements Serializable

Serialized Fields

logging

boolean logging

currentLogging

boolean currentLogging

Class jade.proto.TwoPhResponder extends jade.proto.Responder implements Serializable

Serialized Fields

phase

int phase

Package jade.util

Class jade.util.Event extends java.util.EventObject implements Serializable

Serialized Fields

type

int type
The type of this event.


param

java.util.Vector<E> param

processed

boolean processed

processingResult

java.lang.Object processingResult

Class jade.util.ExtendedProperties extends Properties implements Serializable

Serialized Fields

CRState

boolean CRState

keyNames

java.util.Hashtable<K,V> keyNames

sortVector

java.util.Vector<E> sortVector

logger

Logger logger

Class jade.util.Logger extends java.util.logging.Logger implements Serializable

Serialization Methods

writeReplace

private java.lang.Object writeReplace()
                               throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

Class jade.util.PropertiesException extends java.lang.RuntimeException implements Serializable

Class jade.util.WrapperException extends java.lang.Exception implements Serializable

Serialized Fields

nested

java.lang.Throwable nested

Package jade.util.leap

Class jade.util.leap.ArrayList extends java.lang.Object implements Serializable

serialVersionUID: 3487495895819393L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
A customized readObject() method is needed to ensure compatibility with the J2ME version of this class in serialization/deserialization operations

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
A customized writeObject() method is needed to ensure compatibility with the J2ME version of this class in serialization/deserialization operations.

Throws:
java.io.IOException
Serialized Fields

hiddenList

java.util.Vector<E> hiddenList

Class jade.util.leap.HashMap extends java.lang.Object implements Serializable

serialVersionUID: 3487495895819395L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
A customized readObject() method is needed to ensure compatibility with the J2ME version of this class in serialization/deserialization operations

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
A customized writeObject() method is needed to ensure compatibility with the J2ME version of this class in serialization/deserialization operations

Throws:
java.io.IOException
Serialized Fields

hiddenMap

java.util.Hashtable<K,V> hiddenMap

Class jade.util.leap.HashSet extends java.lang.Object implements Serializable

serialVersionUID: 5439595441274382166L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Class jade.util.leap.LinkedList extends java.lang.Object implements Serializable

serialVersionUID: 3487495895819394L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
A customized readObject() method is needed to ensure compatibility with the J2ME version of this class in serialization/deserialization operations

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
A customized writeObject() method is needed to ensure compatibility with the J2ME version of this class in serialization/deserialization operations

Throws:
java.io.IOException
Serialized Fields

hiddenList

java.util.Vector<E> hiddenList

Class jade.util.leap.Properties extends java.util.Properties implements Serializable

serialVersionUID: 3487495895819396L

Class jade.util.leap.RoundList extends java.lang.Object implements Serializable

Serialized Fields

cur

int cur

l

LinkedList l

Package jade.wrapper

Class jade.wrapper.AgentState extends StateBase implements Serializable

Class jade.wrapper.ControllerException extends java.lang.Exception implements Serializable

Class jade.wrapper.O2AException extends java.lang.RuntimeException implements Serializable

Class jade.wrapper.PlatformState extends StateBase implements Serializable

Class jade.wrapper.StaleProxyException extends ControllerException implements Serializable

Class jade.wrapper.StateBase extends java.lang.Object implements Serializable

Serialized Fields

baseCode

int baseCode
Code corresponding to first legal state name. Typically 0 or 1.


m_code

int m_code
The integer code that identifies which state this object represents.


stateNames

java.lang.String[] stateNames
An array of string names, one for each of the valid state this object can represent.


Package jade.wrapper.gateway

Class jade.wrapper.gateway.GatewayAgent extends Agent implements Serializable

Serialized Fields

myB

GatewayBehaviour myB

listener

GatewayListener listener

myLogger

Logger myLogger

Class jade.wrapper.gateway.GatewayBehaviour extends CyclicBehaviour implements Serializable

Serialized Fields

commandQueue

HashMap commandQueue
Queue of all pending commands that have not yet been released (see method releaseCommand) In this Hash, the key is the Object while the value is the Event


myLogger

Logger myLogger