com.sun.ejb.monitoring.probes
Class EjbCacheProbeProvider

java.lang.Object
  extended by com.sun.ejb.monitoring.probes.EjbCacheProbeProvider

public class EjbCacheProbeProvider
extends Object

Probe emitter for the Ejb Pool monitoring events. Used by the probe framework as an event notifier.

Author:
Marina Vatkina

Constructor Summary
EjbCacheProbeProvider()
           
 
Method Summary
 void ejbBeanPassivatedEvent(long beanId, String appName, String modName, String ejbName, boolean success)
           
 void ejbExpiredSessionsRemovedEvent(long beanId, String appName, String modName, String ejbName, long num)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EjbCacheProbeProvider

public EjbCacheProbeProvider()
Method Detail

ejbBeanPassivatedEvent

public void ejbBeanPassivatedEvent(long beanId,
                                   String appName,
                                   String modName,
                                   String ejbName,
                                   boolean success)

ejbExpiredSessionsRemovedEvent

public void ejbExpiredSessionsRemovedEvent(long beanId,
                                           String appName,
                                           String modName,
                                           String ejbName,
                                           long num)


Copyright © 2012 GlassFish Community. All Rights Reserved.