|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.zphinx.spine.data.DataProxyFactory
public class DataProxyFactory
DataProxyFactory is used by the spine system to create a suitable dataproxy.
Copyright ©Zphinx Software Solutions
| Method Summary | |
|---|---|
protected static AbstractDataProxy |
createProxy(int i)
Creates a AbstractDataProxy subclass determined by the int parameter. |
static AbstractDataProxy |
getInstance(int i)
The method which returns a handle to the relevant subclass |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final AbstractDataProxy getInstance(int i)
i - An int which represents the type of proxy we wish to create
protected static AbstractDataProxy createProxy(int i)
i - The int which determines the proxy to instantiate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||