reactor.ReactorFactory

Class ReactorFactory

The ReactorFactory is the primary CFC to use when working with Reactor.  The ReactorFactory provides a set of methods which can be used to generate and instantiate various types of objects.

Methods

init()

Description

The init() method is the pseudo-constructor for the ReactorFactory.  This method configures and returns the ReactorFactory component.

Syntax

reactor.ReactorFactory = init(configuration)

 

Argument

Required

Type

Description

configuration

Yes

Any

This is one of the following:

  • An absolute path to the reactor config XML file.

  • A relative path to the reactor config XML file.

  • An instance of a reactor.config.config object.

Example

See Also