org.jboss.cache.jmx
Class CacheNotificationListener

java.lang.Object
  extended by org.jboss.cache.jmx.CacheNotificationListener

public class CacheNotificationListener
extends Object

A CacheListener that creates JMX notifications from listener events.

Version:
$Revision: 7168 $
Author:
Brian Stansberry

Method Summary
 void broadcast(Event e)
           
static MBeanNotificationInfo[] getNotificationInfo()
           
 String getServiceName()
           
 void setServiceName(String serviceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getServiceName

public String getServiceName()

setServiceName

public void setServiceName(String serviceName)

getNotificationInfo

public static MBeanNotificationInfo[] getNotificationInfo()

broadcast

public void broadcast(Event e)


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