com.stratelia.silverpeas.notificationserver.channel.server
Class SilverMessageFactory

java.lang.Object
  extended by com.stratelia.silverpeas.notificationserver.channel.server.SilverMessageFactory

public class SilverMessageFactory
extends Object

Version:
Author:
neysseri

Constructor Summary
SilverMessageFactory()
          -------------------------------------------------------------------------- constructor constructor
 
Method Summary
static void del(String msgId)
          pop del
static void push(String userId, String message, String sessionId)
          -------------------------------------------------------------------------- pop push
static SilverMessage read(String userId, String sessionId)
          -------------------------------------------------------------------------- pop read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SilverMessageFactory

public SilverMessageFactory()
-------------------------------------------------------------------------- constructor constructor

Method Detail

read

public static SilverMessage read(String userId,
                                 String sessionId)
-------------------------------------------------------------------------- pop read


del

public static void del(String msgId)
pop del


push

public static void push(String userId,
                        String message,
                        String sessionId)
-------------------------------------------------------------------------- pop push



Copyright © 2016 Silverpeas. All Rights Reserved.