All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jamonapi.aop.JAMonEJBInterceptor Maven / Gradle / Ivy

There is a newer version: 2.82
Show newest version
package com.jamonapi.aop;

import com.jamonapi.aop.general.JAMonInterceptor;

/** 
 * Class for monitoring EJB's via AOP. This class exists for
 * mainly for backward compatibility with previous versions of JAMon.
 */
public class JAMonEJBInterceptor extends JAMonInterceptor {

    /**
     * Mimic the labels of the original implementation.
     */
    public JAMonEJBInterceptor() {
        super("javax.ejb.EJBException");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy