com.bea.control
Annotation Type ServiceControl.Conversation


@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface ServiceControl.Conversation

The Conversation annotation specifies the conversational phase of the method. If this annotation is absent, the method is non-conversatonal.


Required Element Summary
 ServiceControl.Conversation.Phase phase
           
 

Element Detail

phase

public abstract ServiceControl.Conversation.Phase phase