Serialized Form


Package jade

Class jade.AppletBoot implements Serializable


Package jade.content

Class jade.content.ContentElementList implements Serializable

Serialized Fields

elements

List elements

Class jade.content.ContentManager implements Serializable

Serialization Methods

readObject

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

validationMode

boolean validationMode

Class jade.content.OntoACLMessage implements Serializable

Class jade.content.OntoAID implements Serializable


Package jade.content.abs

Class jade.content.abs.AbsAgentAction implements Serializable

Serialized Fields

isAContentExpression

boolean isAContentExpression

Class jade.content.abs.AbsAggregate implements Serializable

Serialized Fields

elements

List elements

Class jade.content.abs.AbsConcept implements Serializable

Class jade.content.abs.AbsContentElementList implements Serializable

Serialized Fields

elements

List elements

typeName

java.lang.String typeName

isAContentExpression

boolean isAContentExpression

Class jade.content.abs.AbsIRE implements Serializable

Serialized Fields

isAContentExpression

boolean isAContentExpression

Class jade.content.abs.AbsObjectImpl 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 implements Serializable

Serialized Fields

isAContentExpression

boolean isAContentExpression

isMeta

boolean isMeta

Class jade.content.abs.AbsPrimitive implements Serializable

Serialized Fields

value

java.lang.Object value

typeName

java.lang.String typeName

Class jade.content.abs.AbsPrimitiveSlotsHolder implements Serializable

Class jade.content.abs.AbsVariable implements Serializable

Serialized Fields

isMeta

boolean isMeta


Package jade.content.lang

Class jade.content.lang.ByteArrayCodec implements Serializable

Class jade.content.lang.Codec implements Serializable

Serialized Fields

name

java.lang.String name

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

Class jade.content.lang.StringCodec implements Serializable


Package jade.content.lang.leap

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

Serialization Methods

readObject

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


Package jade.content.lang.sl

Class jade.content.lang.sl.SLCodec 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.

Serialized Fields

slOnto

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)

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


Package jade.content.onto

Class jade.content.onto.BasicOntology implements Serializable

Class jade.content.onto.BCReflectiveIntrospector implements Serializable

Class jade.content.onto.MicroIntrospector implements Serializable

Class jade.content.onto.Ontology implements Serializable

Serialized Fields

base

Ontology[] base

name

java.lang.String name

introspector

Introspector introspector

elements

java.util.Hashtable elements

classes

java.util.Hashtable classes

schemas

java.util.Hashtable schemas

logger

Logger logger

Class jade.content.onto.OntologyException implements Serializable

Class jade.content.onto.ReflectiveIntrospector implements Serializable

Class jade.content.onto.SerializableOntology implements Serializable

Class jade.content.onto.UngroundedException implements Serializable


Package jade.content.onto.basic

Class jade.content.onto.basic.Action implements Serializable

Serialized Fields

actor

AID actor

action

Concept action

Class jade.content.onto.basic.Done implements Serializable

Serialized Fields

action

Concept action

condition

Predicate condition

Class jade.content.onto.basic.Equals implements Serializable

Serialized Fields

left

java.lang.Object left

right

java.lang.Object right

Class jade.content.onto.basic.FalseProposition implements Serializable

Class jade.content.onto.basic.Result implements Serializable

Serialized Fields

action

Concept action

value

java.lang.Object value

Class jade.content.onto.basic.TrueProposition implements Serializable


Package jade.content.schema

Class jade.content.schema.AgentActionSchema implements Serializable

Class jade.content.schema.AggregateSchema implements Serializable

Class jade.content.schema.ConceptSchema implements Serializable

Class jade.content.schema.ContentElementListSchema implements Serializable

Class jade.content.schema.ContentElementSchema implements Serializable

Class jade.content.schema.IRESchema implements Serializable

Class jade.content.schema.ObjectSchema implements Serializable

Serialized Fields

encodingByOrder

boolean encodingByOrder

Class jade.content.schema.PredicateSchema implements Serializable

Class jade.content.schema.PrimitiveSchema implements Serializable

Class jade.content.schema.TermSchema implements Serializable

Class jade.content.schema.VariableSchema implements Serializable


Package jade.content.schema.facets

Class jade.content.schema.facets.CardinalityFacet implements Serializable

Serialized Fields

cardMin

int cardMin

cardMax

int cardMax

Class jade.content.schema.facets.TypedAggregateFacet implements Serializable

Serialized Fields

type

ObjectSchema type


Package jade.core

Class jade.core.Agent implements Serializable

Serialization Methods

readObject

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

writeObject

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

msgQueueMaxSize

int msgQueueMaxSize

o2aQueueSize

int o2aQueueSize

myName

java.lang.String myName

myAID

AID myAID

myHap

java.lang.String myHap

myScheduler

Scheduler myScheduler

messageCounter

int messageCounter

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 to allow it to deregister with the AMS. 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.


persistentID

java.lang.Long persistentID

theContentManager

ContentManager theContentManager

Class jade.core.Agent.Interrupted implements Serializable

Class jade.core.AID implements Serializable

Serialized Fields

name

java.lang.String name

hashCode

int hashCode

addresses

List addresses

resolvers

List resolvers

userDefSlots

Properties userDefSlots

Class jade.core.ContainerID implements Serializable

Serialized Fields

name

java.lang.String name

address

java.lang.String address

Class jade.core.NotFoundException implements Serializable

Class jade.core.PlatformID implements Serializable

Serialized Fields

_amsAID

AID _amsAID

Class jade.core.ProfileException implements Serializable


Package jade.core.behaviours

Class jade.core.behaviours.Behaviour implements Serializable

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


executionState

java.lang.String executionState

myStore

DataStore myStore
The private data store of this Behaviour


threadedParent

CompositeBehaviour threadedParent

persistentID

java.lang.Long persistentID

Class jade.core.behaviours.CompositeBehaviour 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

Class jade.core.behaviours.CyclicBehaviour implements Serializable

Class jade.core.behaviours.DataStore implements Serializable

Class jade.core.behaviours.FSMBehaviour implements Serializable

Serialized Fields

states

Map states

current

Behaviour current

lastStates

List lastStates

firstName

java.lang.String firstName

currentName

java.lang.String currentName

previousName

java.lang.String previousName

lastExitValue

int lastExitValue

transitionForced

boolean transitionForced

forcedTransitionDest

java.lang.String forcedTransitionDest

theTransitionTable

FSMBehaviour.TransitionTable theTransitionTable

Class jade.core.behaviours.LoaderBehaviour implements Serializable

Serialized Fields

codec

Codec codec

onto

Ontology onto

myContentManager

ContentManager myContentManager

myTemplate

MessageTemplate myTemplate

finished

boolean finished

Class jade.core.behaviours.OneShotBehaviour implements Serializable

Class jade.core.behaviours.ParallelBehaviour implements Serializable

Serialized Fields

whenToStop

int whenToStop

subBehaviours

BehaviourList subBehaviours

blockedChildren

java.util.Hashtable blockedChildren

terminatedChildren

BehaviourList terminatedChildren

Class jade.core.behaviours.SequentialBehaviour implements Serializable

Serialized Fields

subBehaviours

List subBehaviours

current

int current

Class jade.core.behaviours.SerialBehaviour implements Serializable

Class jade.core.behaviours.SimpleBehaviour implements Serializable

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

Serialized Fields

myThread

java.lang.Thread myThread

myBehaviour

Behaviour myBehaviour

restarted

boolean restarted

finished

boolean finished

exitValue

int exitValue

threadState

java.lang.String threadState

Class jade.core.behaviours.TickerBehaviour implements Serializable

Serialized Fields

wakeupTime

long wakeupTime

period

long period

finished

boolean finished

tickCount

int tickCount

Class jade.core.behaviours.WakerBehaviour implements Serializable

Serialized Fields

wakeupTime

long wakeupTime
 

blockTime

long blockTime
 

timeout

long timeout
 

state

int state
 

finished

boolean finished
 


Package jade.domain

Class jade.domain.FIPAException implements Serializable

