|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public static @interface Jpf.SharedFlowRef
Declaration of a shared flow reference, which maps a local shared flow name to an actual shared flow type.
Referenced shared flows add common actions (addressed in the form
"shared-flow-name.shared-flow-action-name") and fallback exception handlers, and can provide
a location for shared state. This annotation is used within Jpf.Controller
.
Required Element Summary | |
---|---|
String |
name
The local name of the shared flow reference. |
Class |
type
The actual type of the shared flow. |
Element Detail |
---|
public abstract String name
public abstract Class type
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |