Uses of Class
javax.ejb.NoSuchObjectLocalException

Packages that use NoSuchObjectLocalException
com.bm.utils.substitues   
javax.ejb API used by EJB 3.0 container 
 

Uses of NoSuchObjectLocalException in com.bm.utils.substitues
 

Methods in com.bm.utils.substitues that throw NoSuchObjectLocalException
 void TimerMock.cancel()
          Cause the timer and all its associated expiration notifications to be cancelled.
 void FakedTimer.cancel()
          Cause the timer and all its associated expiration notifications to be cancelled.
 TimerHandle TimerMock.getHandle()
          Get a serializable handle to the timer.
 TimerHandle FakedTimer.getHandle()
          Get a serializable handle to the timer.
 java.io.Serializable TimerMock.getInfo()
          Get the information associated with the timer at the time of creation.
 java.io.Serializable FakedTimer.getInfo()
          Get the information associated with the timer at the time of creation.
 java.util.Date TimerMock.getNextTimeout()
          Get the point in time at which the next timer expiration is scheduled to occur.
 java.util.Date FakedTimer.getNextTimeout()
          Get the point in time at which the next timer expiration is scheduled to occur.
 long TimerMock.getTimeRemaining()
          Get the number of milliseconds that will elapse before the next scheduled timer expiration.
 long FakedTimer.getTimeRemaining()
          Get the number of milliseconds that will elapse before the next scheduled timer expiration.
 

Uses of NoSuchObjectLocalException in javax.ejb
 

Methods in javax.ejb that throw NoSuchObjectLocalException
 void Timer.cancel()
          Cause the timer and all its associated expiration notifications to be cancelled.
 TimerHandle Timer.getHandle()
          Get a serializable handle to the timer.
 java.io.Serializable Timer.getInfo()
          Get the information associated with the timer at the time of creation.
 java.util.Date Timer.getNextTimeout()
          Get the point in time at which the next timer expiration is scheduled to occur.
 Timer TimerHandle.getTimer()
          Obtain a reference to the timer represented by this handle.
 long Timer.getTimeRemaining()
          Get the number of milliseconds that will elapse before the next scheduled timer expiration.
 



Copyright © 2008. All Rights Reserved.