| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
|  NewsChannel | getNewsChannel(java.lang.String destination,
               NewsChannelListener listener)retrieve and subscribe to a bulletin board. | 
|  java.util.Collection | listNewsChannels(java.lang.String domain)list all available bulletin boards | 
|  NewsChannel | newNewsChannel(java.lang.String destination,
               NewsChannelListener listener,
               int defaultAccess)create a new bulletin board. | 
| Method Detail | 
public NewsChannel getNewsChannel(java.lang.String destination,
                                  NewsChannelListener listener)
                           throws CollaborationException
destination - address of the bulletin boardlistener - callback object by wich new messages are provided.
CollaborationException
public NewsChannel newNewsChannel(java.lang.String destination,
                                  NewsChannelListener listener,
                                  int defaultAccess)
                           throws CollaborationException
destination - address of the bulletin boarddefaultAccess - default privilege of new subscribers.listener - callback object by wich new messages are provided.
CollaborationException
public java.util.Collection listNewsChannels(java.lang.String domain)
                                      throws CollaborationException
domain - name of the domain in which to search.
CollaborationException| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||