|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjef.mixers.impl.simpleMixer.DnaSimpleMixerFactory
public class DnaSimpleMixerFactory
This is the factory for obtaining DnaSimpleMixer
instances.
Constructor Summary | |
---|---|
DnaSimpleMixerFactory()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DnaSimpleMixerFactory()
Method Detail |
---|
public DnaMixer getDnaMixer() throws InstantiatorException
DnaMixer
instance.
getDnaMixer
in interface MixerFactory
InstantiatorException
public void registerNewImplementation(java.lang.String keyword, java.lang.String fqcn)
DnaMixer
implementation.
registerNewImplementation
in interface MixerFactory
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 |