Serialized Fields

content

java.lang.String content
 


Package jade.domain.FIPAAgentManagement

Class jade.domain.FIPAAgentManagement.AlreadyRegistered implements Serializable

Class jade.domain.FIPAAgentManagement.AMSAgentDescription implements Serializable

Serialized Fields

name

AID name

ownership

java.lang.String ownership

state

java.lang.String state

Class jade.domain.FIPAAgentManagement.APDescription implements Serializable

Serialized Fields

name

java.lang.String name

services

List services

Class jade.domain.FIPAAgentManagement.APService implements Serializable

Serialized Fields

addresses

List addresses

name

java.lang.String name

type

java.lang.String type

Class jade.domain.FIPAAgentManagement.Deregister implements Serializable

Serialized Fields

description

java.lang.Object description

Class jade.domain.FIPAAgentManagement.DFAgentDescription 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 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 implements Serializable

Class jade.domain.FIPAAgentManagement.FailureException implements Serializable

Class jade.domain.FIPAAgentManagement.FIPAManagementOntology implements Serializable

Class jade.domain.FIPAAgentManagement.GetDescription implements Serializable

Class jade.domain.FIPAAgentManagement.InternalError implements Serializable

Serialized Fields

s1

java.lang.String s1
 

Class jade.domain.FIPAAgentManagement.MissingArgument implements Serializable

Serialized Fields

s1

java.lang.String s1
 

Class jade.domain.FIPAAgentManagement.MissingParameter implements Serializable

Serialized Fields

s1

java.lang.String s1
 

s2

java.lang.String s2
 

Class jade.domain.FIPAAgentManagement.Modify implements Serializable

Serialized Fields

description

java.lang.Object description

Class jade.domain.FIPAAgentManagement.NotRegistered implements Serializable

Class jade.domain.FIPAAgentManagement.NotUnderstoodException implements Serializable

Class jade.domain.FIPAAgentManagement.Property implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.Object value

Class jade.domain.FIPAAgentManagement.ReceivedObject 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 implements Serializable

Class jade.domain.FIPAAgentManagement.Register implements Serializable

Serialized Fields

description

java.lang.Object description

Class jade.domain.FIPAAgentManagement.Search implements Serializable

Serialized Fields

description

java.lang.Object description

constraints

SearchConstraints constraints

Class jade.domain.FIPAAgentManagement.SearchConstraints 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 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 implements Serializable

Class jade.domain.FIPAAgentManagement.UnexpectedAct implements Serializable

Serialized Fields

s

java.lang.String s
 

Class jade.domain.FIPAAgentManagement.UnexpectedArgument implements Serializable

Serialized Fields

s1

java.lang.String s1
 

Class jade.domain.FIPAAgentManagement.UnexpectedArgumentCount implements Serializable

Class jade.domain.FIPAAgentManagement.UnexpectedParameter implements Serializable

Serialized Fields

s1

java.lang.String s1
 

s2

java.lang.String s2
 

Class jade.domain.FIPAAgentManagement.UnrecognisedParameterValue implements Serializable

Serialized Fields

s1

java.lang.String s1
 

s2

java.lang.String s2
 

Class jade.domain.FIPAAgentManagement.UnrecognisedValue implements Serializable

Serialized Fields

s

java.lang.String s
 

Class jade.domain.FIPAAgentManagement.UnsupportedAct implements Serializable

Serialized Fields

s

java.lang.String s
 

Class jade.domain.FIPAAgentManagement.UnsupportedFunction implements Serializable

Serialized Fields

s

java.lang.String s
 

Class jade.domain.FIPAAgentManagement.UnsupportedValue implements Serializable

Serialized Fields

s

java.lang.String s
 


Package jade.domain.JADEAgentManagement

Class jade.domain.JADEAgentManagement.CreateAgent 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.InstallMTP implements Serializable

Serialized Fields

address

java.lang.String address

container

ContainerID container

className

java.lang.String className

Class jade.domain.JADEAgentManagement.JADEManagementOntology implements Serializable

Class jade.domain.JADEAgentManagement.KillAgent implements Serializable

Serialized Fields

agent

AID agent

password

java.lang.String password

Class jade.domain.JADEAgentManagement.KillContainer implements Serializable

Serialized Fields

container

ContainerID container

password

java.lang.String password

Class jade.domain.JADEAgentManagement.QueryAgentsOnLocation implements Serializable

Serialized Fields

location

Location location

Class jade.domain.JADEAgentManagement.QueryPlatformLocationsAction implements Serializable

Class jade.domain.JADEAgentManagement.ShowGui implements Serializable

Class jade.domain.JADEAgentManagement.ShutdownPlatform implements Serializable

Class jade.domain.JADEAgentManagement.UninstallMTP implements Serializable

Serialized Fields

address

java.lang.String address

container

ContainerID container

Class jade.domain.JADEAgentManagement.WhereIsAgentAction implements Serializable

Serialized Fields

agentName

AID agentName


Package jade.domain.introspection

Class jade.domain.introspection.AddedContainer implements Serializable

Serialized Fields

container

ContainerID container

ownership

java.lang.String ownership

Class jade.domain.introspection.AddedMTP implements Serializable

Serialized Fields

address

java.lang.String address

proto

java.lang.String proto

where

ContainerID where

Class jade.domain.introspection.AMSSubscriber implements Serializable

Serialized Fields

ams

AID ams

AMSSubscription

ACLMessage AMSSubscription

AMSCancellation

ACLMessage AMSCancellation

listenTemplate

MessageTemplate listenTemplate

handlers

java.util.Map handlers

Class jade.domain.introspection.BornAgent implements Serializable

Serialized Fields

agent

AID agent

where

ContainerID where

state

java.lang.String state

ownership

java.lang.String ownership

Class jade.domain.introspection.DeadAgent implements Serializable

Serialized Fields

agent

AID agent

where

ContainerID where

containerRemoved

java.lang.Boolean containerRemoved

Class jade.domain.introspection.IntrospectionOntology implements Serializable

Class jade.domain.introspection.IntrospectionServer implements Serializable

Serialized Fields

codec

Codec codec

onto

Ontology onto

template

MessageTemplate template

Class jade.domain.introspection.KillContainerRequested implements Serializable

Serialized Fields

container

ContainerID container

Class jade.domain.introspection.MovedAgent implements Serializable

Serialized Fields

agent

AID agent

from

ContainerID from

to

ContainerID to

Class jade.domain.introspection.RemovedContainer implements Serializable

Serialized Fields

container

ContainerID container

Class jade.domain.introspection.RemovedMTP implements Serializable

Serialized Fields

address

java.lang.String address

proto

java.lang.String proto

where

ContainerID where

Class jade.domain.introspection.ResetEvents implements Serializable

Class jade.domain.introspection.ResumedAgent implements Serializable

Serialized Fields

agent

AID agent

where

ContainerID where

Class jade.domain.introspection.SuspendedAgent implements Serializable

Serialized Fields

agent

AID agent

where

ContainerID where


Package jade.domain.mobility

Class jade.domain.mobility.BehaviourLoadingOntology implements Serializable

Class jade.domain.mobility.CloneAction implements Serializable

Serialized Fields

newName

java.lang.String newName

Class jade.domain.mobility.LoadBehaviour implements Serializable

Serialized Fields

className

java.lang.String className

code

byte[] code

zip

byte[] zip

parameters

List parameters

Class jade.domain.mobility.MobileAgentDescription 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 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 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 implements Serializable

Serialized Fields

system

MobileAgentSystem system

language

MobileAgentLanguage language

os

MobileAgentOS os

Class jade.domain.mobility.MobileAgentSystem 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 implements Serializable

Class jade.domain.mobility.MoveAction implements Serializable

Serialized Fields

agentToMove

MobileAgentDescription agentToMove

Class jade.domain.mobility.Parameter implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.Object value

mode

int mode


Package jade.lang.acl

Class jade.lang.acl.ACLCodec.CodecException implements Serializable

Serialized Fields

nested

java.lang.Throwable nested
 

