javax.ejb
Interface Timer


public interface Timer

Version:
$Rev: 46019 $ $Date: 2004-09-14 11:56:06 +0200 (Tue, 14 Sep 2004) $

Method Summary
 void cancel()
           
 TimerHandle getHandle()
           
 java.io.Serializable getInfo()
           
 java.util.Date getNextTimeout()
           
 long getTimeRemaining()
           
 

Method Detail

cancel

public void cancel()
            throws EJBException,
                   java.lang.IllegalStateException,
                   NoSuchObjectLocalException
Throws:
EJBException
java.lang.IllegalStateException
NoSuchObjectLocalException

getTimeRemaining

public long getTimeRemaining()
                      throws EJBException,
                             java.lang.IllegalStateException,
                             NoSuchObjectLocalException
Throws:
EJBException
java.lang.IllegalStateException
NoSuchObjectLocalException

getNextTimeout

public java.util.Date getNextTimeout()
                              throws EJBException,
                                     java.lang.IllegalStateException,
                                     NoSuchObjectLocalException
Throws:
EJBException
java.lang.IllegalStateException
NoSuchObjectLocalException

getInfo

public java.io.Serializable getInfo()
                             throws EJBException,
                                    java.lang.IllegalStateException,
                                    NoSuchObjectLocalException
Throws:
EJBException
java.lang.IllegalStateException
NoSuchObjectLocalException

getHandle

public TimerHandle getHandle()
                      throws EJBException,
                             java.lang.IllegalStateException,
                             NoSuchObjectLocalException
Throws:
EJBException
java.lang.IllegalStateException
NoSuchObjectLocalException


Copyright © {inceptionYear}-2007 null. All Rights Reserved.