org.apache.openejb.core.timer
Class EjbTimeoutJob

java.lang.Object
  extended by org.apache.openejb.core.timer.EjbTimeoutJob
All Implemented Interfaces:
org.apache.openejb.quartz.Job

public class EjbTimeoutJob
extends Object
implements org.apache.openejb.quartz.Job

Version:
$Rev$ $Date$

Field Summary
static String EJB_TIMERS_SERVICE
           
static String TIMER_DATA
           
 
Constructor Summary
EjbTimeoutJob()
           
 
Method Summary
 void execute(org.apache.openejb.quartz.JobExecutionContext jobExecutionContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EJB_TIMERS_SERVICE

public static final String EJB_TIMERS_SERVICE
See Also:
Constant Field Values

TIMER_DATA

public static final String TIMER_DATA
See Also:
Constant Field Values
Constructor Detail

EjbTimeoutJob

public EjbTimeoutJob()
Method Detail

execute

public void execute(org.apache.openejb.quartz.JobExecutionContext jobExecutionContext)
             throws org.apache.openejb.quartz.JobExecutionException
Specified by:
execute in interface org.apache.openejb.quartz.Job
Throws:
org.apache.openejb.quartz.JobExecutionException


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.