javax.ejb
Interface Timer


public interface Timer

Version:
$Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $

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 © 2006 Apache Software Foundation. All Rights Reserved.