org.apache.openejb.jee
Interface TimerConsumer

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

public interface TimerConsumer

Version:
$Rev$ $Date$

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–2015 The Apache Software Foundation. All rights reserved.