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 String
description
EventDirection
eventDirection
String
eventResourceOption
boolean
initialEvent
String
initialEventSelectorMethodName
IESVariableType[]
initialEventSelectVariable
boolean
lastInTransaction
boolean
maskOnAttach
-
-
-
Element Detail
-
eventType
ComponentId eventType
-
-
-
description
String description
- Default:
- ""
-
-
-
eventDirection
EventDirection eventDirection
- Default:
- javax.slee.annotation.EventDirection.Receive
-
-
-
initialEventSelectVariable
IESVariableType[] initialEventSelectVariable
- Default:
- {}
-
-
-
initialEventSelectorMethodName
String initialEventSelectorMethodName
- Default:
- ""
-
-
-
eventResourceOption
String eventResourceOption
- Default:
- ""
-
-