Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2026305
  • 博文数量: 414
  • 博客积分: 10312
  • 博客等级: 上将
  • 技术积分: 4921
  • 用 户 组: 普通用户
  • 注册时间: 2007-10-31 01:49
文章分类

全部博文(414)

文章存档

2011年(1)

2010年(29)

2009年(82)

2008年(301)

2007年(1)

分类: 系统运维

2008-09-27 16:10:40


Module

CosNotification - This module export functions which return QoS and Admin Properties constants.

Description

To get access to all definitions include necessary hrl files by using:
-include_lib("cosNotification/include/*.hrl").

Exports

'EventReliability'() -> string()

This function returns the EventReliability QoS identifier

'BestEffort'() -> short()

This function returns the BestEffort QoS value.

'Persistent'() -> short()

This function returns the Persistent QoS value.

'ConnectionReliability'() -> string()

This function returns the ConnectionReliability QoS identifier.

'Priority'() -> string()

This function returns the Priority QoS identifier.

'LowestPriority'() -> short()

This function returns the LowestPriority QoS value.

'HighestPriority'() -> short()

This function returns the HighestPriority QoS value.

'DefaultPriority'() -> short()

This function returns the DefaultPriority QoS value.

'StartTime'() -> string()

This function returns the StartTime QoS identifier.

'StopTime'() -> string()

This function returns the StopTime QoS identifier.

'Timeout'() -> string()

This function returns the Timeout QoS identifier.

'OrderPolicy'() -> string()

This function returns the OrderPolicy QoS identifier.

'AnyOrder'() -> short()

This function returns the AnyOrder QoS value.

'FifoOrder'() -> short()

This function returns the FifoOrder QoS value.

'PriorityOrder'() -> short()

This function returns the PriorityOrder QoS value.

'DeadlineOrder'() -> short()

This function returns the DeadlineOrder QoS value.

'DiscardPolicy'() -> string()

This function returns the DiscardPolicy QoS identifier.

'LifoOrder'() -> short()

This function returns the LifoOrder QoS value.

'RejectNewEvents'() -> short()

This function returns the RejectNewEvents QoS value.

'MaximumBatchSize'() -> string()

This function returns the MaximumBatchSize QoS identifier.

'PacingInterval'() -> string()

This function returns the PacingInterval QoS identifier.

'StartTimeSupported'() -> string()

This function returns the StartTimeSupported QoS identifier.

'StopTimeSupported'() -> string()

This function returns the StopTimeSupported QoS identifier.

'MaxEventsPerConsumer'() -> string()

This function returns the MaxEventsPerConsumer QoS identifier.

'MaxQueueLength'() -> string()

This function returns the MaxQueueLength Admin identifier.

'MaxConsumers'() -> string()

This function returns the MaxConsumers Admin identifier.

'MaxSuppliers'() -> string()

This function returns the MaxSuppliers Admin identifier.


阅读(1402) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~