Java Doc for Reply.java in » Database-DBMS » db-derby-10.2 » org » apache » derby » client » net » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
Database DBMS
»
db derby 10.2
»
org.apache.derby.client.net
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
org.apache.derby.client.net
.Reply
All known Subclasses:
org.apache.derby.client.net
.NetConnectionReply
,
Reply
public
class Reply
(Code)
Field Summary
final
protected
static int
DEFAULT_BUFFER_SIZE
final
public
static int
END_OF_COLLECTION
final
public
static int
END_OF_SAME_ID_CHAIN
protected
org.apache.derby.client.am.Agent
agent_
protected
byte[]
buffer_
protected
int
count_
protected
int
dssCorrelationID_
protected
boolean
dssIsContinued_
protected
int
dssLength_
protected
boolean
ensuredLengthForDecryption_
protected
byte[]
longBufferForDecryption_
protected
int
longCountForDecryption_
protected
int
longPosForDecryption_
protected
byte[]
longValueForDecryption_
protected
NetAgent
netAgent_
protected
int
peekedCodePoint_
protected
int
peekedLength_
protected
int
pos_
Constructor Summary
Reply
(
NetAgent
netAgent, int bufferSize)
Method Summary
protected
int
adjustDdmLength
(int ddmLength, int length)
final
protected
void
adjustLengths
(int length)
final void
doSyntaxrmSemantics
(int syntaxErrorCode)
final
protected
void
endOfSameIdChainData
()
final
protected
int
ensureALayerDataInBuffer
(int desiredDataSize)
final
protected
void
ensureBLayerDataInBuffer
(int desiredDataSize)
final
protected
void
ensureSpaceInBufferForFill
(int desiredSpace)
protected
int
fill
(int minimumBytesNeeded)
final
ByteArrayOutputStream
getData
(
ByteArrayOutputStream
existingBuffer)
final int
getDdmLength
()
final
ByteArrayOutputStream
getFastData
(
ByteArrayOutputStream
existingBuffer)
final int
getFastSkipSQLCARDrowLength
()
final void
initialize
()
final void
mark
()
final
protected
void
matchCodePoint
(int expectedCodePoint)
final
protected
void
parseLengthAndMatchCodePoint
(int expectedCodePoint)
final
protected
int
peekCodePoint
()
final
protected
int
peekFastBytes
(byte[] b, int offset, int length)
final
protected
int
peekFastLength
()
final
protected
boolean
peekForNullSqlcagrp
()
final
protected
int
peekLength
()
final
protected
int
peekNumOfColumns
()
final
protected
int
peekTotalColumnCount
(int tripletLength)
final
protected
void
popCollectionStack
()
final int
popMark
()
final
protected
void
pushLengthOnCollectionStack
()
final boolean
readBoolean
()
final byte
readByte
()
final byte[]
readBytes
(int length)
final byte[]
readBytes
()
final
protected
void
readDSSContinuationHeader
()
final
protected
void
readDssHeader
()
final byte
readFastByte
()
final byte[]
readFastBytes
(int length)
final int
readFastInt
()
final void
readFastIntArray
(int[] array)
final byte[]
readFastLDBytes
()
final long
readFastLong
()
final short
readFastShort
()
final
String
readFastString
(int length)
final
String
readFastString
(int length,
String
encoding)
final int
readFastUnsignedByte
()
final int
readFastUnsignedShort
()
final int
readInt
()
final void
readIntArray
(int[] array)
final byte[]
readLDBytes
()
final
protected
int
readLengthAndCodePoint
()
final long
readLong
()
final short
readShort
()
final
String
readString
(int length)
final
String
readString
(int length,
String
encoding)
final
String
readString
()
final int
readUnsignedByte
()
final int
readUnsignedShort
()
final int[]
readUnsignedShortList
()
final void
skipBytes
(int length)
final void
skipBytes
()
final void
skipFastBytes
(int length)
final
protected
void
startSameIdChainParse
()
Field Detail
DEFAULT_BUFFER_SIZE
final
protected
static int DEFAULT_BUFFER_SIZE
(Code)
END_OF_COLLECTION
final
public
static int END_OF_COLLECTION
(Code)
END_OF_SAME_ID_CHAIN
final
public
static int END_OF_SAME_ID_CHAIN
(Code)
agent_
protected
org.apache.derby.client.am.Agent
agent_
(Code)
buffer_
protected
byte[] buffer_
(Code)
count_
protected
int count_
(Code)
dssCorrelationID_
protected
int dssCorrelationID_
(Code)
dssIsContinued_
protected
boolean dssIsContinued_
(Code)
dssLength_
protected
int dssLength_
(Code)
ensuredLengthForDecryption_
protected
boolean ensuredLengthForDecryption_
(Code)
longBufferForDecryption_
protected
byte[] longBufferForDecryption_
(Code)
longCountForDecryption_
protected
int longCountForDecryption_
(Code)
longPosForDecryption_
protected
int longPosForDecryption_
(Code)
longValueForDecryption_
protected
byte[] longValueForDecryption_
(Code)
netAgent_
protected
NetAgent
netAgent_
(Code)
peekedCodePoint_
protected
int peekedCodePoint_
(Code)
peekedLength_
protected
int peekedLength_
(Code)
pos_
protected
int pos_
(Code)
Constructor Detail
Reply
Reply(
NetAgent
netAgent, int bufferSize)
(Code)
Method Detail
adjustDdmLength
protected
int adjustDdmLength(int ddmLength, int length)
(Code)
adjustLengths
final
protected
void adjustLengths(int length)
(Code)
doSyntaxrmSemantics
final void doSyntaxrmSemantics(int syntaxErrorCode) throws
DisconnectException
(Code)
endOfSameIdChainData
final
protected
void endOfSameIdChainData() throws
DisconnectException
(Code)
ensureALayerDataInBuffer
final
protected
int ensureALayerDataInBuffer(int desiredDataSize) throws
DisconnectException
(Code)
ensureBLayerDataInBuffer
final
protected
void ensureBLayerDataInBuffer(int desiredDataSize) throws
DisconnectException
(Code)
ensureSpaceInBufferForFill
final
protected
void ensureSpaceInBufferForFill(int desiredSpace)
(Code)
fill
protected
int fill(int minimumBytesNeeded) throws
DisconnectException
(Code)
getData
final
ByteArrayOutputStream
getData(
ByteArrayOutputStream
existingBuffer) throws
DisconnectException
(Code)
getDdmLength
final int getDdmLength()
(Code)
getFastData
final
ByteArrayOutputStream
getFastData(
ByteArrayOutputStream
existingBuffer) throws
DisconnectException
(Code)
getFastSkipSQLCARDrowLength
final int getFastSkipSQLCARDrowLength()
(Code)
initialize
final void initialize()
(Code)
mark
final void mark()
(Code)
matchCodePoint
final
protected
void matchCodePoint(int expectedCodePoint) throws
DisconnectException
(Code)
parseLengthAndMatchCodePoint
final
protected
void parseLengthAndMatchCodePoint(int expectedCodePoint) throws
DisconnectException
(Code)
peekCodePoint
final
protected
int peekCodePoint() throws
DisconnectException
(Code)
peekFastBytes
final
protected
int peekFastBytes(byte[] b, int offset, int length) throws
DisconnectException
(Code)
peekFastLength
final
protected
int peekFastLength() throws
DisconnectException
(Code)
peekForNullSqlcagrp
final
protected
boolean peekForNullSqlcagrp()
(Code)
peekLength
final
protected
int peekLength() throws
DisconnectException
(Code)
peekNumOfColumns
final
protected
int peekNumOfColumns() throws
DisconnectException
(Code)
peekTotalColumnCount
final
protected
int peekTotalColumnCount(int tripletLength) throws
DisconnectException
(Code)
popCollectionStack
final
protected
void popCollectionStack()
(Code)
popMark
final int popMark()
(Code)
pushLengthOnCollectionStack
final
protected
void pushLengthOnCollectionStack()
(Code)
readBoolean
final boolean readBoolean() throws
DisconnectException
(Code)
readByte
final byte readByte() throws
DisconnectException
(Code)
readBytes
final byte[] readBytes(int length) throws
DisconnectException
(Code)
readBytes
final byte[] readBytes() throws
DisconnectException
(Code)
readDSSContinuationHeader
final
protected
void readDSSContinuationHeader() throws
DisconnectException
(Code)
readDssHeader
final
protected
void readDssHeader() throws
DisconnectException
(Code)
readFastByte
final byte readFastByte() throws
DisconnectException
(Code)
readFastBytes
final byte[] readFastBytes(int length) throws
DisconnectException
(Code)
readFastInt
final int readFastInt() throws
DisconnectException
(Code)
readFastIntArray
final void readFastIntArray(int[] array) throws
DisconnectException
(Code)
readFastLDBytes
final byte[] readFastLDBytes() throws
DisconnectException
(Code)
readFastLong
final long readFastLong() throws
DisconnectException
(Code)
readFastShort
final short readFastShort() throws
DisconnectException
(Code)
readFastString
final
String
readFastString(int length) throws
DisconnectException
(Code)
readFastString
final
String
readFastString(int length,
String
encoding) throws
DisconnectException
(Code)
readFastUnsignedByte
final int readFastUnsignedByte() throws
DisconnectException
(Code)
readFastUnsignedShort
final int readFastUnsignedShort() throws
DisconnectException
(Code)
readInt
final int readInt() throws
DisconnectException
(Code)
readIntArray
final void readIntArray(int[] array) throws
DisconnectException
(Code)
readLDBytes
final byte[] readLDBytes() throws
DisconnectException
(Code)
readLengthAndCodePoint
final
protected
int readLengthAndCodePoint() throws
DisconnectException
(Code)
readLong
final long readLong() throws
DisconnectException
(Code)
readShort
final short readShort() throws
DisconnectException
(Code)
readString
final
String
readString(int length) throws
DisconnectException
(Code)
readString
final
String
readString(int length,
String
encoding) throws
DisconnectException
(Code)
readString
final
String
readString() throws
DisconnectException
(Code)
readUnsignedByte
final int readUnsignedByte() throws
DisconnectException
(Code)
readUnsignedShort
final int readUnsignedShort() throws
DisconnectException
(Code)
readUnsignedShortList
final int[] readUnsignedShortList() throws
DisconnectException
(Code)
skipBytes
final void skipBytes(int length) throws
DisconnectException
(Code)
skipBytes
final void skipBytes() throws
DisconnectException
(Code)
skipFastBytes
final void skipFastBytes(int length) throws
DisconnectException
(Code)
startSameIdChainParse
final
protected
void startSameIdChainParse() throws
DisconnectException
(Code)
Methods inherited from
java.lang.Object
native
protected
Object
clone() throws
CloneNotSupportedException
(Code)
(Java Doc)
public
boolean equals(
Object
obj)
(Code)
(Java Doc)
protected
void finalize() throws
Throwable
(Code)
(Java Doc)
final native
public
Class
> getClass()
(Code)
(Java Doc)
native
public
int hashCode()
(Code)
(Java Doc)
final native
public
void notify()
(Code)
(Java Doc)
final native
public
void notifyAll()
(Code)
(Java Doc)
public
String
toString()
(Code)
(Java Doc)
final native
public
void wait(long timeout) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait(long timeout, int nanos) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait() throws
InterruptedException
(Code)
(Java Doc)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.