public class TimerWrapper extends Object implements javax.ejb.Timer, IndirectlySerializable
Modifier and Type | Class and Description |
---|---|
static class |
TimerWrapper.SerializedTimerWrapper
Used by serialization code to serialize a TimerWrapper.
|
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
boolean |
equals(Object o) |
javax.ejb.TimerHandle |
getHandle() |
Serializable |
getInfo() |
Date |
getNextTimeout() |
javax.ejb.ScheduleExpression |
getSchedule() |
SerializableObjectFactory |
getSerializableObjectFactory() |
long |
getTimeRemaining() |
int |
hashCode() |
boolean |
isCalendarTimer() |
boolean |
isPersistent() |
String |
toString() |
public void cancel() throws IllegalStateException, javax.ejb.NoSuchObjectLocalException, javax.ejb.EJBException
cancel
in interface javax.ejb.Timer
IllegalStateException
javax.ejb.NoSuchObjectLocalException
javax.ejb.EJBException
public long getTimeRemaining() throws IllegalStateException, javax.ejb.NoMoreTimeoutsException, javax.ejb.NoSuchObjectLocalException
getTimeRemaining
in interface javax.ejb.Timer
IllegalStateException
javax.ejb.NoMoreTimeoutsException
javax.ejb.NoSuchObjectLocalException
public Date getNextTimeout() throws IllegalStateException, javax.ejb.NoMoreTimeoutsException, javax.ejb.NoSuchObjectLocalException
getNextTimeout
in interface javax.ejb.Timer
IllegalStateException
javax.ejb.NoMoreTimeoutsException
javax.ejb.NoSuchObjectLocalException
public Serializable getInfo() throws IllegalStateException, javax.ejb.NoSuchObjectLocalException
getInfo
in interface javax.ejb.Timer
IllegalStateException
javax.ejb.NoSuchObjectLocalException
public javax.ejb.TimerHandle getHandle() throws IllegalStateException, javax.ejb.NoSuchObjectLocalException
getHandle
in interface javax.ejb.Timer
IllegalStateException
javax.ejb.NoSuchObjectLocalException
public javax.ejb.ScheduleExpression getSchedule() throws IllegalStateException, javax.ejb.NoSuchObjectLocalException, javax.ejb.EJBException
getSchedule
in interface javax.ejb.Timer
IllegalStateException
javax.ejb.NoSuchObjectLocalException
javax.ejb.EJBException
public boolean isCalendarTimer() throws IllegalStateException, javax.ejb.NoSuchObjectLocalException, javax.ejb.EJBException
isCalendarTimer
in interface javax.ejb.Timer
IllegalStateException
javax.ejb.NoSuchObjectLocalException
javax.ejb.EJBException
public boolean isPersistent() throws IllegalStateException, javax.ejb.NoSuchObjectLocalException, javax.ejb.EJBException
isPersistent
in interface javax.ejb.Timer
IllegalStateException
javax.ejb.NoSuchObjectLocalException
javax.ejb.EJBException
public SerializableObjectFactory getSerializableObjectFactory()
getSerializableObjectFactory
in interface IndirectlySerializable
Copyright © 2021. All rights reserved.