KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > enterprise > deploy > model > DeployableObject

javax.enterprise.deploy.model
Interface DeployableObject

All Known Subinterfaces:
J2eeApplicationObject
See Also:
Top Examples, Source Code

public Enumeration entries()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public DDBean[] getChildBean(String xpath)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Class getClassFromScope(String className)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public DDBeanRoot getDDBeanRoot()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public DDBeanRoot getDDBeanRoot(String filename)
                         throws FileNotFoundException,
                                javax.enterprise.deploy.model.exceptions.DDBeanCreateException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InputStream getEntry(String name)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getModuleDTDVersion()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String[] getText(String xpath)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ModuleType getType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags