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 Detail

      • getInvocationID

        int getInvocationID()
        Get the invocation id of the interceptor invocation that has completed.
        Returns:
        the interceptor invocation id.