Serialized Form
isQuestion
java.lang.Boolean isQuestion
- true if this request is a question
-
concurrent
java.lang.Boolean concurrent
- true if this request is a concurrent one. Default is
false
-
name
java.lang.String name
- request identifier (respect the pattern "sender-number")
-
text
java.lang.String text
- request text (typically a method name)
-
params
java.lang.Object[] params
- args of request (typically of the method)
-
answer
java.lang.Object answer
- the answer (if any, null otherwise)
-
answerer
java.lang.String answerer
- name of who has answered the request
-
path
java.util.Vector path
- request are forwarded through the net untill it reaches the
convenient recipient. This stores the name of all agents met
during its course
-
pathLength
int pathLength
Package fr.lifl.magique.util |
concurrent
boolean concurrent
theAnswer
Answer theAnswer
- the answer chosen as THE answer among all th received answers
to the question this vector is associated to
theConcurrencyPolicy
ConcurrencyPolicy theConcurrencyPolicy
- the policy for concurrency of my agent
names
java.util.Vector names
- the vector of the names of the agents
-
methods
java.util.Vector methods
- the vector of the names of the methods
-
Package fr.lifl.magique.platform |
message
java.lang.String message
recipient
java.lang.String recipient
content
Message content
Package fr.lifl.magique.platform.classloader |
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
DEBUG
boolean DEBUG
urlName
java.net.URL urlName
fileName
java.lang.String fileName
login
java.lang.String login
bytecode
java.lang.Byte[] bytecode
className
java.lang.String className
dependencies
java.util.Vector dependencies
Package fr.lifl.magique.platform.rmi |
platform
Platform platform
Package fr.lifl.magique.skill.system |