Examples of EZBEventLifeCycleStopping


Examples of org.ow2.easybeans.api.event.lifecycle.EZBEventLifeCycleStopping

                EZBEventLifeCycleStopped eventEnd = (EZBEventLifeCycleStopped) event;
                this.jmxNotifier.sendAuditNotification(LifeCycleAuditReport.class.getName(), getLifeCycleAuditReport(eventEnd,
                        this.eventProviderFilter, STEP.STOPPED, Thread.currentThread()).toString());
            }
            if (EZBEventLifeCycleStopping.class.isAssignableFrom(event.getClass())) {
                EZBEventLifeCycleStopping eventEnd = (EZBEventLifeCycleStopping) event;
                this.jmxNotifier.sendAuditNotification(LifeCycleAuditReport.class.getName(), getLifeCycleAuditReport(eventEnd,
                        this.eventProviderFilter, STEP.STOPPING, Thread.currentThread()).toString());
            }
        }
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.