|
jremote jbase5.2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jbase.jremote.io.ObjectFactory
public abstract class ObjectFactory
Constructor Summary | |
---|---|
ObjectFactory()
|
Method Summary | |
---|---|
protected JBaseSerializable |
createGenericObjects(int objectType)
Creates any generic (i.e common to all framework clients) objects. |
protected abstract JBaseSerializable |
createObject(int objectType)
Create JBaseSerializable object from the supplied object type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
protected abstract JBaseSerializable createObject(int objectType) throws UnknownTypeException
Create JBaseSerializable object from the supplied object type.
int
- objectType type identifier
UnknownTypeException
protected JBaseSerializable createGenericObjects(int objectType) throws UnknownTypeException
int
- objectType type identifier
UnknownTypeException
|
jremote jbase5.2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |