org.apache.cocoon.framework
Class AbstractActor

java.lang.Object
  |
  +--org.apache.cocoon.framework.AbstractActor
Direct Known Subclasses:
AbstractInterpreter, AbstractProducer, DCPProcessor, IBMXMLParser, MemoryStore, NoCache, OpenXMLParser, OracleXMLParser, Router, SQLProcessor, SunXMLParser

public abstract class AbstractActor
extends java.lang.Object
implements Actor

This class implements the usual method to store and keep the director reference for later use.

Version:
$Revision: 1.1 $ $Date: 1999/08/14 22:17:36 $
Author:
Stefano Mazzocchi

Field Summary
protected  Director director
           
 
Constructor Summary
AbstractActor()
           
 
Method Summary
 void init(Director director)
          Initialize the actor by indicating their director.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

director

protected Director director
Constructor Detail

AbstractActor

public AbstractActor()
Method Detail

init

public void init(Director director)
Initialize the actor by indicating their director.
Specified by:
init in interface Actor


Copyright 1999 Java Apache Project. All Rights Reserved.