|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LargeMessageBuffer
A LargeMessageBufferImpl
Method Summary | |
---|---|
void |
close()
|
void |
discardUnusedPackets()
|
long |
getSize()
|
void |
saveBuffer(java.io.OutputStream output)
|
void |
setOutputStream(java.io.OutputStream output)
|
boolean |
waitCompletion(long timeWait)
|
Methods inherited from interface org.jboss.messaging.core.remoting.spi.MessagingBuffer |
---|
array, capacity, clear, getUnderlyingBuffer, readable, readableBytes, readBoolean, readByte, readBytes, readBytes, readChar, readDouble, readerIndex, readerIndex, readFloat, readInt, readLong, readNullableSimpleString, readNullableString, readShort, readSimpleString, readString, readUnsignedByte, readUnsignedShort, readUTF, resetReaderIndex, resetWriterIndex, setIndex, setInt, writable, writableBytes, writeBoolean, writeByte, writeBytes, writeBytes, writeBytes, writeChar, writeDouble, writeFloat, writeInt, writeLong, writeNullableSimpleString, writeNullableString, writerIndex, writerIndex, writeShort, writeSimpleString, writeString, writeUTF |
Method Detail |
---|
long getSize()
void discardUnusedPackets()
void close()
void setOutputStream(java.io.OutputStream output) throws MessagingException
MessagingException
void saveBuffer(java.io.OutputStream output) throws MessagingException
MessagingException
boolean waitCompletion(long timeWait) throws MessagingException
MessagingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |