org.openanzo.model
Interface IEvent

All Known Implementing Classes:
AbortTransactionEvent, BeginTransactionEvent, CommandFinishedEvent, CommandStartedEvent, CommitTransactionEvent, Event, ReplicationFinishedEvent, ReplicationStartedEvent, TransactionCommittedToServerEvent, TransactionProcessingFinishedEvent, TransactionQueuedEvent, TransactionStartedEvent

public interface IEvent

Parent interface for all event objects within Anzo

Author:
Matthew Roy ( mroy@cambridgesemantics.com )

Method Summary
 org.openrdf.model.URI getType()
          Get the type URI for this event
 

Method Detail

getType

org.openrdf.model.URI getType()
Get the type URI for this event

Returns:
the type URI for this event


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