Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
H
I
J
K
L
M
N
P
R
S
T
U
V
W
A
Actor
- Class in
jactor
Actor: la classe abstraite dont tous les (C) J.Ferber - 1999-2007 un petit système d'acteur écrit en Java il est très simple et pas du tout performant mais bon, il a le mérite de montrer comment on programme en acteurs
Actor()
- Constructor for class jactor.
Actor
ActorEssai
- Class in
jactor
ActorEssai()
- Constructor for class jactor.
ActorEssai
ActorPrinter
- Class in
jactor
ActorPrinter()
- Constructor for class jactor.
ActorPrinter
Adder
- Class in
jactor
Une classe Customer qui prend 2 nombres (passés sous la forme d'un tableau d'Integer) et qui passe a la continuation la somme de ces deux nombres.
Adder(Actor)
- Constructor for class jactor.
Adder
argument
- Variable in class jactor.
Message
C
Carre
- Class in
jactor
Carre()
- Constructor for class jactor.
Carre
compute()
- Method in class jactor.
Carre
compute()
- Method in class jactor.
UnaryIntFunction
cont
- Variable in class jactor.
Customer
cont
- Variable in class jactor.
JoinListActor
cont
- Variable in class jactor.
Message
cpt
- Variable in class jactor.
JoinListActor
Customer
- Class in
jactor
Les Customer sont des acteurs simples qui ne font que récupérer des messages "reply" et qui se chargent d'effectuer simplement un script..
Customer()
- Constructor for class jactor.
Customer
Customer(Actor)
- Constructor for class jactor.
Customer
D
debug
- Static variable in class jactor.
Actor
defaultHandleMessage(Message)
- Method in class jactor.
Actor
F
Fact
- Class in
jactor
Fact(int, Actor)
- Constructor for class jactor.
Fact
Fibo
- Class in
jactor
Implementation de l'algo récursif de Fibonacci en parallele Cette réalisation montre l'intéret de la JoinList pour synchroniser deux calculs (C) J.
Fibo(int, Actor)
- Constructor for class jactor.
Fibo
G
getArg()
- Method in class jactor.
Message
getArgument()
- Method in class jactor.
Message
getCont()
- Method in class jactor.
Message
getMessageBoxSize()
- Method in class jactor.
Actor
Get the number of messages in the message box
getRequest()
- Method in class jactor.
Message
getSender()
- Method in class jactor.
Message
H
handleMessage(Message)
- Method in class jactor.
Actor
handleMessage(Message)
- Method in class jactor.
Customer
handleMessage(Message)
- Method in class jactor.
Fact
handleMessage(Message)
- Method in class jactor.
Fibo
handleMessage(Message)
- Method in class jactor.
JoinListActor
handleMessage(Message)
- Method in class jactor.
UnaryIntFunction
I
init(int, Actor)
- Method in class jactor.
JoinListActor
init(int)
- Method in class jactor.
JoinListActor
isDebug()
- Static method in class jactor.
Actor
isMessageBoxEmpty()
- Method in class jactor.
Actor
Is there any message left to be read ?
J
jactor
- package jactor
Join2
- Class in
jactor
Join2(Actor)
- Constructor for class jactor.
Join2
JoinListActor
- Class in
jactor
JoinListActor()
- Constructor for class jactor.
JoinListActor
K
kill()
- Method in class jactor.
Actor
L
living
- Variable in class jactor.
Actor
M
main(String[])
- Static method in class jactor.
ActorEssai
Message
- Class in
jactor
Message()
- Constructor for class jactor.
Message
Message(String)
- Constructor for class jactor.
Message
Message(String, Object)
- Constructor for class jactor.
Message
Message(String, Object, Actor)
- Constructor for class jactor.
Message
messages
- Variable in class jactor.
Actor
N
nextMessage()
- Method in class jactor.
Actor
Gets the first message in the queue.
P
parameter
- Variable in class jactor.
Customer
parameter
- Variable in class jactor.
JoinListActor
parameter
- Variable in class jactor.
UnaryIntFunction
pause(int)
- Method in class jactor.
Actor
pause()
- Static method in class jactor.
ActorEssai
R
receiveMessage(Message)
- Method in class jactor.
Actor
request
- Variable in class jactor.
Message
result
- Variable in class jactor.
UnaryIntFunction
run()
- Method in class jactor.
Actor
S
script()
- Method in class jactor.
ActorPrinter
script()
- Method in class jactor.
Adder
script()
- Method in class jactor.
Customer
La méthode script contient le code d'un acteur simple qui ne reçoit que des messages de type "reply"..
script()
- Method in class jactor.
Join2
script()
- Method in class jactor.
JoinListActor
sender
- Variable in class jactor.
Message
sender(Actor)
- Method in class jactor.
Message
sendMessage(Actor, Message)
- Method in class jactor.
Actor
setCont(Actor)
- Method in class jactor.
Customer
setCont(Actor)
- Method in class jactor.
JoinListActor
setDebug(boolean)
- Static method in class jactor.
Actor
Starter
- Class in
jactor
Starter()
- Constructor for class jactor.
Starter
T
thread
- Variable in class jactor.
Actor
toString()
- Method in class jactor.
Message
U
UnaryIntFunction
- Class in
jactor
UnaryIntFunction()
- Constructor for class jactor.
UnaryIntFunction
V
val
- Variable in class jactor.
Fact
val
- Variable in class jactor.
Fibo
W
waitNextMessage()
- Method in class jactor.
Actor
A
C
D
F
G
H
I
J
K
L
M
N
P
R
S
T
U
V
W
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes