org.openanzo.model.event
Class BeginTransactionEvent

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

public class BeginTransactionEvent
extends Event

Transaction was started

Author:
Christopher R. Vincent

Field Summary
static org.openrdf.model.URI TYPE
          BeginTransaction event type
 
Method Summary
static BeginTransactionEvent getInstance()
          Get the static instance of beginTransaction event
 
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
BeginTransaction event type

Method Detail

getInstance

public static BeginTransactionEvent getInstance()
Get the static instance of beginTransaction event

Returns:
the static instance of beginTransaction event


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