Package javax.slee.annotation
Annotation Type EventMethod
-
@Documented @Inherited @Retention(RUNTIME) public @interface EventMethod
A SLEE event handler method
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ComponentId
eventType
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
description
EventDirection
eventDirection
java.lang.String
eventResourceOption
boolean
initialEvent
java.lang.String
initialEventSelectorMethodName
IESVariableType[]
initialEventSelectVariable
boolean
lastInTransaction
boolean
maskOnAttach
-
-
-
Element Detail
-
eventType
ComponentId eventType
-
-
-
eventDirection
EventDirection eventDirection
- Default:
- javax.slee.annotation.EventDirection.Receive
-
-
-
initialEventSelectVariable
IESVariableType[] initialEventSelectVariable
- Default:
- {}
-
-