| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.processor
public abstract class ProcessorFactory
A factory pattern for processors (both message and event).
Abstract.
creates an EventProcessor
Parameters:
activeAgent
the ActiveAgent to which the processor will register for
management functionality
config
the congiguation for the processor
handlerRegistry
a HandlreRegistry to be used by the processor during event
dispatching
Return:
an EventProcessor properly confired and ready to go
Abstract.
creates a MessageProcessor
Parameters:
activeAgent
the ActiveAgent to which the processor will register for
management functionality
config
the congiguation for the processor
handlerRegistry
a HandlreRegistry to be used by the processor during event
dispatching
Return:
a MessageProcessor properly confired and ready to go
Abstract.
creates a Processor
Parameters:
activeAgent
the ActiveAgent to which the processor will register for
management functionality
config
the congiguation for the processor
handlerRegistry
a HandlreRegistry to be used by the processor during event
dispatching
Return:
a Processor properly confired and ready to go
Abstract.
loads factory instance for ProcessorFatory
Parameters:
className
fully qualified name for factory implementation
Exceptions:
IllegalAccessException
if an error occurs creating the factory
InstantiationException
if an error occurs creating the factory
ExceptionInInitializerError
if an error occurs creating the factory
SecurityException
if an error occurs creating the factory
ClassNotFoundException
if an error occurs creating the factory
Return:
object instance of the specified class
Static.
Throws:
IllegalAccessException,InstantiationException,SecurityException,ClassNotFoundException
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|