abstract class Protocol.VLSNMessage extends BinaryProtocol.Message
| Constructor and Description |
|---|
Protocol.VLSNMessage(java.nio.ByteBuffer buffer) |
Protocol.VLSNMessage(VLSN vlsn) |
| Modifier and Type | Method and Description |
|---|---|
(package private) VLSN |
getVLSN() |
java.lang.String |
toString() |
java.nio.ByteBuffer |
wireFormat()
The default message consists of the operation enum and just a 0
length size.
|
allocateInitializedBuffer, getOp, matchprotected final VLSN vlsn
Protocol.VLSNMessage(VLSN vlsn)
public Protocol.VLSNMessage(java.nio.ByteBuffer buffer)
public java.nio.ByteBuffer wireFormat()
BinaryProtocol.MessagewireFormat in interface BinaryProtocol.WireFormatablewireFormat in class BinaryProtocol.MessageVLSN getVLSN()
public java.lang.String toString()
toString in class BinaryProtocol.MessageCopyright (c) 2004-2012 Oracle. All rights reserved.