Uses of Class
fish.payara.ejb.timer.hazelcast.EjbTimerEvent.Event
-
Packages that use EjbTimerEvent.Event Package Description fish.payara.ejb.timer.hazelcast -
-
Uses of EjbTimerEvent.Event in fish.payara.ejb.timer.hazelcast
Methods in fish.payara.ejb.timer.hazelcast that return EjbTimerEvent.Event Modifier and Type Method Description EjbTimerEvent.EventEjbTimerEvent. getEventType()static EjbTimerEvent.EventEjbTimerEvent.Event. valueOf(String name)Returns the enum constant of this type with the specified name.static EjbTimerEvent.Event[]EjbTimerEvent.Event. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in fish.payara.ejb.timer.hazelcast with parameters of type EjbTimerEvent.Event Constructor Description EjbTimerEvent(EjbTimerEvent.Event eventType, InstanceDescriptor id)
-