tmozIDomainComponentFactory Interface Reference

Domain component factory. More...

List of all members.

Public Member Functions

tmozIDomainComponent create (in tmozIDomain aDomain, in tmozIException tmozException)
 Create new component.


Detailed Description

Domain component factory.

This interface is factory for domain specific components. Components in JavaScript are created using this factory. Tahiti reads list of components from the configuration option 'Components.XPCOM.Load' and try to create each of them.


Member Function Documentation

tmozIDomainComponent create ( in tmozIDomain  aDomain,
in tmozIException  tmozException 
)

Create new component.

Function create new component.

Parameters:
aDomain domain
tmozException exception object
Returns:
Return newly created component.
Exceptions:
tmozException If component creation fail factory should write error description in the exception object.


Generated on Wed Dec 15 09:54:21 2010 for Tahiti XPCOM API