public abstract class BufferManagerWrite extends Object
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close()
Close the BufferManagerWrite and do any outstanding cleanup.
|
abstract int |
getBufferSize()
Returns the correct buffer size for this type of buffer manager as set in
the ORB.
|
abstract void |
overflow(ByteBufferWithInfo bbwi) |
abstract void |
sendMessage()
Called after Stub._invoke (i.e., before complete message has been sent).
|
abstract boolean |
sentFragment()
Has the stream sent out any fragments so far?
|
boolean |
sentFullMessage()
Has the entire message been sent? (Has sendMessage been called?)
|
void |
setOutputObject(Object outputObject)
A reference to the connection level stream will be required when sending
fragments.
|
public abstract boolean sentFragment()
public boolean sentFullMessage()
public abstract int getBufferSize()
public abstract void overflow(ByteBufferWithInfo bbwi)
public abstract void sendMessage()
public void setOutputObject(Object outputObject)
public abstract void close()
Copyright © 2020 ADDC Infotech GmbH. All rights reserved.