2016/05/28 - Apache Tuscany has been retired.

For more information, please explore the Attic.


org.osoa.sca
Interface Conversation


public interface Conversation

Interface representing a Conversation providing access to the conversation id and and a mechanism to terminate the conversation.

Version:
$Rev: 512440 $ $Date: 2007-02-27 22:08:01 +0000 (Tue, 27 Feb 2007) $

Method Summary
 void end()
          End this conversation.
 java.lang.Object getConversationID()
          Returns the identifier for this conversation.
 

Method Detail

getConversationID

java.lang.Object getConversationID()
Returns the identifier for this conversation. If a user-defined identity had been supplied for this reference then its value will be returned; otherwise the identity generated by the system when the conversation was initiated will be returned.

Returns:
the identifier for this conversation

end

void end()
End this conversation.