|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stratelia.silverpeas.peasCore.AbstractComponentSessionController
com.stratelia.silverpeas.notificationserver.channel.popup.POPUPSessionController
public class POPUPSessionController
Class declaration
| Field Summary | |
|---|---|
protected String |
currentFunction
|
protected long |
currentMessageId
|
| Fields inherited from class com.stratelia.silverpeas.peasCore.AbstractComponentSessionController |
|---|
CHARACTER_ENCODING, context |
| Constructor Summary | |
|---|---|
POPUPSessionController(MainSessionController mainSessionCtrl,
ComponentContext context)
Constructor declaration |
|
| Method Summary | |
|---|---|
protected String |
getComponentInstName()
|
String |
getCurrentFunction()
Method declaration |
long |
getCurrentMessageId()
Method declaration |
POPUPMessage |
getMessage(long messageId)
Method declaration |
void |
notifySession(String userId,
String message)
Send message to user |
void |
setCurrentFunction(String currentFunction)
Method declaration |
void |
setCurrentMessageId(long value)
Method declaration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String currentFunction
protected long currentMessageId
| Constructor Detail |
|---|
public POPUPSessionController(MainSessionController mainSessionCtrl,
ComponentContext context)
| Method Detail |
|---|
protected String getComponentInstName()
public void setCurrentFunction(String currentFunction)
currentFunction - public String getCurrentFunction()
public POPUPMessage getMessage(long messageId)
throws POPUPException
messageId -
POPUPExceptionpublic long getCurrentMessageId()
public void setCurrentMessageId(long value)
value -
public void notifySession(String userId,
String message)
userId - message -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||