public class InvokerEventImpl extends DurabilityEventImpl implements InvokerEvent
source| Constructor and Description |
|---|
InvokerEventImpl(Object transactionId,
Durability.Phase phase,
String databaseId)
Constructs a new InvokerEventImpl
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getDatabaseId() |
InvokerResult |
getResult() |
void |
setResult(InvokerResult result) |
getPhase, getTransactionIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetPhase, getTransactionIdpublic InvokerEventImpl(Object transactionId, Durability.Phase phase, String databaseId)
transactionId - a transaction identifierphase - the durability phasedatabaseId - a database identifierpublic String getDatabaseId()
getDatabaseId in interface InvokerEventInvokerEvent.getDatabaseId()public void setResult(InvokerResult result)
setResult in interface InvokerEventInvokerEvent.setResult(net.sf.hajdbc.durability.InvokerResult)public InvokerResult getResult()
getResult in interface InvokerEventInvokerEvent.getResult()public boolean equals(Object object)
equals in class DurabilityEventImplDurabilityEventImpl.equals(java.lang.Object)Copyright © 2004–2014 Paul Ferraro. All rights reserved.