|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExtendedConversation
An extended interface over org.osoa.Conversation
| Method Summary | |
|---|---|
boolean |
conversationalAttributesInitialized()
|
ConversationState |
getState()
Get the state of a conversation |
void |
initializeConversationAttributes(RuntimeComponent targetComponent)
|
boolean |
isExpired()
will check whether this conversation has expired and update state if it has |
void |
setConversationID(java.lang.Object conversationID)
|
void |
setState(ConversationState state)
|
void |
updateLastReferencedTime()
updates the last time this conversation was referenced |
| Methods inherited from interface org.osoa.sca.Conversation |
|---|
end, getConversationID |
| Method Detail |
|---|
ConversationState getState()
void setState(ConversationState state)
state - the state to setvoid setConversationID(java.lang.Object conversationID)
conversationID - the conversationID to setboolean isExpired()
void updateLastReferencedTime()
void initializeConversationAttributes(RuntimeComponent targetComponent)
boolean conversationalAttributesInitialized()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||