org.apache.openejb.jee
Interface TimerConsumer

All Known Implementing Classes:
ManagedBean, MessageDrivenBean, SessionBean, SingletonBean, StatefulBean, StatelessBean

public interface TimerConsumer

Version:
$Rev: 980633 $ $Date: 2010-07-30 02:03:51 +0000 (Fri, 30 Jul 2010) $

Method Summary
 NamedMethod getTimeoutMethod()
           
 List<Timer> getTimer()
           
 String getTimerConsumerName()
           
 void setTimeoutMethod(NamedMethod value)
           
 

Method Detail

getTimeoutMethod

NamedMethod getTimeoutMethod()

setTimeoutMethod

void setTimeoutMethod(NamedMethod value)

getTimerConsumerName

String getTimerConsumerName()

getTimer

List<Timer> getTimer()


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.