javax.ejb
Interface Timer


public interface Timer

Version:
$Rev: 467742 $ $Date: 2006-10-25 21:30:38 +0200 (Mi, 25. Okt 2006) $

Method Summary
 void cancel()
           
 TimerHandle getHandle()
           
 Serializable getInfo()
           
 Date getNextTimeout()
           
 long getTimeRemaining()
           
 

Method Detail

cancel

void cancel()
            throws EJBException,
                   IllegalStateException,
                   NoSuchObjectLocalException
Throws:
EJBException
IllegalStateException
NoSuchObjectLocalException

getTimeRemaining

long getTimeRemaining()
                      throws EJBException,
                             IllegalStateException,
                             NoSuchObjectLocalException
Throws:
EJBException
IllegalStateException
NoSuchObjectLocalException

getNextTimeout

Date getNextTimeout()
                    throws EJBException,
                           IllegalStateException,
                           NoSuchObjectLocalException
Throws:
EJBException
IllegalStateException
NoSuchObjectLocalException

getInfo

Serializable getInfo()
                     throws EJBException,
                            IllegalStateException,
                            NoSuchObjectLocalException
Throws:
EJBException
IllegalStateException
NoSuchObjectLocalException

getHandle

TimerHandle getHandle()
                      throws EJBException,
                             IllegalStateException,
                             NoSuchObjectLocalException
Throws:
EJBException
IllegalStateException
NoSuchObjectLocalException


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.