ozone core API

Package org.ozoneDB.tools.OPP.srcgen

This package contains the interfaces involved in source generation.

See:
          Description

Interface Summary
ClassBuilder The builder part of the builder director pattern.
ClassDirector Interface for directors.
ClassQuery User: Jocke Date: 2004-jan-02 Time: 00:41:23
MethodResolver Common interface for resolving update methods Date: 2003-sep-24 Time: 20:36:04
MethodResolver.UpdateMethodBag interface that recievers of update methods must implement
 

Class Summary
ClassBuilder.Parameter Represents a parameter.
 

Exception Summary
BuilderException  
ResolverException Exception for problems during method resolveing.
 

Package org.ozoneDB.tools.OPP.srcgen Description

This package contains the interfaces involved in source generation. Proxy generation involves the following tasks:

  • Resolving update methods
  • Reading input
  • Generating output
  • Resolveing update methods is dune by using a method resolver or a combination of multiple method resolvers.

    The input is read using by a Director. The director uses the given input to direct the build.

    The output is generated by using a builder. Like MethodResolvers can be combined to use multiple sources to resolve update methods, builders can be combined to generate multiple outputs simultaniously from a single source.


    The various sub packages of this package contains concrete implementations of the interfaces in this package.


    ozone core API

    Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.