com.admc.jamama
Interface MitGenerator

All Superinterfaces:
Configurable
All Known Implementing Classes:
Server

public interface MitGenerator
extends Configurable

Generates Mits Non-generators can make mits by cloning an existing Mit. MitGenerators make Mits without cloning. Routers are generally not MitGenerators because they clone Mits.

Version:
$Revision: 1.2 $
Author:
Blaine Simpson

Method Summary
 Director getDirector()
           
 void setDirector(Director director)
          Sets the Director who actually does the Mit creation work.
 
Methods inherited from interface com.admc.jamama.Configurable
configure, getConfig, getName
 

Method Detail

setDirector

public void setDirector(Director director)
Sets the Director who actually does the Mit creation work.

Parameters:
director -

getDirector

public Director getDirector()
Returns:
Director that this MitGenerator uses to create Mits