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, match
protected final VLSN vlsn
Protocol.VLSNMessage(VLSN vlsn)
public Protocol.VLSNMessage(java.nio.ByteBuffer buffer)
public java.nio.ByteBuffer wireFormat()
BinaryProtocol.Message
wireFormat
in interface BinaryProtocol.WireFormatable
wireFormat
in class BinaryProtocol.Message
VLSN getVLSN()
public java.lang.String toString()
toString
in class BinaryProtocol.Message
Copyright (c) 2004-2012 Oracle. All rights reserved.