public class EjbTimerEvent extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
EjbTimerEvent.Event |
| Modifier and Type | Field and Description |
|---|---|
static String |
EJB_TIMER_EVENTS_TOPIC |
| Constructor and Description |
|---|
EjbTimerEvent(EjbTimerEvent.Event eventType,
InstanceDescriptor id) |
| Modifier and Type | Method and Description |
|---|---|
EjbTimerEvent.Event |
getEventType() |
InstanceDescriptor |
getId() |
public static final String EJB_TIMER_EVENTS_TOPIC
public EjbTimerEvent(EjbTimerEvent.Event eventType, InstanceDescriptor id)
eventType - The type of EJB Timer eventid - The InstanceDescriptor pertaining to the EJB Timer eventpublic EjbTimerEvent.Event getEventType()
public InstanceDescriptor getId()
Copyright © 2021. All rights reserved.