| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Field Summary | |
| static java.lang.String | INBAND_STREAM_METHODThis method streams the data through the server | 
| static java.lang.String | OUTBAND_STREAM_METHODThis method streams the data bypassing the server | 
| Method Summary | |
|  void | addStreamingServiceListener(StreamingServiceListener listener)Add an additional StreamingServiceListener to receive the event notifications. | 
|  void | initialize(StreamingServiceListener listener)intialize the service by providing a StreamingServiceListener. | 
|  ContentStream | open(java.lang.String rcpt,
     java.lang.String[] methods,
     SenderStreamingProfile profile,
     ContentStreamListener listener)Opens a ContentStream with the recipient. | 
|  void | removeStreamingServiceListener(StreamingServiceListener listener)Removes an already added ConfereneServiceListener. | 
| Field Detail | 
public static final java.lang.String INBAND_STREAM_METHOD
public static final java.lang.String OUTBAND_STREAM_METHOD
| Method Detail | 
public ContentStream open(java.lang.String rcpt,
                          java.lang.String[] methods,
                          SenderStreamingProfile profile,
                          ContentStreamListener listener)
                   throws CollaborationException
rcpt - - The recipient of the streammethods - - The array of methods for the transfer as defined in StreamingServiceprofile - - The sender streaming profile containing the meta data about the streamlistener - - The ContentStreamListener to be used for notifications
CollaborationException
public void initialize(StreamingServiceListener listener)
                throws CollaborationException
listener - StreamingServiceListener
CollaborationExceptionpublic void addStreamingServiceListener(StreamingServiceListener listener)
initialize(org.netbeans.lib.collab.StreamingServiceListener) StreamingService.
listener - The StreamingServiceListener to be added.public void removeStreamingServiceListener(StreamingServiceListener listener)
listener - The StreamingServiceListener to be removed.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||