org.jboss.cache.pojo.notification
Interface NotificationContext


public interface NotificationContext

The context currently associated with a Notification.

Author:
Jason T. Greene

Method Summary
 PojoCache getPojoCache()
          Obtains the cache instance that triggered this notification.
 Transaction getTransaction()
           
 

Method Detail

getPojoCache

PojoCache getPojoCache()
Obtains the cache instance that triggered this notification.

Returns:
a pojo cache instance.

getTransaction

Transaction getTransaction()


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