Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.tools.ejb11
Class DDGenerator

java.lang.Object
  extended byoracle.toplink.tools.ejb11.DDGenerator


public class DDGenerator
extends java.lang.Object

Used to generate XML deployment descriptors from definition objects that have had their attributes set accordingly.

See Also:
DDDefinition, DDProjectDefinition

Constructor Summary
DDGenerator()
DDGenerator constructor

Method Summary
static void generateDDs(DDProjectDefinition ddProjDef, java.util.Vector ddDefs)
Generate the XML deployment deployment files for the specified group of beans.

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

DDGenerator

public DDGenerator()

DDGenerator constructor

Method Detail

generateDDs

public static void generateDDs(DDProjectDefinition ddProjDef,
                               java.util.Vector ddDefs)
                        throws java.io.IOException

Generate the XML deployment deployment files for the specified group of beans.

Parameters:
ddProjDef - project attributes that are used for all of the beans
ddDefs - Vector of DDDefinition objects that each specify the attributes of an EJB
Throws:
java.io.IOException

Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.