[an error occurred while processing this directive]
[an error occurred while processing this directive] [an error occurred while processing this directive]

Pegasus CIM Object Broker Documentation

[an error occurred while processing this directive]


[an error occurred while processing this directive]

 

Contents

o Introduction
o Objectives
o Overview
o Credits
o Pegasus Architecture
   o Design Goals
   o The Broker
   o Pegasus Providers.
   o Extension Services
   o Pegasus Clients.
   o Functional Flow
o Pegasus Components
   o Component Descriptions
   o Pegasus Directory Structure
o Pegasus Utilization
   o Pegasus Availability
   o Pegasus Installation
   o Pegasus Operation
   o Pegasus CIM Clients
   o Pegasus Providers
   o Pegasus MOF Compiler
o Programming Pegasus
   o CIM Objects in Pegasus
   o CIM Object Table
   o Class Definitions
o Pegasus Interfaces
   o CIM Operations over HTTP
   o Pegasus Client Interfaces
   o Pegasus Provider Interfaces
   o Pegasus Service Extension Interfaces
   o Repository Interfaces
o Writing Providers.
o Glossary
o Pegasus Code Examples
   o Client Examples
   o Client Coding Examples
   o Provider Coding Examples
o Document References
o Pegausus FAQ
o
In file ../../src/Pegasus/Common/OperationContext.h:

class PEGASUS_COMMON_LINKAGE ContentLanguageListContainer

A ContentLanguageListContainer object holds a list of languages that are contained in the associated data

Documentation

A ContentLanguageListContainer object holds a list of languages that are contained in the associated data

Inheritance:


Public Fields

[more]static const String NAME
The unique name for this container type

Public Methods

[more] ContentLanguageListContainer ( const OperationContext::Container& container)
Constructs a ContentLanguageListContainer object from the specified Container.
[more] ContentLanguageListContainer ( const ContentLanguageListContainer& container)
Constructs a copy of the specified ContentLanguageListContainer.
[more] ContentLanguageListContainer (const ContentLanguageList& languages)
Constructs a ContentLanguageListContainer with the specified content language list.
[more]virtual ~ContentLanguageListContainer ()
Destructs the ContentLanguageListContainer
[more]ContentLanguageListContainer& operator= ( const ContentLanguageListContainer& container)
Assigns the value of the specified ContentLanguageListContainer object to this object.
[more]virtual String getName () const
Returns the unique name for this Container type.
[more]virtual OperationContext::Container* clone () const
Makes a copy of this ContentLanguageListContainer object.
[more]virtual void destroy ()
Cleans up a ContentLanguageListContainer object that was created by the clone() method
[more]ContentLanguageList getLanguages () const
Gets the list of content languages from the ContentLanguageListContainer.

Protected Fields

[more]ContentLanguageListContainerRep* _rep
An internal representation of the ContentLanguageListContainer attributes

ostatic const String NAME
The unique name for this container type

o ContentLanguageListContainer( const OperationContext::Container& container)
Constructs a ContentLanguageListContainer object from the specified Container.
Throws:
DynamicCastFailedException If the specified Container object is not a ContentLanguageListContainer object.
Parameters:
container - The Container object to copy.

o ContentLanguageListContainer( const ContentLanguageListContainer& container)
Constructs a copy of the specified ContentLanguageListContainer.
Parameters:
container - The ContentLanguageListContainer object to copy.

o ContentLanguageListContainer(const ContentLanguageList& languages)
Constructs a ContentLanguageListContainer with the specified content language list.
Parameters:
languages - A ContentLanguageList with the languages that are contained in the associated data.

ovirtual ~ContentLanguageListContainer()
Destructs the ContentLanguageListContainer

oContentLanguageListContainer& operator=( const ContentLanguageListContainer& container)
Assigns the value of the specified ContentLanguageListContainer object to this object.
Parameters:
container - The ContentLanguageListContainer object to copy.

ovirtual String getName() const
Returns the unique name for this Container type.
Returns:
The String name of the Container type.

ovirtual OperationContext::Container* clone() const
Makes a copy of this ContentLanguageListContainer object. The caller is responsible for cleaning up the copy by calling destroy() method.
Returns:
A pointer to the new Container object.

ovirtual void destroy()
Cleans up a ContentLanguageListContainer object that was created by the clone() method

oContentLanguageList getLanguages() const
Gets the list of content languages from the ContentLanguageListContainer.
Returns:
A ContentLanguageList with the languages that are contained in the associated data.

oContentLanguageListContainerRep* _rep
An internal representation of the ContentLanguageListContainer attributes


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java


[an error occurred while processing this directive]