|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.model.event.Event
org.openanzo.model.event.TransactionCommittedToServerEvent
public class TransactionCommittedToServerEvent
The event fired when a transaction is successfully committed on server.
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
TYPE
TransactionQueueCommitted event type |
| Constructor Summary | |
|---|---|
TransactionCommittedToServerEvent(ITransaction transaction,
boolean commitSuccess,
java.util.List<AnzoException> errors)
Create a new TransactionQueueCommitedEvent |
|
| Method Summary | |
|---|---|
boolean |
getCommitSuccess()
Determine if the transaction was committed on the server |
java.util.List<AnzoException> |
getErrors()
Get a list of errors if commit failed |
ITransaction |
getTransaction()
Get the transaction that was committed |
| Methods inherited from class org.openanzo.model.event.Event |
|---|
getType |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final org.openrdf.model.URI TYPE
| Constructor Detail |
|---|
public TransactionCommittedToServerEvent(ITransaction transaction,
boolean commitSuccess,
java.util.List<AnzoException> errors)
transaction - transaction that was committedcommitSuccess - true if committed successfullyerrors - List of errors if commit failed| Method Detail |
|---|
public ITransaction getTransaction()
public boolean getCommitSuccess()
public java.util.List<AnzoException> getErrors()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||