KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > enterprise > deploy > spi > JBoss30DConfigBeanRoot


1 package org.jboss.enterprise.deploy.spi;
2
3
4 /**
5  * The DConfigBeanRoot interface represent the root of a deployment descriptor. A DConfigBeanRoot is associated with a DDRoot object which in turn is associated
6  * with a specific deployment descriptor file. <p>
7  *
8  * Only DConfigBeanRoots are saved or restored by methods in DeploymentConfigurator.
9  *
10  * @author gfink
11  * @created 15 avril 2002
12  * @version
13  */

14 public class JBoss30DConfigBeanRoot extends JBoss30DConfigBean
15 {
16 }
17
18
Popular Tags