Skip navigation links

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

E20955-01


waggle.common.modules.hive.infos
Class XHiveDetailsInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.hive.infos.XHiveDetailsInfo


public class XHiveDetailsInfo
extends XDTO

Hive Extended Information DTO.


Field Summary
 boolean AppSharing
          Is Hive app-sharing enabled at all.
 long AppSharingQuota
          The current Hive app-sharing quota.
 long AppSharingQuotaMax
          The Hive maximum allowed app-sharing quota.
 boolean AppSharingQuotaMaxHardLimit
          The Hive maximum allowed app-sharing quota is a hard limit.
 XHiveRecordingStatus AppSharingRecordingStatus
          The Hive app-sharing recording status.
 long ContentQuota
          The current Hive content quota.
 long ContentQuotaMax
          The Hive maximum allowed content quota.
 boolean ContentQuotaMaxHardLimit
          The Hive maximum allowed content quota is a hard limit.
 int GuestUserSlots
          The current number of slots used for guest Users.
 int GuestUserSlotsMax
          The maximum number of slots available for guest Users.
 boolean GuestUserSlotsMaxHardLimit
          Whether the maximum number of slots available for guest Users is a hard or soft limit.
 long GuestUserSlotsTimeoutMS
          The maximum time that a guest slot can be occupied by a disconnected guest User.
 XHiveInfo HiveInfo
          The basic Hive info.
 int NamedUserSlots
          The current number of slots used for named Users.
 int NamedUserSlotsMax
          The maximum number of slots available for named Users.
 boolean NamedUserSlotsMaxHardLimit
          Whether the maximum number of slots available for named Users is a hard or soft limit.
 boolean UserAppSharing
          Is default User app-sharing enabled at all.
 long UserAppSharingQuotaMax
          The default User maximum allowed app-sharing quota.
 boolean UserAppSharingQuotaMaxHardLimit
          The default User maximum allowed app-sharing quota is a hard limit.
 long UserContentQuotaMax
          The default User maximum allowed content quota.
 boolean UserContentQuotaMaxHardLimit
          The default User maximum allowed content quota is a hard limit.
 boolean UserVoiceHard
          Is default User voice hard enabled at all.
 long UserVoiceHardQuotaMax
          The default User maximum allowed voice hard quota.
 boolean UserVoiceHardQuotaMaxHardLimit
          The default User maximum allowed voice hard quota is a hard limit.
 boolean UserVoiceSoft
          Is default User voice hard enabled at all.
 long UserVoiceSoftQuotaMax
          The default User maximum allowed voice soft quota.
 boolean UserVoiceSoftQuotaMaxHardLimit
          The default User maximum allowed voice soft quota is a hard limit.
 boolean VoiceHard
          Is Hive voice hard enabled at all.
 long VoiceHardQuota
          The current Hive voice hard quota.
 long VoiceHardQuotaMax
          The Hive maximum allowed voice hard quota.
 boolean VoiceHardQuotaMaxHardLimit
          The Hive maximum allowed voice hard quota is a hard limit.
 XHiveRecordingStatus VoiceRecordingStatus
          The Hive voice recording status.
 boolean VoiceSoft
          Is Hive voice hard enabled at all.
 long VoiceSoftQuota
          The current Hive voice soft quota.
 long VoiceSoftQuotaMax
          The Hive maximum allowed voice soft quota.
 boolean VoiceSoftQuotaMaxHardLimit
          The Hive maximum allowed voice soft quota is a hard limit.

 

Constructor Summary
XHiveDetailsInfo()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

HiveInfo

public XHiveInfo HiveInfo
The basic Hive info.

NamedUserSlots

public int NamedUserSlots
The current number of slots used for named Users.

NamedUserSlotsMax

public int NamedUserSlotsMax
The maximum number of slots available for named Users.

NamedUserSlotsMaxHardLimit

public boolean NamedUserSlotsMaxHardLimit
Whether the maximum number of slots available for named Users is a hard or soft limit.

