|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Buffer | |
---|---|
org.apache.yoko.orb.CORBA | |
org.apache.yoko.orb.OB | |
org.apache.yoko.orb.OBMessaging | |
org.apache.yoko.orb.OCI | |
org.apache.yoko.orb.OCI.IIOP |
Uses of Buffer in org.apache.yoko.orb.CORBA |
---|
Fields in org.apache.yoko.orb.CORBA declared as Buffer | |
---|---|
Buffer |
OutputStream.buf_
|
Buffer |
InputStream.buf_
|
Methods in org.apache.yoko.orb.CORBA that return Buffer | |
---|---|
Buffer |
OutputStream._OB_buffer()
|
Buffer |
InputStream._OB_buffer()
|
Constructors in org.apache.yoko.orb.CORBA with parameters of type Buffer | |
---|---|
InputStream(Buffer buf)
|
|
InputStream(Buffer buf,
int offs,
boolean swap)
|
|
InputStream(Buffer buf,
int offs,
boolean swap,
CodeConverters codeConverters,
int GIOPVersion)
|
|
OutputStream(Buffer buf)
|
|
OutputStream(Buffer buf,
CodeConverters converters,
int GIOPVersion)
|
Uses of Buffer in org.apache.yoko.orb.OB |
---|
Fields in org.apache.yoko.orb.OB declared as Buffer | |
---|---|
Buffer |
UnsentMessage.buf
|
Methods in org.apache.yoko.orb.OB that return Buffer | |
---|---|
Buffer |
MessageQueue.getFirstUnsentBuffer()
|
Methods in org.apache.yoko.orb.OB with parameters of type Buffer | |
---|---|
void |
MessageQueue.add(ORBInstance orbInstance,
Buffer buf)
|
protected void |
GIOPConnection.sendUpcallReply(Buffer buf)
|
Uses of Buffer in org.apache.yoko.orb.OBMessaging |
---|
Methods in org.apache.yoko.orb.OBMessaging with parameters of type Buffer | |
---|---|
void |
ExceptionHolder_impl._OB_extractSequence(Buffer buf)
|
Uses of Buffer in org.apache.yoko.orb.OCI |
---|
Methods in org.apache.yoko.orb.OCI with parameters of type Buffer | |
---|---|
void |
Buffer.consume(Buffer buf)
|
boolean |
TransportOperations.receive_detect(Buffer buf,
boolean block)
Similar to receive , but it signals a connection
loss by returning FALSE instead of raising
COMM_FAILURE . |
boolean |
TransportOperations.receive_timeout_detect(Buffer buf,
int timeout)
Similar to receive_timeout , but it signals a
connection loss by returning FALSE instead of
raising COMM_FAILURE . |
void |
TransportOperations.receive_timeout(Buffer buf,
int timeout)
Similar to receive , but it is
possible to specify a timeout. |
void |
TransportOperations.receive(Buffer buf,
boolean block)
Receives a buffer's contents. |
boolean |
TransportOperations.send_detect(Buffer buf,
boolean block)
Similar to send , but it signals a connection loss
by returning FALSE instead of raising
COMM_FAILURE . |
boolean |
TransportOperations.send_timeout_detect(Buffer buf,
int timeout)
Similar to send_timeout , but it signals a
connection loss by returning FALSE instead of
raising COMM_FAILURE . |
void |
TransportOperations.send_timeout(Buffer buf,
int timeout)
Similar to send , but it is possible
to specify a timeout. |
void |
TransportOperations.send(Buffer buf,
boolean block)
Sends a buffer's contents. |
static void |
BufferHelper.write(OutputStream out,
Buffer val)
|
Uses of Buffer in org.apache.yoko.orb.OCI.IIOP |
---|
Methods in org.apache.yoko.orb.OCI.IIOP with parameters of type Buffer | |
---|---|
boolean |
Transport_impl.receive_detect(Buffer buf,
boolean block)
|
boolean |
Transport_impl.receive_timeout_detect(Buffer buf,
int t)
|
void |
Transport_impl.receive_timeout(Buffer buf,
int t)
|
void |
Transport_impl.receive(Buffer buf,
boolean block)
|
boolean |
Transport_impl.send_detect(Buffer buf,
boolean block)
|
boolean |
Transport_impl.send_timeout_detect(Buffer buf,
int t)
|
void |
Transport_impl.send_timeout(Buffer buf,
int t)
|
void |
Transport_impl.send(Buffer buf,
boolean block)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |