org.openanzo.model.event
Class AbortTransactionEvent

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

public class AbortTransactionEvent
extends Event

Transaction was aborted

Author:
Christopher R. Vincent

Field Summary
static org.openrdf.model.URI TYPE
          Abort Transaction Event
 
Method Summary
static AbortTransactionEvent getInstance()
          Get static instance of AbortTransactionEvent
 
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
Abort Transaction Event

Method Detail

getInstance

public static AbortTransactionEvent getInstance()
Get static instance of AbortTransactionEvent

Returns:
static instance of AbortTransactionEvent


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