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.DeployableObject

Uses of DeployableObject in javax.enterprise.deploy.model
 

Subinterfaces of DeployableObject in javax.enterprise.deploy.model
 interface J2eeApplicationObject
          J2eeApplicationObject is an interface that represents a J2EE application (EAR); it maintains a DeployableObject for each module in the archive.
 

Methods in javax.enterprise.deploy.model that return DeployableObject
 DeployableObject DDBeanRoot.getDeployableObject()
          Return the containing DeployableObject
 DeployableObject J2eeApplicationObject.getDeployableObject(java.lang.String uri)
          Return the DeployableObject of the specified URI designator.
 DeployableObject[] J2eeApplicationObject.getDeployableObjects(javax.enterprise.deploy.shared.ModuleType type)
          Return the all DeployableObjects of the specified type.
 DeployableObject[] J2eeApplicationObject.getDeployableObjects()
          Return the all DeployableObjects in this application.