org.jboss.errai.workspaces.client.modules.shoutbox
Class ShoutboxModule

java.lang.Object
  extended by org.jboss.errai.workspaces.client.modules.shoutbox.ShoutboxModule
All Implemented Interfaces:
Module

public class ShoutboxModule
extends Object
implements Module

The ShoutboxService matches offers (provider) with demands (client) and handles the offer life-cycle and client notifications.


Field Summary
static String INBOX
           
 
Constructor Summary
ShoutboxModule()
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INBOX

public static final String INBOX
See Also:
Constant Field Values
Constructor Detail

ShoutboxModule

public ShoutboxModule()
Method Detail

start

public void start()
Specified by:
start in interface Module

stop

public void stop()
Specified by:
stop in interface Module


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.