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.


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.