2002 2011 Ericsson AB, All Rights Reserved The contents of this file are subject to the Erlang Public License, Version 1.1, (the "License"); you may not use this file except in compliance with the License. You should have received a copy of the Erlang Public License along with this software. If not, it can be retrieved online at http://www.erlang.org/. Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Initial Developer of the Original Code is Ericsson AB. CosNotification Niclas Eklund Niclas Eklund Niclas Eklund 2002-02-05 PA1
CosNotification This module export functions which return QoS and Admin Properties constants.

To get access to all definitions include necessary hrl files by using:

-include_lib("cosNotification/include/*.hrl").

'EventReliability'() -> string() Return the EventReliability QoS identifier

This function returns the EventReliability QoS identifier

'BestEffort'() -> short() Return the BestEffort QoS value

This function returns the BestEffort QoS value.

'Persistent'() -> short() Return the Persistent QoS value

This function returns the Persistent QoS value.

'ConnectionReliability'() -> string() Return the ConnectionReliability QoS identifier

This function returns the ConnectionReliability QoS identifier.

'Priority'() -> string() Return the Priority QoS identifier

This function returns the Priority QoS identifier.

'LowestPriority'() -> short() Return the LowestPriority QoS value

This function returns the LowestPriority QoS value.

'HighestPriority'() -> short() Return the HighestPriority QoS value

This function returns the HighestPriority QoS value.

'DefaultPriority'() -> short() Return the DefaultPriority QoS value

This function returns the DefaultPriority QoS value.

'StartTime'() -> string() Return the StartTime QoS identifier

This function returns the StartTime QoS identifier.

'StopTime'() -> string() Return the StopTime QoS identifier

This function returns the StopTime QoS identifier.

'Timeout'() -> string() Return the Timeout QoS identifier

This function returns the Timeout QoS identifier.

'OrderPolicy'() -> string() Return the OrderPolicy QoS identifier

This function returns the OrderPolicy QoS identifier.

'AnyOrder'() -> short() Return the AnyOrder QoS value

This function returns the AnyOrder QoS value.

'FifoOrder'() -> short() Return the FifoOrder QoS value

This function returns the FifoOrder QoS value.

'PriorityOrder'() -> short() Return the PriorityOrder QoS value

This function returns the PriorityOrder QoS value.

'DeadlineOrder'() -> short() Return the DeadlineOrder QoS value

This function returns the DeadlineOrder QoS value.

'DiscardPolicy'() -> string() Return the DiscardPolicy QoS identifier

This function returns the DiscardPolicy QoS identifier.

'LifoOrder'() -> short() Return the LifoOrder QoS value

This function returns the LifoOrder QoS value.

'RejectNewEvents'() -> short() Return the RejectNewEvents QoS value

This function returns the RejectNewEvents QoS value.

'MaximumBatchSize'() -> string() Return the MaximumBatchSize QoS identifier

This function returns the MaximumBatchSize QoS identifier.

'PacingInterval'() -> string() Return the PacingInterval QoS identifier

This function returns the PacingInterval QoS identifier.

'StartTimeSupported'() -> string() Return the StartTimeSupported QoS identifier

This function returns the StartTimeSupported QoS identifier.

'StopTimeSupported'() -> string() Return the StopTimeSupported QoS identifier

This function returns the StopTimeSupported QoS identifier.

'MaxEventsPerConsumer'() -> string() Return the MaxEventsPerConsumer QoS identifier

This function returns the MaxEventsPerConsumer QoS identifier.

'MaxQueueLength'() -> string() Return the MaxQueueLength Admin identifier

This function returns the MaxQueueLength Admin identifier.

'MaxConsumers'() -> string() Return the MaxConsumers Admin identifier

This function returns the MaxConsumers Admin identifier.

'MaxSuppliers'() -> string() Return the MaxSuppliers Admin identifier

This function returns the MaxSuppliers Admin identifier.