Class StartProcessInterceptor

  • All Implemented Interfaces:
    java.io.Serializable

    @Interceptor
    public class StartProcessInterceptor
    extends java.lang.Object
    implements java.io.Serializable
    implementation of the StartProcess annotation
    Author:
    Daniel Meyer
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object invoke​(javax.interceptor.InvocationContext ctx)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StartProcessInterceptor

        public StartProcessInterceptor()
    • Method Detail

      • invoke

        public java.lang.Object invoke​(javax.interceptor.InvocationContext ctx)
                                throws java.lang.Exception
        Throws:
        java.lang.Exception