Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
javax.enterprise.deploy.model.DDBean

Uses of DDBean in javax.enterprise.deploy.model
 

Subinterfaces of DDBean in javax.enterprise.deploy.model
 interface DDBeanRoot
          An interface that represents the root of a standard deployment descriptor.
 

Fields in javax.enterprise.deploy.model declared as DDBean
private  DDBean XpathEvent.bean
           
 

Methods in javax.enterprise.deploy.model that return DDBean
 DDBean[] DeployableObject.getChildBean(java.lang.String xpath)
          Return an array of standard beans representing the XML content returned based upon the XPath.
 DDBean XpathEvent.getBean()
          The bean being added/removed/changed.
 DDBean[] J2eeApplicationObject.getChildBean(javax.enterprise.deploy.shared.ModuleType type, java.lang.String xpath)
          Return a list of DDBean instances based upon an XPath; all deployment descriptors of the specified type are searched.
 DDBean[] DDBean.getChildBean(java.lang.String xpath)
          Return a list of DDBeans based upon the XPath.
 

Constructors in javax.enterprise.deploy.model with parameters of type DDBean
XpathEvent(DDBean bean, java.lang.Object type)
          A description of a change in the DDBean tree.