Class NotificationServerConstant
- java.lang.Object
-
- org.silverpeas.core.notification.user.server.NotificationServerConstant
-
public class NotificationServerConstant extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
JMS_FACTORY
static String
JMS_HEADER_CHANNEL
static String
JMS_QUEUE
-
Constructor Summary
Constructors Constructor Description NotificationServerConstant()
-
-
-
Field Detail
-
JMS_FACTORY
public static final String JMS_FACTORY
- See Also:
- Constant Field Values
-
JMS_QUEUE
public static final String JMS_QUEUE
- See Also:
- Constant Field Values
-
JMS_HEADER_CHANNEL
public static final String JMS_HEADER_CHANNEL
- See Also:
- Constant Field Values
-
-