|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.firebirdsql.gds.impl.wire.isc_svc_handle_impl
public final class isc_svc_handle_impl
Describe class isc_svc_handle_impl here.
| Field Summary | |
|---|---|
XdrInputStream |
in
|
XdrOutputStream |
out
|
| Constructor Summary | |
|---|---|
isc_svc_handle_impl()
|
|
| Method Summary | |
|---|---|
void |
addWarning(GDSException warning)
|
void |
clearWarnings()
Clear warning list associated with this connection. |
int |
getHandle()
|
long |
getResp_blob_id()
|
byte[] |
getResp_data()
|
int |
getResp_object()
|
List |
getWarnings()
Get list of warnings that were returned by the server. |
boolean |
isNotValid()
Retrieve whether this service handle is invalid. |
boolean |
isValid()
Retrieve whether this service handle is valid. |
void |
setHandle(int rdb_id)
|
void |
setResp_blob_id(long resp_blob_id)
|
void |
setResp_data(byte[] resp_data)
|
void |
setResp_object(int resp_object)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public XdrOutputStream out
public XdrInputStream in
| Constructor Detail |
|---|
public isc_svc_handle_impl()
| Method Detail |
|---|
public boolean isValid()
IscSvcHandle
isValid in interface IscSvcHandletrue if the handle is valid, false
otherwisepublic void setHandle(int rdb_id)
public int getHandle()
public long getResp_blob_id()
public void setResp_blob_id(long resp_blob_id)
resp_blob_id - The resp_blob_id to set.public byte[] getResp_data()
public void setResp_data(byte[] resp_data)
resp_data - The resp_data to set.public int getResp_object()
public void setResp_object(int resp_object)
resp_object - The resp_object to set.public List getWarnings()
IscSvcHandle
getWarnings in interface IscSvcHandleListcontaining instances of
GDSExceptionrepresenting server warnings (method
GDSException.isWarning()returns true).public void addWarning(GDSException warning)
public void clearWarnings()
IscSvcHandle
clearWarnings in interface IscSvcHandlepublic boolean isNotValid()
IscSvcHandle
isNotValid in interface IscSvcHandletrue if the handle is invalid, false
otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||