Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Uses of Class
waggle.core.info.XUpdater

Packages that use XUpdater
waggle.client.modules.voice Classes for receiving and acting on incoming Voice Module back-channel messages. 
waggle.common.modules.chat Chat Module API. 
waggle.common.modules.conversation Conversation Module API. 
waggle.common.modules.document Document Module API. 
waggle.common.modules.hive Hive Module API. 
waggle.common.modules.opensocial OpenSocial Module API. 
waggle.common.modules.profile Profile Module API. 
waggle.common.modules.realm Realm Module API. 
waggle.common.modules.repository Repository Module API. 
waggle.common.modules.user User Module API. 
waggle.common.modules.voice Voice Module API. 
waggle.common.modules.voice.infos Data transfer objects defined by the Voice Module API. 
waggle.core.info This package contains classes for aggregating data to be used in return values, updates, and external API transmission. 

 

Uses of XUpdater in waggle.client.modules.voice

 

Methods in waggle.client.modules.voice with parameters of type XUpdater
 void XVoiceModuleClientEvents.notifyUpdateConference(XObjectID conversationID, XObjectID conferenceID, XUpdater updater)
           

 

Uses of XUpdater in waggle.common.modules.chat

 

Methods in waggle.common.modules.chat with parameters of type XUpdater
 void XChatModule.Server.updateChat(XObjectID chatID, XUpdater updater)
          Update a Chat.

 

Uses of XUpdater in waggle.common.modules.conversation

 

Methods in waggle.common.modules.conversation with parameters of type XUpdater
 void XConversationModule.Server.updateConversation(XObjectID conversationID, XUpdater updater)
          Update a Conversation.

 

Uses of XUpdater in waggle.common.modules.document

 

Methods in waggle.common.modules.document with parameters of type XUpdater
 void XDocumentModule.Server.updateVersion(XObjectID versionID, XUpdater updater)
          Update a Version.

 

Uses of XUpdater in waggle.common.modules.hive

 

Methods in waggle.common.modules.hive with parameters of type XUpdater
 XHiveInfo XHiveModule.Server.updateHive(XUpdater updater)
          Update a Hive.
 void XHiveModule.Server.updateHiveConfiguration(XUpdater updater)
          Update a Hive's configuration.

 

Uses of XUpdater in waggle.common.modules.opensocial

 

Methods in waggle.common.modules.opensocial with parameters of type XUpdater
 XObjectID XOSModule.Server.createGadget(String gadgetName, XAPIInputStream inputStream, String mimeType, long length, XUpdater updater)
          Create a Gadget.
 void XOSModule.Server.updateGadget(XObjectID gadgetID, XUpdater updater)
          Update a Gadget.

 

Uses of XUpdater in waggle.common.modules.profile

 

Methods in waggle.common.modules.profile with parameters of type XUpdater
 XProfileInfo XProfileModule.Server.updateMyProfile(XUpdater updater)
          Update the current User's Profile info.
 XProfileInfo XProfileModule.Server.updateProfile(XObjectID userID, XUpdater updater)
          Update a User's Profile info.

 

Uses of XUpdater in waggle.common.modules.realm

 

Methods in waggle.common.modules.realm with parameters of type XUpdater
 XRealmInfo XRealmModule.Server.createLDAPRealm(String realmName, XUpdater updater)
          Create an LDAP Realm.
 XRealmInfo XRealmModule.Server.updateRealm(XObjectID realmID, XUpdater updater)
          Update the Realm.

 

Uses of XUpdater in waggle.common.modules.repository

 

Methods in waggle.common.modules.repository with parameters of type XUpdater
 XRepositoryInfo XRepositoryModule.Server.updateRepository(XObjectID repositoryID, XUpdater updater)
          Update an existing Repository.

 

Uses of XUpdater in waggle.common.modules.user

 

Methods in waggle.common.modules.user with parameters of type XUpdater
 void XUserModule.Server.updateUser(XObjectID userID, XUpdater updater)
          Update a User.

 

Uses of XUpdater in waggle.common.modules.voice

 

Methods in waggle.common.modules.voice with parameters of type XUpdater
 void XVoiceModule.Client.updateConference(XObjectID conversationID, XObjectID conferenceID, XUpdater updater)
          Notification that a conference has changed and what the change is.

 

Uses of XUpdater in waggle.common.modules.voice.infos

 

Fields in waggle.common.modules.voice.infos with type parameters of type XUpdater
 Collection<XUpdater> XVoiceConferenceInfo.Participants
          The list of all users who have participated in the conference.

 

Uses of XUpdater in waggle.core.info

 

Subclasses of XUpdater in waggle.core.info
 class XInfo
          This class represents the DTO for Maps between Clients and Servers.

 

Methods in waggle.core.info that return XUpdater
 XUpdater XValue.getUpdater()
          Get an XUpdater value from the XUpdater.
 XUpdater XUpdater.getUpdater(String name)
          Get an XUpdater value from the XUpdater.

 

Methods in waggle.core.info that return types with arguments of type XUpdater
 Collection<XUpdater> XValue.getCollectionUpdaters()
          Get a Collection value from the XUpdater.
 Collection<XUpdater> XUpdater.getCollectionUpdaters(String name)
          Get a Collection value from the XUpdater.

 

Methods in waggle.core.info with parameters of type XUpdater
 void XUpdater.addAll(XUpdater info)
          Add/Overwrite all entries in the specified XUpdater into this XUpdater.
 void XUpdater.put(String name, XUpdater value)
          Put an XUpdater value into the XUpdater.

 


Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.