KickJava   Java API By Example, From Geeks To Geeks.

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

javax.enterprise.deploy.model
Interface J2eeApplicationObject

All Superinterfaces:
DeployableObject
See Also:
Top Examples, Source Code

public void addXpathListener(ModuleType type,
                             String xpath,
                             XpathListener xpl)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


public DeployableObject[] getDeployableObjects(ModuleType type)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


public void removeXpathListener(ModuleType type,
                                String xpath,
                                XpathListener xpl)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags