dconfigbeanroot.html

来自「j2ee api,很好的api。我这现在有」· HTML 代码 · 共 282 行

HTML
282
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc (build 1.4.2_02) on Thu Nov 13 17:20:32 PST 2003 --><TITLE>DConfigBeanRoot (Java 2 Platform Ent. Ed. v1.4)</TITLE><META NAME="keywords" CONTENT="javax.enterprise.deploy.spi.DConfigBeanRoot interface"><LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"><SCRIPT type="text/javascript">function windowTitle(){    parent.document.title="DConfigBeanRoot (Java 2 Platform Ent. Ed. v1.4)";}</SCRIPT></HEAD><BODY BGCOLOR="white" onload="windowTitle();"><!-- ========= START OF TOP NAVBAR ======= --><A NAME="navbar_top"><!-- --></A><A HREF="#skip-navbar_top" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Ent. Ed. v1.4</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../../javax/enterprise/deploy/spi/DConfigBean.html" title="interface in javax.enterprise.deploy.spi"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../../javax/enterprise/deploy/spi/DeploymentConfiguration.html" title="interface in javax.enterprise.deploy.spi"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="DConfigBeanRoot.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_top"></A><!-- ========= END OF TOP NAVBAR ========= --><HR><!-- ======== START OF CLASS DATA ======== --><H2><FONT SIZE="-1">javax.enterprise.deploy.spi</FONT><BR>Interface DConfigBeanRoot</H2><DL><DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../javax/enterprise/deploy/spi/DConfigBean.html" title="interface in javax.enterprise.deploy.spi">DConfigBean</A></DD></DL><HR><DL><DT>public interface <B>DConfigBeanRoot</B><DT>extends <A HREF="../../../../javax/enterprise/deploy/spi/DConfigBean.html" title="interface in javax.enterprise.deploy.spi">DConfigBean</A></DL><P>A J2EE component module consists of one or more deployment  descriptor files and zero or more non-deployment descriptor  XML instance documents.  A module must contain a component-specific  deployment descriptor file (see the component specification for  details). It may contain one or more secondary deployment descriptor  files that define extra functionality on the component and zero or more  non-deployment descriptor XML instance documents (see the Web Services  specification). <p> The DConfigBeanRoot object is a deployment configuration bean  (DConfigBean) that is associated with the root of the component's  deployment descriptor. It must be created by calling the  DeploymentConfiguration.getDConfigBean(DDBeanRoot) method, where  DDBeanRoot represents the component's deployment descriptor. <p> A DConfigBean object is associated with a deployment descriptor  that extends a component's functionality.  It must be created by  calling the DConfigBeanRoot.getDConfigBean(DDBeanRoot) method. This  DConfigBean object is a child of the compontent's DConfigBeanRoot  object.  The DDBeanRoot argument represents the secondary deployment  descriptor.  Deployment  descriptor files  such as webservice.xml and  webserviceclient.xml are examples of secondary deployment descriptor  files. <p> The server plugin must request a DDBeanRoot object for any non-deployment  descriptor XML instance document data it requires.  The plugin must  call method DeployableObject.getDDBeanRoot(String) where String is the  full path name from the root of the module to the file to be represented.  A WSDL file is an example of a non-deployment descriptor XML instance  document.<P><P><DL><DT><B>Author:</B></DT>  <DD>gfink</DD></DL><HR><P><!-- ======== NESTED CLASS SUMMARY ======== --><!-- =========== FIELD SUMMARY =========== --><!-- ======== CONSTRUCTOR SUMMARY ======== --><!-- ========== METHOD SUMMARY =========== --><A NAME="method_summary"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Method Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../javax/enterprise/deploy/spi/DConfigBean.html" title="interface in javax.enterprise.deploy.spi">DConfigBean</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../javax/enterprise/deploy/spi/DConfigBeanRoot.html#getDConfigBean(javax.enterprise.deploy.model.DDBeanRoot)">getDConfigBean</A></B>(<A HREF="../../../../javax/enterprise/deploy/model/DDBeanRoot.html" title="interface in javax.enterprise.deploy.model">DDBeanRoot</A>&nbsp;ddBeanRoot)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return a DConfigBean for a deployment descriptor that is not  the module's primary deployment descriptor.   </TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_javax.enterprise.deploy.spi.DConfigBean"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from interface javax.enterprise.deploy.spi.<A HREF="../../../../javax/enterprise/deploy/spi/DConfigBean.html" title="interface in javax.enterprise.deploy.spi">DConfigBean</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../javax/enterprise/deploy/spi/DConfigBean.html#addPropertyChangeListener(java.beans.PropertyChangeListener)">addPropertyChangeListener</A>, <A HREF="../../../../javax/enterprise/deploy/spi/DConfigBean.html#getDConfigBean(javax.enterprise.deploy.model.DDBean)">getDConfigBean</A>, <A HREF="../../../../javax/enterprise/deploy/spi/DConfigBean.html#getDDBean()">getDDBean</A>, <A HREF="../../../../javax/enterprise/deploy/spi/DConfigBean.html#getXpaths()">getXpaths</A>, <A HREF="../../../../javax/enterprise/deploy/spi/DConfigBean.html#notifyDDChange(javax.enterprise.deploy.model.XpathEvent)">notifyDDChange</A>, <A HREF="../../../../javax/enterprise/deploy/spi/DConfigBean.html#removeDConfigBean(javax.enterprise.deploy.spi.DConfigBean)">removeDConfigBean</A>, <A HREF="../../../../javax/enterprise/deploy/spi/DConfigBean.html#removePropertyChangeListener(java.beans.PropertyChangeListener)">removePropertyChangeListener</A></CODE></TD></TR></TABLE>&nbsp;<P><!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="getDConfigBean(javax.enterprise.deploy.model.DDBeanRoot)"><!-- --></A><H3>getDConfigBean</H3><PRE>public <A HREF="../../../../javax/enterprise/deploy/spi/DConfigBean.html" title="interface in javax.enterprise.deploy.spi">DConfigBean</A> <B>getDConfigBean</B>(<A HREF="../../../../javax/enterprise/deploy/model/DDBeanRoot.html" title="interface in javax.enterprise.deploy.model">DDBeanRoot</A>&nbsp;ddBeanRoot)</PRE><DL><DD>Return a DConfigBean for a deployment descriptor that is not  the module's primary deployment descriptor.   Web services  provides a deployment descriptor in addition to the module's  primary deployment descriptor.  Only the DDBeanRoot for this  catagory of secondary deployment descriptors are to be passed  as arguments through this method.   Web service has two deployment descriptor files, one that defines  the web service and one that defines a client of a web service. See the Web Service specificiation for the details.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>ddBeanRoot</CODE> - represents the root element of a deployment     descriptor file.<DT><B>Returns:</B><DD>a DConfigBean to be used for processing this deployment    descriptor data. Null may be returned if no DConfigBean is    required for this deployment descriptor.</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Ent. Ed. v1.4</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../../javax/enterprise/deploy/spi/DConfigBean.html" title="interface in javax.enterprise.deploy.spi"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../../javax/enterprise/deploy/spi/DeploymentConfiguration.html" title="interface in javax.enterprise.deploy.spi"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="DConfigBeanRoot.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR><font size="-1"><a href="http://java.sun.com/webapps/bugreport">Submit a bug or feature</a> <p>Copyright 2003 Sun Microsystems, Inc. All rights reserved.</font></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?