From 31d794be59cb2d1bf264df79f471b0c8d5f5a457 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:40:26 +0000 Subject: Moving to site trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882841 13f79535-47bb-0310-9956-ffa450edef68 --- .../core/conversation/ConversationManagerImpl.html | 476 +++++++++++++++++++++ 1 file changed, 476 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/core/conversation/ConversationManagerImpl.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/core/conversation/ConversationManagerImpl.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/core/conversation/ConversationManagerImpl.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/core/conversation/ConversationManagerImpl.html new file mode 100644 index 0000000000..a808663e73 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/core/conversation/ConversationManagerImpl.html @@ -0,0 +1,476 @@ + + + + + + +ConversationManagerImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.core.conversation +
+Class ConversationManagerImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.core.conversation.ConversationManagerImpl
+
+
+
All Implemented Interfaces:
ConversationManager
+
+
+
+
public class ConversationManagerImpl
extends java.lang.Object
implements ConversationManager
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ConversationManagerImpl() + +
+          constructor
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddListener(ConversationListener listener) + +
+          Add a listener to this conversation
+ voidendConversation(java.lang.Object conversationID) + +
+           
+ voidexpireConversation(java.lang.Object conversationID) + +
+           
+ ExtendedConversationgetConversation(java.lang.Object conversationID) + +
+           
+ longgetMaxAge() + +
+          returns the default max age
+ longgetMaxIdleTime() + +
+          return the default max idle time
+ voidremoveListener(ConversationListener listener) + +
+          Remove a listener from this conversation
+ voidscheduleConversation(ExtendedConversationImpl aConversation, + long time) + +
+          starts the reaper thread
+ ExtendedConversationstartConversation(java.lang.Object conversationID) + +
+           
+ voidstopReaper() + +
+          stops the reaper thread
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ConversationManagerImpl

+
+public ConversationManagerImpl()
+
+
constructor +

+

+ + + + + + + + +
+Method Detail
+ +

+addListener

+
+public void addListener(ConversationListener listener)
+
+
Description copied from interface: ConversationManager
+
Add a listener to this conversation +

+

+
Specified by:
addListener in interface ConversationManager
+
+
+
See Also:
ConversationManager.addListener(org.apache.tuscany.sca.core.conversation.ConversationListener)
+
+
+
+ +

+endConversation

+
+public void endConversation(java.lang.Object conversationID)
+
+
+
Specified by:
endConversation in interface ConversationManager
+
+
+
See Also:
org.apache.tuscany.sca.core.conversation.ConversationManager#endConversation(org.apache.tuscany.sca.core.conversation.ExtendedConversation)
+
+
+
+ +

+expireConversation

+
+public void expireConversation(java.lang.Object conversationID)
+
+
+
Specified by:
expireConversation in interface ConversationManager
+
+
+
+
+
+
+ +

+getConversation

+
+public ExtendedConversation getConversation(java.lang.Object conversationID)
+
+
+
Specified by:
getConversation in interface ConversationManager
+
+
+ +
Returns:
See Also:
ConversationManager.getConversation(java.lang.Object)
+
+
+
+ +

+removeListener

+
+public void removeListener(ConversationListener listener)
+
+
Description copied from interface: ConversationManager
+
Remove a listener from this conversation +

+

+
Specified by:
removeListener in interface ConversationManager
+
+
+
See Also:
ConversationManager.removeListener(org.apache.tuscany.sca.core.conversation.ConversationListener)
+
+
+
+ +

+scheduleConversation

+
+public void scheduleConversation(ExtendedConversationImpl aConversation,
+                                 long time)
+
+
starts the reaper thread +

+

+
+
+
+
+
+
+
+ +

+stopReaper

+
+public void stopReaper()
+
+
stops the reaper thread +

+

+
+
+
+
+
+
+
+ +

+startConversation

+
+public ExtendedConversation startConversation(java.lang.Object conversationID)
+
+
+
Specified by:
startConversation in interface ConversationManager
+
+
+ +
Returns:
See Also:
ConversationManager.startConversation(java.lang.Object)
+
+
+
+ +

+getMaxIdleTime

+
+public long getMaxIdleTime()
+
+
return the default max idle time +

+

+
Specified by:
getMaxIdleTime in interface ConversationManager
+
+
+
Parameters:
impProvider - the implementation Provider to extract any ConversationAttribute details +
Returns:
the default max idle time for a conversation
+
+
+
+ +

+getMaxAge

+
+public long getMaxAge()
+
+
returns the default max age +

+

+
Specified by:
getMaxAge in interface ConversationManager
+
+
+
Parameters:
impProvider - the implementation Provider to extract any ConversationAttribute details +
Returns:
the default max age for a conversation
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3