|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.firebirdsql.gds.AbstractGDS
Base class for GDS implementations. This base class allows the GDS implementation to be serialized and deserialized safeley.
| Constructor Summary | |
AbstractGDS()
|
|
AbstractGDS(GDSType gdsType)
|
|
| Method Summary | |
void |
close()
|
GDSType |
getGdsType()
|
GDSType |
getType()
Get the type of the GDS implementation. |
void |
readExternal(java.io.ObjectInput in)
|
java.lang.Object |
readResolve()
|
void |
writeExternal(java.io.ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractGDS()
public AbstractGDS(GDSType gdsType)
| Method Detail |
public GDSType getGdsType()
public GDSType getType()
GDS
getType in interface GDSGDSType.public void close()
close in interface GDS
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOException
java.lang.ClassNotFoundExceptionpublic java.lang.Object readResolve()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||