|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface ConversationAttributes
Annotation used to indicate the characteristics of a conversation.
| Optional Element Summary | |
|---|---|
java.lang.String |
maxAge
The maximum time that a conversation may remain active. |
java.lang.String |
maxIdleTime
The maximum time that can pass between operations in a single conversation. |
boolean |
singlePrincipal
If true, indicates that only the user that initiated the conversation has the authority to continue it. |
public abstract java.lang.String maxIdleTime
public abstract java.lang.String maxAge
public abstract boolean singlePrincipal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||