org.apache.webbeans.spi
Interface ConversationService


public interface ConversationService

Conversation related SPI.

Version:
$Rev$ $Date$

Method Summary
 String getConversationId()
          Gets the current conversation id or null if there is no conversation.
 String getConversationSessionId()
          Gets the session id of the current session.
 

Method Detail

getConversationId

String getConversationId()
Gets the current conversation id or null if there is no conversation.

Returns:
the current conversation id

getConversationSessionId

String getConversationSessionId()
Gets the session id of the current session.

Returns:
the session id of the current user session


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.