GuestUserSlots

public int GuestUserSlots
The current number of slots used for guest Users.

GuestUserSlotsMax

public int GuestUserSlotsMax
The maximum number of slots available for guest Users.

GuestUserSlotsMaxHardLimit

public boolean GuestUserSlotsMaxHardLimit
Whether the maximum number of slots available for guest Users is a hard or soft limit.

GuestUserSlotsTimeoutMS

public long GuestUserSlotsTimeoutMS
The maximum time that a guest slot can be occupied by a disconnected guest User.

ContentQuota

public long ContentQuota
The current Hive content quota.

VoiceHardQuota

public long VoiceHardQuota
The current Hive voice hard quota.

VoiceSoftQuota

public long VoiceSoftQuota
The current Hive voice soft quota.

AppSharingQuota

public long AppSharingQuota
The current Hive app-sharing quota.

ContentQuotaMax

public long ContentQuotaMax
The Hive maximum allowed content quota.

ContentQuotaMaxHardLimit

public boolean ContentQuotaMaxHardLimit
The Hive maximum allowed content quota is a hard limit.

VoiceHard

public boolean VoiceHard
Is Hive voice hard enabled at all.

VoiceHardQuotaMax

public long VoiceHardQuotaMax
The Hive maximum allowed voice hard quota.

VoiceHardQuotaMaxHardLimit

public boolean VoiceHardQuotaMaxHardLimit
The Hive maximum allowed voice hard quota is a hard limit.

VoiceSoft

public boolean VoiceSoft
Is Hive voice hard enabled at all.

VoiceSoftQuotaMax

public long VoiceSoftQuotaMax
The Hive maximum allowed voice soft quota.

VoiceSoftQuotaMaxHardLimit

public boolean VoiceSoftQuotaMaxHardLimit
The Hive maximum allowed voice soft quota is a hard limit.

VoiceRecordingStatus

public XHiveRecordingStatus VoiceRecordingStatus
The Hive voice recording status.

AppSharing

public boolean AppSharing
Is Hive app-sharing enabled at all.

AppSharingQuotaMax

public long AppSharingQuotaMax
The Hive maximum allowed app-sharing quota.

AppSharingQuotaMaxHardLimit

public boolean AppSharingQuotaMaxHardLimit
The Hive maximum allowed app-sharing quota is a hard limit.

AppSharingRecordingStatus

public XHiveRecordingStatus AppSharingRecordingStatus
The Hive app-sharing recording status.

UserContentQuotaMax

public long UserContentQuotaMax
The default User maximum allowed content quota.

UserContentQuotaMaxHardLimit

public boolean UserContentQuotaMaxHardLimit
The default User maximum allowed content quota is a hard limit.

UserVoiceHard

public boolean UserVoiceHard
Is default User voice hard enabled at all.

UserVoiceHardQuotaMax

public long UserVoiceHardQuotaMax
The default User maximum allowed voice hard quota.

UserVoiceHardQuotaMaxHardLimit

public boolean UserVoiceHardQuotaMaxHardLimit
The default User maximum allowed voice hard quota is a hard limit.

UserVoiceSoft

public boolean UserVoiceSoft
Is default User voice hard enabled at all.

UserVoiceSoftQuotaMax

public long UserVoiceSoftQuotaMax
The default User maximum allowed voice soft quota.

UserVoiceSoftQuotaMaxHardLimit

public boolean UserVoiceSoftQuotaMaxHardLimit
The default User maximum allowed voice soft quota is a hard limit.

UserAppSharing

public boolean UserAppSharing
Is default User app-sharing enabled at all.

UserAppSharingQuotaMax

public long UserAppSharingQuotaMax
The default User maximum allowed app-sharing quota.

UserAppSharingQuotaMaxHardLimit

public boolean UserAppSharingQuotaMaxHardLimit
The default User maximum allowed app-sharing quota is a hard limit.

Constructor Detail

XHiveDetailsInfo

public XHiveDetailsInfo()

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.