|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.server.notification.web.NotificationServer
public class NotificationServer
NotificationServer connects to JMS server to handle update messages from model server, and sends updates to notification clients
| Constructor Summary | |
|---|---|
NotificationServer(ModelServiceApi api,
java.util.Properties properties)
Create new NotificationServer |
|
| Method Summary | |
|---|---|
IJmsProvider |
getJmsProvider()
Get the IJmsProvider for this server |
javax.jms.Session |
getSession()
Get JMS Session for the connectoin |
UpdateManager |
getUpdateManager()
Get UpdateManager for this server |
void |
reset()
Handle reset messages |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotificationServer(ModelServiceApi api,
java.util.Properties properties)
api - connection to the server servicesproperties - Configuration properties| Method Detail |
|---|
public void reset()
public javax.jms.Session getSession()
public IJmsProvider getJmsProvider()
public UpdateManager getUpdateManager()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||