public class Protocol.AlternateMatchpoint extends BinaryProtocol.Message
| Constructor and Description |
|---|
Protocol.AlternateMatchpoint(java.nio.ByteBuffer buffer) |
Protocol.AlternateMatchpoint(OutputWireRecord alternate) |
| Modifier and Type | Method and Description |
|---|---|
InputWireRecord |
getAlternateWireRecord() |
BinaryProtocol.MessageOp |
getOp() |
boolean |
match(BinaryProtocol.Message other) |
java.nio.ByteBuffer |
wireFormat()
The default message consists of the operation enum and just a 0
length size.
|
allocateInitializedBuffer, toStringProtocol.AlternateMatchpoint(OutputWireRecord alternate)
public Protocol.AlternateMatchpoint(java.nio.ByteBuffer buffer)
throws DatabaseException
DatabaseExceptionpublic BinaryProtocol.MessageOp getOp()
getOp in class BinaryProtocol.Messagepublic java.nio.ByteBuffer wireFormat()
BinaryProtocol.MessagewireFormat in interface BinaryProtocol.WireFormatablewireFormat in class BinaryProtocol.Messagepublic InputWireRecord getAlternateWireRecord()
public boolean match(BinaryProtocol.Message other)
match in class BinaryProtocol.MessageCopyright (c) 2004-2012 Oracle. All rights reserved.