com.vii.brillien.kernel.annotations
Annotation Type Activate


@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public @interface Activate

This annotaion can be placed before the methods in a Flow type meaning the start of activation. These methods should be called once in the lifetime of a Flow.


Optional Element Summary
 long timeout
          Timout for this component measured in milliseconds
 

timeout

public abstract long timeout
Timout for this component measured in milliseconds

Returns:
timout
Default:
-1L


Copyright © 2012. All Rights Reserved.