com.sleepycat.je.rep.impl.networkRestore
Class Protocol.Done
java.lang.Object
com.sleepycat.je.rep.utilint.BinaryProtocol.Message
com.sleepycat.je.rep.utilint.BinaryProtocol.SimpleMessage
com.sleepycat.je.rep.impl.networkRestore.Protocol.Done
- All Implemented Interfaces:
- BinaryProtocol.WireFormatable
- Enclosing class:
- Protocol
public class Protocol.Done
- extends BinaryProtocol.SimpleMessage
Message from client indicating it's done with all the files it needs and
that the connection can be terminated.
Protocol.Done
public Protocol.Done()
Protocol.Done
public Protocol.Done(ByteBuffer buffer)
getOp
public BinaryProtocol.MessageOp getOp()
- Specified by:
getOp
in class BinaryProtocol.Message
Copyright (c) 2004-2010 Oracle. All rights reserved.