|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.management.StandardMBean
net.sf.ehcache.hibernate.management.impl.BaseEmitterBean
public abstract class BaseEmitterBean
Field Summary | |
---|---|
protected net.sf.ehcache.hibernate.management.impl.BaseEmitterBean.Emitter |
emitter
emitter |
protected java.util.concurrent.atomic.AtomicLong |
sequenceNumber
sequenceNumber |
Constructor Summary | |
---|---|
protected |
BaseEmitterBean(java.lang.Class<T> mbeanInterface)
BaseEmitterBean |
Method Summary | |
---|---|
void |
addNotificationListener(javax.management.NotificationListener notif,
javax.management.NotificationFilter filter,
java.lang.Object callBack)
|
abstract javax.management.MBeanNotificationInfo[] |
getNotificationInfo()
|
void |
removeNotificationListener(javax.management.NotificationListener listener)
|
void |
removeNotificationListener(javax.management.NotificationListener notif,
javax.management.NotificationFilter filter,
java.lang.Object callBack)
|
void |
sendNotification(java.lang.String eventType)
sendNotification |
void |
sendNotification(java.lang.String eventType,
java.lang.Object data)
sendNotification |
void |
sendNotification(java.lang.String eventType,
java.lang.Object data,
java.lang.String msg)
sendNotification |
Methods inherited from class javax.management.StandardMBean |
---|
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getImpact, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, getParameterName, getParameterName, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final net.sf.ehcache.hibernate.management.impl.BaseEmitterBean.Emitter emitter
protected final java.util.concurrent.atomic.AtomicLong sequenceNumber
Constructor Detail |
---|
protected BaseEmitterBean(java.lang.Class<T> mbeanInterface) throws javax.management.NotCompliantMBeanException
T
- mbeanInterface
-
javax.management.NotCompliantMBeanException
Method Detail |
---|
public void sendNotification(java.lang.String eventType)
eventType
- public void sendNotification(java.lang.String eventType, java.lang.Object data)
eventType
- data
- public void sendNotification(java.lang.String eventType, java.lang.Object data, java.lang.String msg)
eventType
- data
- msg
- public void addNotificationListener(javax.management.NotificationListener notif, javax.management.NotificationFilter filter, java.lang.Object callBack)
addNotificationListener
in interface javax.management.NotificationBroadcaster
NotificationBroadcaster.addNotificationListener(javax.management.NotificationListener,
javax.management.NotificationFilter, java.lang.Object)
public abstract javax.management.MBeanNotificationInfo[] getNotificationInfo()
getNotificationInfo
in interface javax.management.NotificationBroadcaster
NotificationBroadcaster.getNotificationInfo()
public void removeNotificationListener(javax.management.NotificationListener listener) throws javax.management.ListenerNotFoundException
removeNotificationListener
in interface javax.management.NotificationBroadcaster
javax.management.ListenerNotFoundException
NotificationBroadcaster.removeNotificationListener(javax.management.NotificationListener)
public void removeNotificationListener(javax.management.NotificationListener notif, javax.management.NotificationFilter filter, java.lang.Object callBack) throws javax.management.ListenerNotFoundException
removeNotificationListener
in interface javax.management.NotificationEmitter
javax.management.ListenerNotFoundException
NotificationEmitter.removeNotificationListener(javax.management.NotificationListener,
javax.management.NotificationFilter, java.lang.Object)
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |