Package org.apache.openejb.jee
Interface TimerConsumer
-
- All Known Implementing Classes:
ManagedBean,MessageDrivenBean,SessionBean,SingletonBean,StatefulBean,StatelessBean
public interface TimerConsumer- Version:
- $Rev$ $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamedMethodgetTimeoutMethod()List<Timer>getTimer()StringgetTimerConsumerName()voidsetTimeoutMethod(NamedMethod value)
-
-
-
Method Detail
-
getTimeoutMethod
NamedMethod getTimeoutMethod()
-
setTimeoutMethod
void setTimeoutMethod(NamedMethod value)
-
getTimerConsumerName
String getTimerConsumerName()
-
-