|
||||||||||
| 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.TransactionQueuedEvent
public class TransactionQueuedEvent
Event fired when an ITransaction added to queue
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
TYPE
Transaction Queued Event |
| Constructor Summary | |
|---|---|
TransactionQueuedEvent(ITransaction transaction)
Create a new TransactionQueuedEvent |
|
| Method Summary | |
|---|---|
ITransaction |
getTransaction()
Get the transaction added to queue |
| 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 TransactionQueuedEvent(ITransaction transaction)
transaction - transaction that was added to the queue| Method Detail |
|---|
public ITransaction getTransaction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||