|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
Conference |
getPublicConference(java.lang.String destination)
retrieve a public conference without joining Verified that the conference exists |
Conference |
joinPublicConference(java.lang.String destination,
ConferenceListener listener)
join a public conference |
java.util.Collection |
listPublicConferences(java.lang.String domain)
Deprecated. use PersonalStore.search() to get conference entries |
Conference |
setupConference(ConferenceListener listener,
int accessLevel)
setup a new conference |
Conference |
setupPublicConference(java.lang.String destination,
ConferenceListener listener,
int accessLevel)
create a new public conference A public conference is a conference which persists even when no member is present. |
Method Detail |
public Conference setupConference(ConferenceListener listener, int accessLevel) throws CollaborationException
listener
- conference listeneraccessLevel
- privilegdes to assign to the invited user.
CollaborationException
public Conference joinPublicConference(java.lang.String destination, ConferenceListener listener) throws CollaborationException
destination
- conference addresslistener
- conference listener
CollaborationException
public Conference setupPublicConference(java.lang.String destination, ConferenceListener listener, int accessLevel) throws CollaborationException
destination
- identifier for this conferencelistener
- conference listeneraccessLevel
- default privilegdes to assign to the joining users.
CollaborationException
Conference.join(com.sun.im.service.ConferenceListener)
public java.util.Collection listPublicConferences(java.lang.String domain) throws CollaborationException
domain
- name of the domain to search.
CollaborationException
public Conference getPublicConference(java.lang.String destination) throws CollaborationException
destination
- identifier for this conference
CollaborationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |