@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface ProcessStart
ProcessComplete
method is the synchronous
(blocking) version of this method.
The ProcessStart method is called after the ProcessPrepare
method. It may be called by the
ProcessComplete
method (but will block till the process is finished).
This annotation is optional. Calling methods should test for its existence with the
ProcessWrapper.hasStart()
method and should call the corresponding
ProcessComplete annotated method.ProcessPrepare
,
ProcessComplete
Copyright © 2007-2016 Concurrent, Inc. All Rights Reserved.