@Retention(RUNTIME)
@Target(TYPE)
public @interface Conversational
| Modifier and Type | Optional Element | Description | 
|---|---|---|
java.lang.String | 
maxAge | 
 Deprecated. 
The amount of time (since it started) that the conversation may remain active
 before it is finished by WebLogic Server. 
 | 
java.lang.String | 
maxIdleTime | 
 Deprecated. 
The amount of time that the conversation may remain idle before it is finished by WebLogic Server. 
 | 
boolean | 
runAsStartUser | 
 Deprecated. 
Continue and finish methods will be run as the user who started the conversation 
 | 
boolean | 
singlePrincipal | 
 Deprecated. 
If true, only the principal who started the conversation can continue and finish the conversation. 
 | 
java.lang.String maxIdleTime
java.lang.String maxAge