Class jade.lang.acl.ACLMessage implements Serializable

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.MessageTemplate implements Serializable

Serialized Fields

toMatch

MessageTemplate.MatchExpression toMatch
 

Class jade.lang.acl.UnreadableException implements Serializable


Package jade.proto

Class jade.proto.AchieveREInitiator 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

Class jade.proto.AchieveREResponder 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

MsgReceiver rec

Class jade.proto.ContractNetInitiator 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

Class jade.proto.ContractNetResponder 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 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 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.


initiation

ACLMessage initiation

allResponsesReceived

boolean allResponsesReceived

Class jade.proto.ProposeResponder 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

MsgReceiver rec

Class jade.proto.SimpleAchieveREInitiator 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 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 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 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

Class jade.proto.SubscriptionInitiator 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

Class jade.proto.SubscriptionResponder 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

MsgReceiver msgRecBehaviour

subscriptions

java.util.Hashtable subscriptions

notifications

List notifications

mySubscriptionManager

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

Class jade.proto.TwoPh0Initiator 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 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 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.

Class jade.proto.TwoPhInitiator implements Serializable

Serialized Fields

logging

boolean logging

currentLogging

boolean currentLogging

Class jade.proto.TwoPhResponder implements Serializable

Serialized Fields

phase

int phase


Package jade.proto.states

Class jade.proto.states.HandlerSelector implements Serializable

Serialized Fields

handlers

Map handlers

accesKey

java.lang.Object accesKey

Class jade.proto.states.MsgReceiver implements Serializable

Serialized Fields

template

MessageTemplate template

deadline

long deadline

receivedMsgKey

java.lang.Object receivedMsgKey

received

boolean received

expired

boolean expired

interrupted

boolean interrupted

ret

int ret

Class jade.proto.states.ReplySender implements Serializable

Serialized Fields

ret

int ret

replyKey

java.lang.String replyKey

msgKey

java.lang.String msgKey

Class jade.proto.states.StateResetter implements Serializable

Serialized Fields

sname

java.lang.String[] sname


Package jade.util

Class jade.util.BasicProperties implements Serializable

Serialized Fields

CRState

boolean CRState

keyNames

java.util.Hashtable keyNames

sortVector

java.util.Vector sortVector

Class jade.util.EnhancedProperties implements Serializable

Class jade.util.Event implements Serializable

Serialized Fields

type

int type
The type of this event.


param

java.util.Vector param

processed

boolean processed

processingResult

java.lang.Object processingResult

Class jade.util.ExpandedProperties implements Serializable

Serialized Fields

envProperties

BasicProperties envProperties

expandedSearch

boolean expandedSearch

Class jade.util.ImportableProperties implements Serializable

Serialized Fields

importKey

java.lang.String importKey

importNames

java.util.Hashtable importNames

Class jade.util.Logger implements Serializable

Serialization Methods

writeReplace

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

Class jade.util.PropertiesException implements Serializable

Class jade.util.WrapperException implements Serializable

Serialized Fields

nested

java.lang.Throwable nested


Package jade.util.leap

Class jade.util.leap.ArrayList implements Serializable

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


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.

Serialized Fields

hiddenList

java.util.Vector hiddenList

Class jade.util.leap.HashMap implements Serializable

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


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

Serialized Fields

hiddenMap

java.util.Hashtable hiddenMap

Class jade.util.leap.LinkedList implements Serializable

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


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

Serialized Fields

hiddenList

java.util.Vector hiddenList

Class jade.util.leap.Properties implements Serializable

Class jade.util.leap.RoundList implements Serializable

Serialized Fields

cur

int cur

l

LinkedList l


Package jade.wrapper

Class jade.wrapper.AgentState implements Serializable

Class jade.wrapper.ControllerException implements Serializable

Class jade.wrapper.PlatformState implements Serializable

Class jade.wrapper.StaleProxyException implements Serializable

Class jade.wrapper.StateBase 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 implements Serializable

Serialized Fields

myB

GatewayBehaviour myB

myLogger

Logger myLogger

Class jade.wrapper.gateway.GatewayBehaviour 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



JADE