Interface InterceptorInvocationCompletedEvent
-
public interface InterceptorInvocationCompletedEvent
Event type denoting that an interceptor directly invoked by a SLEE application has completed asynchronously.- Since:
- SIS 2.5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getInvocationID()
Get the invocation id of the interceptor invocation that has completed.InterceptorInvocationResult.Completed
getResult()
Get the result of the interceptor invocation.
-
-
-
Method Detail
-
getInvocationID
int getInvocationID()
Get the invocation id of the interceptor invocation that has completed.- Returns:
- the interceptor invocation id.
-
getResult
InterceptorInvocationResult.Completed getResult()
Get the result of the interceptor invocation.- Returns:
- the result of the interceptor invocation.
-
-