Skip navigation links

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

E20955-01


waggle.common.modules.hive
Interface XHiveModule.Client

All Superinterfaces:
XAPIInterface, XAPIInterface.Client
Enclosing interface:
XHiveModule

public static interface XHiveModule.Client
extends XAPIInterface.Client

Client interface for the Hive Module API.


Nested Class Summary

 

Nested classes/interfaces inherited from interface waggle.core.api.XAPIInterface
XAPIInterface.Client, XAPIInterface.Server

 

Method Summary
 void hiveConfigurationUpdated(XHiveInfo hiveInfo)
          Notification sent that a Hive' configuration has changed.
 void hiveEntered(XHiveInfo hiveInfo, XUserInfo userInfo)
          Notification sent that the Hive has been entered.
 void hiveExit(XHiveInfo hiveInfo)
          Request by server that the specified Hive be exited.
 void hiveExited(XHiveInfo hiveInfo, XUserInfo userInfo)
          Notification sent that the Hive has been exited.
 void hiveNameChanged(XHiveInfo hiveInfo)
          Notification sent that a Hive name has changed.
 void hiveStateChanged(XHiveInfo hiveInfo)
          Notification sent that a Hive's state has changed.
 void hiveUpdated(XHiveInfo hiveInfo)
          Notification sent that a Hive' attributes have changed.

 

Method Detail

hiveExit

void hiveExit(XHiveInfo hiveInfo)
Request by server that the specified Hive be exited.
Parameters:
hiveInfo - The Hive info.

hiveEntered

void hiveEntered(XHiveInfo hiveInfo,
                 XUserInfo userInfo)
Notification sent that the Hive has been entered.
Parameters:
hiveInfo - The Hive info.
userInfo - The User info.

hiveExited

void hiveExited(XHiveInfo hiveInfo,
                XUserInfo userInfo)
Notification sent that the Hive has been exited.
Parameters:
hiveInfo - The Hive info.
userInfo - The User info.

hiveNameChanged

void hiveNameChanged(XHiveInfo hiveInfo)
Notification sent that a Hive name has changed.
Parameters:
hiveInfo - The Hive info.

hiveStateChanged

void hiveStateChanged(XHiveInfo hiveInfo)
Notification sent that a Hive's state has changed.
Parameters:
hiveInfo - The Hive info.

hiveUpdated

void hiveUpdated(XHiveInfo hiveInfo)
Notification sent that a Hive' attributes have changed.
Parameters:
hiveInfo - The Hive info.

hiveConfigurationUpdated

void hiveConfigurationUpdated(XHiveInfo hiveInfo)
Notification sent that a Hive' configuration has changed.
Parameters:
hiveInfo - The 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.