abstract class Protocol.JEVersions extends Protocol.HandshakeMessage
| Constructor and Description |
|---|
Protocol.JEVersions(java.nio.ByteBuffer buffer) |
Protocol.JEVersions(JEVersion version,
int logVersion) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getLogVersion() |
JEVersion |
getVersion() |
java.nio.ByteBuffer |
wireFormat()
The default message consists of the operation enum and just a 0
length size.
|
getBoolean, getByteArray, getDouble, getEnum, getNameIdPair, getRepNodeImplArray, getStringArray, getVLSN, wireFormatallocateInitializedBuffer, getOp, match, toStringpublic Protocol.JEVersions(JEVersion version, int logVersion)
public Protocol.JEVersions(java.nio.ByteBuffer buffer)
public java.nio.ByteBuffer wireFormat()
BinaryProtocol.MessagewireFormat in interface BinaryProtocol.WireFormatablewireFormat in class BinaryProtocol.Messagepublic JEVersion getVersion()
public byte getLogVersion()
Copyright (c) 2004-2012 Oracle. All rights reserved.