|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MixerFactory
This class is used for instantiating new dna mixers. The fully qualified class name of the
required mixer factory has to be pointed out into the JefConfig
configuration
file.
Method Summary | |
---|---|
DnaMixer |
getDnaMixer()
This method returns a valid DnaMixer instance. |
void |
registerNewImplementation(java.lang.String keyword,
java.lang.String fqcn)
This method registers a new mapping identifying a new DnaMixer implementation. |
Method Detail |
---|
DnaMixer getDnaMixer() throws InstantiatorException
DnaMixer
instance.
java.lang.InstantiationException
InstantiatorException
void registerNewImplementation(java.lang.String keyword, java.lang.String fqcn)
DnaMixer
implementation.
keyword
- The keyword identifying the new registered DnaMixer
implementation
classfqcn
- The fully qualified class name of the DnaMixer
interface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |