org.osoa.sca
Interface Conversation


public interface Conversation


Method Summary
 void end()
          Ends 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()
Ends this conversation.



Copyright © 2009. All Rights Reserved.