Serialized Form
elements
List elements
readObject
private void readObject(java.io.ObjectInputStream oin)
throws java.io.IOException,
java.lang.ClassNotFoundException
validationMode
boolean validationMode
elements
List elements
elements
List elements
typeName
java.lang.String typeName
value
java.lang.Object value
typeName
java.lang.String typeName
Package jade.content.lang |
name
java.lang.String name
Package jade.content.lang.leap |
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.ParseException implements Serializable |
specialConstructor
boolean specialConstructor
currentToken
jade.content.lang.sl.Token currentToken
expectedTokenSequences
int[][] expectedTokenSequences
tokenImage
java.lang.String[] tokenImage
eol
java.lang.String eol
parser
SLParser parser
slOnto
SL0Ontology slOnto
domainOnto
Ontology domainOnto
Class jade.content.lang.sl.TokenMgrError implements Serializable |
errorCode
int errorCode
Package jade.content.onto |
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
Package jade.content.onto.basic |
actor
AID actor
action
Concept action
action
Concept action
condition
Predicate condition
left
java.lang.Object left
right
java.lang.Object right
action
Concept action
value
java.lang.Object value
Package jade.content.schema |
encodingByOrder
boolean encodingByOrder
Package jade.content.schema.facets |
cardMin
int cardMin
cardMax
int cardMax
type
ObjectSchema type
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
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
myAPState
int myAPState
ownership
java.lang.String ownership
principal
jade.security.AgentPrincipal principal
certs
jade.security.CertificateFolder certs
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.
myBufferedState
int myBufferedState
persistentID
java.lang.Long persistentID
theContentManager
ContentManager theContentManager
name
java.lang.String name
-
addresses
List addresses
resolvers
List resolvers
userDefSlots
Properties userDefSlots
persistentID
java.lang.Long persistentID
Class jade.core.BackEndContainer.AgentImage implements Serializable |
Class jade.core.BaseNode implements Serializable |
myName
java.lang.String myName
hasLocalSM
boolean hasLocalSM
Class jade.core.BehaviourID implements Serializable |
name
java.lang.String name
className
java.lang.String className
kind
java.lang.String kind
children
List children
Class jade.core.CaseInsensitiveString implements Serializable |
s
java.lang.String s
name
java.lang.String name
address
java.lang.String address
Class jade.core.GenericCommand implements Serializable |
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 implements Serializable |
Class jade.core.NameClashException implements Serializable |
Class jade.core.NodeDescriptor implements Serializable |
myName
java.lang.String myName
myNode
jade.core.Node myNode
myContainer
ContainerID myContainer
myPrincipalName
java.lang.String myPrincipalName
myPrincipalPwd
byte[] myPrincipalPwd
Class jade.core.ServiceException implements Serializable |
Class jade.core.UnreachableException implements Serializable |
Package jade.core.behaviours |
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
parent
CompositeBehaviour parent
- Back pointer to the enclosing Behaviour (if present).
- See Also:
CompositeBehaviour
myStore
DataStore myStore
- The private data store of this Behaviour
persistentID
java.lang.Long persistentID
Class jade.core.behaviours.Behaviour.RunnableChangedEvent implements Serializable |
runnable
boolean runnable
direction
int direction
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
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
persistentSubBehaviours
java.util.Map persistentSubBehaviours
persistentLastStates
java.util.Set persistentLastStates
persistentTransitions
java.util.Set persistentTransitions
whenToStop
int whenToStop
subBehaviours
BehaviourList subBehaviours
blockedChildren
java.util.Hashtable blockedChildren
terminatedChildren
BehaviourList terminatedChildren
persistentSubBehaviours
java.util.Set persistentSubBehaviours
persistentTerminatedChildren
java.util.Set persistentTerminatedChildren
Class jade.core.behaviours.ReceiverBehaviour implements Serializable |
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 implements Serializable |
Class jade.core.behaviours.ReceiverBehaviour.TimedOut implements Serializable |
Class jade.core.behaviours.SenderBehaviour implements Serializable |
message
ACLMessage message
subBehaviours
List subBehaviours
current
int current
wakeupTime
long wakeupTime
period
long period
state
int state
finished
boolean finished
tickCount
int tickCount
wakeupTime
long wakeupTime
-
blockTime
long blockTime
-
timeout
long timeout
-
state
int state
-
finished
boolean finished
-
Class jade.domain.ams implements Serializable |
verbosity
int verbosity
myPlatform
jade.core.AgentManager myPlatform
codec
Codec codec
toolNotification
ACLMessage toolNotification
eventQueue
InputQueue eventQueue
pendingNewAgents
java.util.Hashtable pendingNewAgents
pendingDeadAgents
java.util.Hashtable pendingDeadAgents
pendingClonedAgents
java.util.Hashtable pendingClonedAgents
pendingMovedAgents
java.util.Hashtable pendingMovedAgents
pendingRemovedContainers
java.util.Hashtable pendingRemovedContainers
theProfile
APDescription theProfile
Class jade.domain.df implements Serializable |
searchIdCache
jade.util.HashCache searchIdCache
searchIdCnt
int searchIdCnt
children
List children
parents
List parents
dscDFParentMap
HashMap dscDFParentMap
pendingRequests
HashMap pendingRequests
gui
jade.domain.DFGUIInterface gui
myDescription
DFAgentDescription myDescription
codec
Codec codec
fipaRequestResponder
DFFipaAgentManagementBehaviour fipaRequestResponder
jadeRequestResponder
DFJadeAgentManagementBehaviour jadeRequestResponder
appletRequestResponder
DFAppletManagementBehaviour appletRequestResponder
dfSubscriptionResponder
SubscriptionResponder dfSubscriptionResponder
maxResultLimit
int maxResultLimit
maxLeaseTime
java.util.Date maxLeaseTime
verbosity
int verbosity
agentDescriptions
jade.domain.KBManagement.KB agentDescriptions
subManager
KBSubscriptionManager subManager
content
java.lang.String content
-
Class jade.domain.RequestFIPAServiceBehaviour implements Serializable |
lastMsg
ACLMessage lastMsg
notYetReady
boolean notYetReady
timeout
long timeout
outcome
FIPAException outcome
Class jade.domain.RequestFIPAServiceBehaviour.NotYetReady implements Serializable |
Package jade.domain.FIPAAgentManagement |
name
AID name
ownership
java.lang.String ownership
state
java.lang.String state
name
java.lang.String name
services
List services
addresses
List addresses
name
java.lang.String name
type
java.lang.String type
description
java.lang.Object description
name
AID name
services
List services
interactionProtocols
List interactionProtocols
ontology
List ontology
language
List language
leaseTime
java.util.Date leaseTime
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
-
s1
java.lang.String s1
-
s1
java.lang.String s1
-
s1
java.lang.String s1
-
s2
java.lang.String s2
-
description
java.lang.Object description
name
java.lang.String name
value
java.lang.Object value
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
description
java.lang.Object description
description
java.lang.Object description
constraints
SearchConstraints constraints
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
s
java.lang.String s
-
s1
java.lang.String s1
-
s1
java.lang.String s1
-
s2
java.lang.String s2
-
s1
java.lang.String s1
-
s2
java.lang.String s2
-
s
java.lang.String s
-
s
java.lang.String s
-
s
java.lang.String s
-
s
java.lang.String s
-
Package jade.domain.JADEAgentManagement |
agentName
java.lang.String agentName
className
java.lang.String className
container
ContainerID container
password
java.lang.String password
delegation
java.lang.String delegation
arguments
List arguments
Class jade.domain.JADEAgentManagement.DebugOff implements Serializable |
debugger
AID debugger
debuggedAgents
List debuggedAgents
password
java.lang.String password
Class jade.domain.JADEAgentManagement.DebugOn implements Serializable |
debugger
AID debugger
debuggedAgents
List debuggedAgents
password
java.lang.String password
address
java.lang.String address
container
ContainerID container
className
java.lang.String className
agent
AID agent
password
java.lang.String password
container
ContainerID container
password
java.lang.String password
location
Location location
Class jade.domain.JADEAgentManagement.SniffOff implements Serializable |
sniffer
AID sniffer
sniffedAgents
List sniffedAgents
password
java.lang.String password
Class jade.domain.JADEAgentManagement.SniffOn implements Serializable |
sniffer
AID sniffer
sniffedAgents
List sniffedAgents
password
java.lang.String password
address
java.lang.String address
container
ContainerID container
agentName
AID agentName
Package jade.domain.mobility |
newName
java.lang.String newName
name
AID name
destination
Location destination
agentProfile
MobileAgentProfile agentProfile
agentVersion
java.lang.String agentVersion
signature
java.lang.String signature
name
java.lang.String name
majorVersion
java.lang.Long majorVersion
minorVersion
java.lang.Long minorVersion
dependencies
java.lang.String dependencies
name
java.lang.String name
majorVersion
java.lang.Long majorVersion
minorVersion
java.lang.Long minorVersion
dependencies
java.lang.String dependencies
system
MobileAgentSystem system
language
MobileAgentLanguage language
os
MobileAgentOS os
name
java.lang.String name
majorVersion
java.lang.Long majorVersion
minorVersion
java.lang.Long minorVersion
dependencies
java.lang.String dependencies
agentToMove
MobileAgentDescription agentToMove
nested
java.lang.Throwable nested
-
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
toMatch
MessageTemplate.MatchExpression toMatch
-
Class jade.lang.acl.ParseException implements Serializable |
specialConstructor
boolean specialConstructor
currentToken
jade.lang.acl.Token currentToken
expectedTokenSequences
int[][] expectedTokenSequences
tokenImage
java.lang.String[] tokenImage
eol
java.lang.String eol
Class jade.lang.acl.TokenMgrError implements Serializable |
errorCode
int errorCode
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
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
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
CFP_KEY
java.lang.String CFP_KEY
- key to retrieve from the DataStore of the behaviour the ACLMessage
object received by the initiator.
PROPOSE_KEY
java.lang.String PROPOSE_KEY
- key to retrieve from the DataStore of the behaviour the ACLMessage
object sent as a response to the initiator CFP.
PROPOSE_ACCEPTANCE_KEY
java.lang.String PROPOSE_ACCEPTANCE_KEY
- key to retrieve from the DataStore of the behaviour the ACLMessage
object sent as an ACCEPT/REJECT PROPOSAL response to the initiator CFP.
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.
cfp_rec
MsgReceiver cfp_rec
accept_rec
MsgReceiver accept_rec
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
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
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
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
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
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
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
logging
boolean logging
currentLogging
boolean currentLogging
toBeReset
java.lang.String[] toBeReset
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
logging
boolean logging
currentLogging
boolean currentLogging
toBeReset
java.lang.String[] toBeReset
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.
totSessions
int totSessions
logging
boolean logging
currentLogging
boolean currentLogging
logging
boolean logging
currentLogging
boolean currentLogging
phase
int phase
Package jade.proto.states |
handlers
Map handlers
accesKey
java.lang.Object accesKey
template
MessageTemplate template
deadline
long deadline
receivedMsgKey
java.lang.Object receivedMsgKey
received
boolean received
expired
boolean expired
interrupted
boolean interrupted
ret
int ret
ret
int ret
replyKey
java.lang.String replyKey
msgKey
java.lang.String msgKey
sname
java.lang.String[] sname
CRState
boolean CRState
keyNames
java.util.Hashtable keyNames
sortVector
java.util.Vector sortVector
type
int type
- The type of this event.
param
java.util.Vector param
processed
boolean processed
processingResult
java.lang.Object processingResult
envProperties
BasicProperties envProperties
expandedSearch
boolean expandedSearch
importKey
java.lang.String importKey
importNames
java.util.Hashtable importNames
nested
java.lang.Throwable nested
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.
hiddenList
java.util.Vector hiddenList
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
hiddenMap
java.util.Hashtable hiddenMap
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
hiddenList
java.util.Vector hiddenList
cur
int cur
l
LinkedList l
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.
JADE