

Public Member Functions | |
| String | getIntervalCall (IConstructor constructor) |
| MessageQueue () | |
Public Member Functions inherited from org.turro.elephant.direct.AbstractDirectContentCtrl | |
| AbstractDirectContentCtrl (String tmplRoot) | |
| String | createFormAction () |
| String | createPOST (String values) |
| String | getAjaxSubmitUrl (String containerId) |
| String | getAjaxUrl (String containerId, String values) |
| String | getAjaxUrl (String containerId, KeyValueMap values) |
| String | getAjaxEvalUrl (KeyValueMap values) |
| String | createRightNowURL (String values) |
| String | createRightNowURL (KeyValueMap values) |
| String | createLinkTo (String link, KeyValueMap values) |
| String | createURL () |
| String | createURL (IConstructor constructor, String values) |
| String | createURL (IConstructor constructor, String values, int daysValid) |
| String | createURL (IConstructor constructor, String values, int daysValid, boolean withDomain) |
| String | createURL (IConstructor constructor, IContact recipe, String values, int daysValid, boolean withDomain) |
| String | createURL (IConstructor constructor, IContact recipe, KeyValueMap values, int daysValid, boolean withDomain) |
| void | setTemplate (String template) |
| void | render (IConstructor constructor) |
| String | parse (IConstructor constructor) |
| boolean | itsMe (String id) |
| boolean | myTurn (HttpServletRequest request) |
| void | execute (ServletContext context, HttpServletRequest request, HttpServletResponse response) |
| void | execute (IConstructor constructor) |
Static Public Member Functions | |
| static void | pushMessage (IContact contact, String msg) |
| static String | pollMessage (IContact contact) |
| static boolean | hasMessage (IContact contact) |
| static void | pushMessage (String idContact, String msg) |
| static String | pollMessage (String idContact) |
| static boolean | hasMessage (String idContact) |
| static void | pushGenerics (String idContact) |
| static BlockingQueue< String > | getQueue (IContact contact) |
| static BlockingQueue< String > | getQueue (String idContact) |
Protected Member Functions | |
| String | getIdentifier () |
| void | prepareMarker (ElephantMarker marker) |
| void | prepareCleanMarker (ElephantMarker marker, KeyValueMap map) |
| void | doExecute (IConstructor constructor, KeyValueMap map) |
Protected Member Functions inherited from org.turro.elephant.direct.AbstractDirectContentCtrl | |
| String | getRedirContext (IConstructor constructor, boolean withDomain) |
| ElephantMarker | getMarker (IConstructor constructor) |
| ElephantMarker | getCleanMarkerFrom (IConstructor constructor) |
| void | addContainerId (ElephantMarker marker, boolean container) |
| String | getTmplRoot () |
| String | getTemplate () |
| void | writeMarkerToResponse (IConstructor constructor, KeyValueMap map) |
| void | writeMarkerToResponse (IConstructor constructor, KeyValueMap map, Map extra) |
| void | setNeedsUser (boolean needsUser) |
Additional Inherited Members | |
Protected Attributes inherited from org.turro.elephant.direct.AbstractDirectContentCtrl | |
| String | template = "full" |
Definition at line 51 of file MessageQueue.java.
| org.turro.message.MessageQueue.MessageQueue | ( | ) |
Definition at line 125 of file MessageQueue.java.
|
protected |
Reimplemented from org.turro.elephant.direct.AbstractDirectContentCtrl.
Definition at line 147 of file MessageQueue.java.
|
protected |
Reimplemented from org.turro.elephant.direct.AbstractDirectContentCtrl.
Definition at line 131 of file MessageQueue.java.
| String org.turro.message.MessageQueue.getIntervalCall | ( | IConstructor | constructor | ) |
Definition at line 77 of file MessageQueue.java.

|
static |
Definition at line 115 of file MessageQueue.java.

|
static |
Definition at line 119 of file MessageQueue.java.
|
static |
Definition at line 61 of file MessageQueue.java.
|
static |
Definition at line 73 of file MessageQueue.java.
|
static |
Definition at line 57 of file MessageQueue.java.
|
static |
Definition at line 69 of file MessageQueue.java.
|
protected |
Reimplemented from org.turro.elephant.direct.AbstractDirectContentCtrl.
Definition at line 141 of file MessageQueue.java.

|
protected |
Reimplemented from org.turro.elephant.direct.AbstractDirectContentCtrl.
Definition at line 136 of file MessageQueue.java.
|
static |
Definition at line 93 of file MessageQueue.java.

|
static |
|
static |
Definition at line 65 of file MessageQueue.java.