org.openanzo.model.event
Class TransactionQueuedEvent

java.lang.Object
  extended by org.openanzo.model.event.Event
      extended by org.openanzo.model.event.TransactionQueuedEvent
All Implemented Interfaces:
IEvent

public class TransactionQueuedEvent
extends Event

Event fired when an ITransaction added to queue

Author:
Matthew Roy ( mroy@cambridgesemantics.com )

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

TYPE

public static final org.openrdf.model.URI TYPE
Transaction Queued Event

Constructor Detail

TransactionQueuedEvent

public TransactionQueuedEvent(ITransaction transaction)
Create a new TransactionQueuedEvent

Parameters:
transaction - transaction that was added to the queue
Method Detail

getTransaction

public ITransaction getTransaction()
Get the transaction added to queue

Returns:
the transaction added to queue


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.