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 04:03:51 +0200 (Ven, 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-2012 The Apache Software Foundation. All Rights Reserved.