tmozISharedComponentManager Interface Reference

Shared component manager. More...

List of all members.

Public Member Functions

tmozISharedComponent get (in AString name)
 Return component by name.

Public Attributes

readonly attribute
nsISimpleEnumerator 
components
 Components enumerator.


Detailed Description

Shared component manager.

This is manager for shared components. Shared components are shared accross all domains.


Member Function Documentation

tmozISharedComponent get ( in AString  name  ) 

Return component by name.

Function can be used to get specific component.

Parameters:
name Component name.
Returns:
Return component. Return NULL if component does not exist.


Member Data Documentation

readonly attribute nsISimpleEnumerator components

Components enumerator.

Shared components supports tmozISharedComponent interface.


Generated on Thu Aug 27 12:37:06 2009 for Tahiti XPCOM API