public interface StorableMessageMetaData
Modifier and Type | Method and Description |
---|---|
Collection<QpidByteBuffer> |
asByteBuffers() |
void |
clearEncodedForm() |
void |
dispose() |
int |
getContentSize() |
int |
getStorableSize() |
MessageMetaDataType |
getType() |
boolean |
isPersistent() |
int |
writeToBuffer(QpidByteBuffer dest) |
MessageMetaDataType getType()
int getStorableSize()
int writeToBuffer(QpidByteBuffer dest)
Collection<QpidByteBuffer> asByteBuffers()
int getContentSize()
boolean isPersistent()
void dispose()
void clearEncodedForm()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.