Package org.javlo.service.remote
Class RemoteMessageService
- java.lang.Object
-
- org.javlo.service.remote.RemoteMessageService
-
public class RemoteMessageService extends Object
-
-
Constructor Summary
Constructors Constructor Description RemoteMessageService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddI18nMessage(int type, String message)voidaddMessage(int level, int type, String message)static RemoteMessageServicegetInstance(GlobalContext globalContext)Collection<RemoteMessage>getMessages(String clientId)
-
-
-
Method Detail
-
getInstance
public static RemoteMessageService getInstance(GlobalContext globalContext)
-
getMessages
public Collection<RemoteMessage> getMessages(String clientId)
-
addMessage
public void addMessage(int level, int type, String message)
-
addI18nMessage
public void addI18nMessage(int type, String message)
-
-