public class DurabilityEventImpl extends Event<Object> implements DurabilityEvent
source
Modifier | Constructor and Description |
---|---|
protected |
DurabilityEventImpl(Object transactionId,
Durability.Phase phase) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
Durability.Phase |
getPhase() |
Object |
getTransactionId() |
protected DurabilityEventImpl(Object transactionId, Durability.Phase phase)
public Object getTransactionId()
getTransactionId
in interface DurabilityEvent
DurabilityEvent.getTransactionId()
public Durability.Phase getPhase()
getPhase
in interface DurabilityEvent
DurabilityEvent.getPhase()
Copyright © 2004–2014 Paul Ferraro. All rights reserved.