Uses of Class
jakarta.ejb.NoSuchObjectLocalException
Package
Description
Contains the Enterprise Bean classes
and interfaces that define the contracts between the enterprise bean
and its clients and between the enterprise bean and the enterprise bean container.
-
Uses of NoSuchObjectLocalException in jakarta.ejb
Modifier and TypeMethodDescriptionvoid
Timer.cancel()
Cause the timer and all its associated expiration notifications to be cancelled.Timer.getHandle()
Get a serializable handle to the timer.Timer.getInfo()
Get the information associated with the timer at the time of creation.Timer.getNextTimeout()
Get the point in time at which the next timer expiration is scheduled to occur.Timer.getSchedule()
Get the schedule expression corresponding to this 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.boolean
Timer.isCalendarTimer()
Return whether this timer is a calendar-based timer.boolean
Timer.isPersistent()
Return whether this timer has persistent semantics.