From 89f50eb6be3420fed9e590501ee50ba64a064cc8 Mon Sep 17 00:00:00 2001 From: nash Date: Wed, 6 Oct 2010 20:39:42 +0000 Subject: Add SCA API Javadoc for 1.6.1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005240 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/annotations/ConversationAttributes.html | 262 +++++++++++++++++++++ 1 file changed, 262 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/ConversationAttributes.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/ConversationAttributes.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/ConversationAttributes.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/ConversationAttributes.html new file mode 100644 index 0000000000..401ddd581c --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/ConversationAttributes.html @@ -0,0 +1,262 @@ + + + + + + +ConversationAttributes + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type ConversationAttributes

+
+
+
@Target(value=TYPE)
+@Retention(value=RUNTIME)
+public @interface ConversationAttributes
+ + +

+Annotation used to indicate the characteristics of a conversation. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+Optional Element Summary
+ java.lang.StringmaxAge + +
+          The maximum time that a conversation may remain active.
+ java.lang.StringmaxIdleTime + +
+          The maximum time that can pass between operations in a single conversation.
+ booleansinglePrincipal + +
+          If true, indicates that only the user that initiated the conversation has the authority to continue it.
+  +

+

+maxIdleTime

+
+public abstract java.lang.String maxIdleTime
+
+
The maximum time that can pass between operations in a single conversation. If this time is exceeded the + container may end the conversation. +

+

+
+
+
+ +
Returns:
the maximum time that can pass between operations in a single conversation
+
+
Default:
""
+
+
+
+ +

+maxAge

+
+public abstract java.lang.String maxAge
+
+
The maximum time that a conversation may remain active. If this time is exceeded the container may end the + conversation. +

+

+
+
+
+ +
Returns:
the maximum time that a conversation may remain active
+
+
Default:
""
+
+
+
+ +

+singlePrincipal

+
+public abstract boolean singlePrincipal
+
+
If true, indicates that only the user that initiated the conversation has the authority to continue it. +

+

+
+
+
+ +
Returns:
true if only the user that initiated the conversation has the authority to continue it
+
+
Default:
false
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3