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-29 19:03:51 -0700 (Thu, 29 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.