|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.ejb2.internal.delegate.JTimerHandleDelegate
public class JTimerHandleDelegate
Implementation for TimerHandleDelegate Must be added to JComponentContextFactory by addDelegate().
| Constructor Summary | |
|---|---|
JTimerHandleDelegate()
|
|
| Method Summary | |
|---|---|
Timer |
getTimer(org.ow2.jonas.ejb2.JTimerHandleInfo info)
Retrieve the Timer in the ejbService |
void |
modify(Context componentContext)
called back from ccf.addDelegate |
Timer |
restartTimer(org.ow2.jonas.ejb2.JTimerHandleInfo info)
Retrieve the Timer in the ejbService and restart it. |
void |
setEJBService(org.ow2.jonas.ejb2.EJBService ejbserv)
|
void |
undo(Context componentContext)
called back from ccf.removeDelegate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JTimerHandleDelegate()
| Method Detail |
|---|
public void setEJBService(org.ow2.jonas.ejb2.EJBService ejbserv)
public Timer getTimer(org.ow2.jonas.ejb2.JTimerHandleInfo info)
getTimer in interface org.ow2.jonas.ejb2.TimerHandleDelegatepublic Timer restartTimer(org.ow2.jonas.ejb2.JTimerHandleInfo info)
restartTimer in interface org.ow2.jonas.ejb2.TimerHandleDelegate
public void modify(Context componentContext)
throws NamingException
modify in interface org.ow2.jonas.naming.JComponentContextFactoryDelegateNamingException
public void undo(Context componentContext)
throws NamingException
undo in interface org.ow2.jonas.naming.JComponentContextFactoryDelegateNamingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||