jactor
Class JoinListActor

java.lang.Object
  extended by jactor.Actor
      extended by jactor.JoinListActor
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
Join2

public abstract class JoinListActor
extends Actor

Author:
J.Ferber Une classe d'acteur qui prend gère un "rendez vous" entre une liste d'acteurs

Field Summary
(package private)  Actor cont
           
(package private)  int cpt
           
(package private)  java.lang.Object[] parameter
           
 
Fields inherited from class jactor.Actor
debug, living, messages, thread
 
Constructor Summary
JoinListActor()
           
 
Method Summary
 void handleMessage(Message m)
           
 void init(int n)
           
 void init(int n, Actor c)
           
(package private)  void script()
           
 void setCont(Actor c)
           
 
Methods inherited from class jactor.Actor
defaultHandleMessage, getMessageBoxSize, isDebug, isMessageBoxEmpty, kill, nextMessage, pause, receiveMessage, run, sendMessage, setDebug, waitNextMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cpt

int cpt

cont

Actor cont

parameter

java.lang.Object[] parameter
Constructor Detail

JoinListActor

public JoinListActor()
Method Detail

setCont

public void setCont(Actor c)

script

void script()

init

public void init(int n,
                 Actor c)

init

public void init(int n)

handleMessage

public void handleMessage(Message m)
Overrides:
handleMessage in class Actor