public class PendingLargeMessageEncoding extends Object implements EncodingSupport
Modifier and Type | Field and Description |
---|---|
long |
largeMessageID |
Constructor and Description |
---|
PendingLargeMessageEncoding() |
PendingLargeMessageEncoding(long pendingLargeMessageID) |
Modifier and Type | Method and Description |
---|---|
void |
decode(ActiveMQBuffer buffer) |
void |
encode(ActiveMQBuffer buffer) |
int |
getEncodeSize() |
String |
toString() |
public PendingLargeMessageEncoding(long pendingLargeMessageID)
public PendingLargeMessageEncoding()
public void decode(ActiveMQBuffer buffer)
decode
in interface EncodingSupport
public void encode(ActiveMQBuffer buffer)
encode
in interface EncodingSupport
public int getEncodeSize()
getEncodeSize
in interface EncodingSupport
Copyright © 2017 JBoss by Red Hat. All rights reserved.