public interface ReplicatedLargeMessage
LargeServerMessage
methods used by the ReplicationEndpoint
.
In practice a subset of the methods necessary to have a LargeServerMessage
LargeServerMessageInSync
Modifier and Type | Method and Description |
---|---|
void |
addBytes(byte[] body) |
void |
deleteFile() |
void |
releaseResources() |
void |
setDurable(boolean b) |
void |
setMessageID(long id) |
void setDurable(boolean b)
Message.setDurable(boolean)
void setMessageID(long id)
ServerMessage.setMessageID(long)
void releaseResources()
void deleteFile() throws Exception
Exception
LargeServerMessage.deleteFile()
void addBytes(byte[] body) throws Exception
Exception
LargeServerMessage.addBytes(byte[])
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.