|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.firebirdsql.gds.impl.AbstractGDS
public abstract class 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()
Close this instance. |
GDSType |
getGdsType()
Deprecated. use getType()instead. |
GDSType |
getType()
Get type of this instance. |
void |
readExternal(ObjectInput in)
|
Object |
readResolve()
|
void |
writeExternal(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()
getType()instead.
GDS implementation. The returned
value will be equal to one of the static final fields of GDSType.
GDS implementationpublic GDSType getType()
GDSType.public void close()
close in interface GDS
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizableIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundExceptionpublic Object readResolve()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||