Skip navigation links

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

E20955-01


Uses of Class
waggle.common.modules.hive.infos.XHiveInfo

Packages that use XHiveInfo
waggle.client.modules.hive Classes for receiving and acting on incoming Hive Module back-channel messages. 
waggle.common.modules.connect.infos Data transfer objects defined by the Connect Module API. 
waggle.common.modules.hive Hive Module API. 
waggle.common.modules.hive.infos Data transfer objects defined by the Hive Module API. 

 

Uses of XHiveInfo in waggle.client.modules.hive

 

Methods in waggle.client.modules.hive with parameters of type XHiveInfo
 void XHiveModuleClientEvents.notifyHiveConfigurationUpdated(XHiveInfo hiveInfo)
           
 void XHiveModuleClientEvents.notifyHiveEntered(XHiveInfo hiveInfo, XUserInfo userInfo)
           
 void XHiveModuleClientEvents.notifyHiveEntering(XHiveInfo hiveInfo, XUserInfo userInfo)
           
 void XHiveModuleClientEvents.notifyHiveExit(XHiveInfo hiveInfo)
           
 void XHiveModuleClientEvents.notifyHiveExited(XHiveInfo hiveInfo, XUserInfo userInfo)
           
 void XHiveModuleClientEvents.notifyHiveExiting(XHiveInfo hiveInfo, XUserInfo userInfo)
           
 void XHiveModuleClientEvents.notifyHiveNameChanged(XHiveInfo hiveInfo)
           
 void XHiveModuleClientEvents.notifyHiveStateChanged(XHiveInfo hiveInfo)
           
 void XHiveModuleClientEvents.notifyHiveUpdated(XHiveInfo hiveInfo)
           

 

Uses of XHiveInfo in waggle.common.modules.connect.infos

 

Fields in waggle.common.modules.connect.infos declared as XHiveInfo
 XHiveInfo XLoginInfo.HiveInfo
          The Hive Information DTO for the Hive.

 

Uses of XHiveInfo in waggle.common.modules.hive

 

Methods in waggle.common.modules.hive that return XHiveInfo
 XHiveInfo XHiveModule.Server.getHive()
          Get the Hive Information DTO.
 XHiveInfo XHiveModule.Server.updateHive(XUpdater updater)
          Update a Hive.

 

Methods in waggle.common.modules.hive with parameters of type XHiveInfo
 void XHiveModule.Client.hiveConfigurationUpdated(XHiveInfo hiveInfo)
          Notification sent that a Hive' configuration has changed.
 void XHiveModule.Client.hiveEntered(XHiveInfo hiveInfo, XUserInfo userInfo)
          Notification sent that the Hive has been entered.
 void XHiveModule.Client.hiveExit(XHiveInfo hiveInfo)
          Request by server that the specified Hive be exited.
 void XHiveModule.Client.hiveExited(XHiveInfo hiveInfo, XUserInfo userInfo)
          Notification sent that the Hive has been exited.
 void XHiveModule.Client.hiveNameChanged(XHiveInfo hiveInfo)
          Notification sent that a Hive name has changed.
 void XHiveModule.Client.hiveStateChanged(XHiveInfo hiveInfo)
          Notification sent that a Hive's state has changed.
 void XHiveModule.Client.hiveUpdated(XHiveInfo hiveInfo)
          Notification sent that a Hive' attributes have changed.

 

Uses of XHiveInfo in waggle.common.modules.hive.infos

 

Fields in waggle.common.modules.hive.infos declared as XHiveInfo
 XHiveInfo XHiveDetailsInfo.HiveInfo
          The basic Hive info.

 


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.