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, toString
Protocol.AlternateMatchpoint(OutputWireRecord alternate)
public Protocol.AlternateMatchpoint(java.nio.ByteBuffer buffer) throws DatabaseException
DatabaseException
public BinaryProtocol.MessageOp getOp()
getOp
in class BinaryProtocol.Message
public java.nio.ByteBuffer wireFormat()
BinaryProtocol.Message
wireFormat
in interface BinaryProtocol.WireFormatable
wireFormat
in class BinaryProtocol.Message
public InputWireRecord getAlternateWireRecord()
public boolean match(BinaryProtocol.Message other)
match
in class BinaryProtocol.Message
Copyright (c) 2004-2012 Oracle. All rights reserved.