|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjef.dna.methodsTable.impl.def.MTableFactory
public class MTableFactory
This is the default real implementation class of the MethodsTableFactory
interface.
Constructor Summary | |
---|---|
MTableFactory()
Creates a new instance of MTableFactory |
Method Summary | |
---|---|
MethodsTable |
getInstance()
Returns an empty instance of the MethodsTable interface |
MethodsTable |
getInstance(java.io.DataInputStream dis,
Dna dna,
int mc)
Returns a populated instance of the MethodsTable interface |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MTableFactory()
Method Detail |
---|
public MethodsTable getInstance()
MethodsTable
interface
getInstance
in interface MethodsTableFactory
public MethodsTable getInstance(java.io.DataInputStream dis, Dna dna, int mc) throws MissingDnaContainerException, DnaDeserializationException
MethodsTable
interface
getInstance
in interface MethodsTableFactory
dis
- The input stream the table has to be read fromdna
- The Dna
containermc
- The number of expected methods
DnaDeserializationException
MissingDnaContainerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |