Package toolbox.object

Package class diagram package toolbox.object
Provides classes and interfaces to perform dynamic class loading and instantation.

See:
          Description

Interface Summary
ToolboxObjectFactory Interface that defines a generic interface to obtain object instances.
 

Class Summary
JAMonToolboxObjectFactory Factory implementation to decorate created instances with JAMon instrumentation in addition to abstracting the required dynamic class loading and instantiation code.
SimpleToolboxObjectFactory Simple factory implementation to abstract the required dynamic class loading and instantiation code.
ToolboxObjectFactoryBuilder Class to create ToolboxObjectFactory instances.
 

Package toolbox.object Description

Provides classes and interfaces to perform dynamic class loading and instantation. These classes are mostly used internally by the framework.