public final class TransactionEventTable extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionEventTable.TableIUD |
| Constructor and Description |
|---|
TransactionEventTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String table,
boolean insert,
boolean update,
boolean delete) |
void |
add(TransactionEventTable.TableIUD newTableIUD) |
void |
add(TransactionEventTable table) |
boolean |
isEmpty() |
void |
readBinaryMessage(DataInput dataInput) |
String |
toString() |
Collection<TransactionEventTable.TableIUD> |
values() |
void |
writeBinaryMessage(BinaryMessageList msgList) |
public void writeBinaryMessage(BinaryMessageList msgList) throws IOException
IOExceptionpublic void readBinaryMessage(DataInput dataInput) throws IOException
IOExceptionpublic void add(TransactionEventTable table)
public void add(String table, boolean insert, boolean update, boolean delete)
public void add(TransactionEventTable.TableIUD newTableIUD)
public boolean isEmpty()
public Collection<TransactionEventTable.TableIUD> values()
Copyright © 2014. All Rights Reserved.