com.sleepycat.je.rep.utilint
Class BinaryProtocol.ClientVersion

java.lang.Object
  extended by com.sleepycat.je.rep.utilint.BinaryProtocol.Message
      extended by com.sleepycat.je.rep.utilint.BinaryProtocol.SimpleMessage
          extended by com.sleepycat.je.rep.utilint.BinaryProtocol.ProtocolVersion
              extended by com.sleepycat.je.rep.utilint.BinaryProtocol.ClientVersion
All Implemented Interfaces:
BinaryProtocol.WireFormatable
Enclosing class:
BinaryProtocol

public class BinaryProtocol.ClientVersion
extends BinaryProtocol.ProtocolVersion


Constructor Summary
BinaryProtocol.ClientVersion()
           
BinaryProtocol.ClientVersion(ByteBuffer buffer)
           
 
Method Summary
 BinaryProtocol.MessageOp getOp()
           
 
Methods inherited from class com.sleepycat.je.rep.utilint.BinaryProtocol.ProtocolVersion
getNodeId, getVersion, wireFormat
 
Methods inherited from class com.sleepycat.je.rep.utilint.BinaryProtocol.SimpleMessage
getBoolean, getByteArray, getEnum, getRepNodeImplArray, getStringArray, getVLSN, wireFormat
 
Methods inherited from class com.sleepycat.je.rep.utilint.BinaryProtocol.Message
allocateInitializedBuffer, match, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BinaryProtocol.ClientVersion

public BinaryProtocol.ClientVersion()

BinaryProtocol.ClientVersion

public BinaryProtocol.ClientVersion(ByteBuffer buffer)
Method Detail

getOp

public BinaryProtocol.MessageOp getOp()
Specified by:
getOp in class BinaryProtocol.Message


Copyright (c) 2004-2010 Oracle. All rights reserved.