org.openanzo.model.event
Class TransactionStartedEvent

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

public class TransactionStartedEvent
extends Event

Event fired when the client starts processing the contents of a transaction from the server.

Author:
Matthew Roy ( mroy@cambridgesemantics.com )

Field Summary
static org.openrdf.model.URI TYPE
          ReplicationStarted event type
 
Constructor Summary
TransactionStartedEvent(ITransaction transaction)
          Create a new TransactionStartedEvent
 
Method Summary
 ITransaction getTransaction()
          Get the transaction whose contents are being processed
 
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
ReplicationStarted event type

Constructor Detail

TransactionStartedEvent

public TransactionStartedEvent(ITransaction transaction)
Create a new TransactionStartedEvent

Parameters:
transaction - whose contents are being processed
Method Detail

getTransaction

public ITransaction getTransaction()
Get the transaction whose contents are being processed

Returns:
the transaction whose contents are being processed


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