|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary |
Fields inherited from interface org.netbeans.lib.collab.PersonalStoreEntry |
BOOKMARK, BOOKMARK_FOLDER, CONFERENCE, CONTACT, CONTACT_FOLDER, FOLDER, GATEWAY, GROUP, PROFILE, PROFILE_FOLDER, WATCHER |
Method Summary | |
java.lang.String |
getHostName()
returns the JID of the gateway |
java.lang.String |
getName()
returns the name of the gateway |
java.lang.String |
getService()
|
java.util.Set |
getSupportedFeatures()
returns the set of features supported by the gateway Each element in the Set is a String object |
boolean |
isRegistered()
|
boolean |
isSupportedFeature(java.lang.String feature)
|
void |
register(RegistrationListener listener)
registers the user with the gateway |
void |
unregister(RegistrationListener listener)
unregister the user with the gateway |
Methods inherited from interface org.netbeans.lib.collab.PersonalStoreEntry |
addToFolder, getDisplayName, getEntryId, getFolders, getType, remove, removeFromFolder, save, setDisplayName |
Method Detail |
public java.lang.String getHostName() throws CollaborationException
CollaborationException
public java.lang.String getName() throws CollaborationException
CollaborationException
public java.lang.String getService() throws CollaborationException
CollaborationException
public void register(RegistrationListener listener) throws CollaborationException
listener
- - the callback for the registration events
CollaborationException
public void unregister(RegistrationListener listener) throws CollaborationException
listener
- - callback object for the unregistration events
CollaborationException
public java.util.Set getSupportedFeatures() throws CollaborationException
CollaborationException
public boolean isSupportedFeature(java.lang.String feature) throws CollaborationException
feature
- - feature to check if supported or not supported
CollaborationException
public boolean isRegistered() throws CollaborationException
CollaborationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |