org.jboss.cache.notifications.event
Interface NodeEvent

All Superinterfaces:
Event, TransactionalEvent
All Known Subinterfaces:
NodeActivatedEvent, NodeCreatedEvent, NodeEvictedEvent, NodeLoadedEvent, NodeModifiedEvent, NodeMovedEvent, NodePassivatedEvent, NodeRemovedEvent, NodeVisitedEvent
All Known Implementing Classes:
EventImpl

public interface NodeEvent
extends TransactionalEvent

Transactional events that additionally expose an Fqn as such events pertain to a specific node.

Since:
2.0.0
Author:
Manik Surtani

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.cache.notifications.event.Event
Event.Type
 
Method Summary
 Fqn getFqn()
           
 
Methods inherited from interface org.jboss.cache.notifications.event.TransactionalEvent
getTransaction, isOriginLocal
 
Methods inherited from interface org.jboss.cache.notifications.event.Event
getCache, getType, isPre
 

Method Detail

getFqn

Fqn getFqn()
Returns:
the Fqn pointing to the node that is affected.


Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.