|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.security.external.dialogues.DialogueManagerBean
public class DialogueManagerBean
| Constructor Summary | |
|---|---|
DialogueManagerBean()
|
|
| Method Summary | |
|---|---|
void |
attachDialogue(String requestId)
Attaches the current thread to the given dialogue. |
void |
beginDialogue()
Starts a new dialogue. |
void |
detachDialogue()
Detaches the current thread from the dialogue. |
void |
endDialogue()
Ends the current dialogue. |
boolean |
isAttached()
Checks whether the current thread is attached to a dialogue (i.e. |
boolean |
isExistingDialogue(String dialogueId)
Checks whether a dialogue exists with the given id. |
void |
servletDestroyed(ServletContext context)
|
void |
servletInitialized(ServletContext context)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DialogueManagerBean()
| Method Detail |
|---|
public void servletInitialized(@Observes@Initialized
ServletContext context)
public void servletDestroyed(@Observes@Destroyed
ServletContext context)
public void beginDialogue()
DialogueManagerRuntimeException if
DialogueManager.isAttached() is true.
beginDialogue in interface DialogueManagerpublic void endDialogue()
DialogueManagerRuntimeException if
DialogueManager.isAttached() is false.
endDialogue in interface DialogueManagerpublic void attachDialogue(String requestId)
DialogueManagerRuntimeException if the thread is already attached to a dialogue,
i.e. if DialogueManager.isAttached() is true.
attachDialogue in interface DialogueManagerpublic void detachDialogue()
DialogueManagerRuntimeException if DialogueManager.isAttached() is false.
detachDialogue in interface DialogueManagerpublic boolean isExistingDialogue(String dialogueId)
DialogueManager
isExistingDialogue in interface DialogueManagerdialogueId - the id
public boolean isAttached()
DialogueManager
isAttached in interface DialogueManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||