public interface J2eeApplicationObject extends DeployableObject
Modifier and Type | Method and Description |
---|---|
void |
addXpathListener(ModuleType type,
String xpath,
XpathListener xpl)
Register a listener for a given xpath
|
DDBean[] |
getChildBean(ModuleType type,
String xpath)
Get the child elements with the specified xpath
|
DeployableObject |
getDeployableObject(String uri)
Retrieve a deployable object
|
DeployableObject[] |
getDeployableObjects()
Get all deployable objects in this application
|
DeployableObject[] |
getDeployableObjects(ModuleType type)
Get all deployable objects in this application of the given module type
|
String[] |
getModuleUris()
Return the list of module uris
|
String[] |
getModuleUris(ModuleType type)
Return the list of module uris for a give module type
|
String[] |
getText(ModuleType type,
String xpath)
Get the text for the given xpath
|
void |
removeXpathListener(ModuleType type,
String xpath,
XpathListener xpl)
Unregister a listener for a given xpath
|
entries, getChildBean, getClassFromScope, getDDBeanRoot, getDDBeanRoot, getEntry, getModuleDTDVersion, getText, getType
DeployableObject getDeployableObject(String uri)
uri
- describes where to get the deployable objectDeployableObject[] getDeployableObjects(ModuleType type)
type
- the module typeDeployableObject[] getDeployableObjects()
String[] getModuleUris(ModuleType type)
type
- the module typeString[] getModuleUris()
DDBean[] getChildBean(ModuleType type, String xpath)
xpath
- the xpath of the childrenString[] getText(ModuleType type, String xpath)
xpath
- the xpathvoid addXpathListener(ModuleType type, String xpath, XpathListener xpl)
xpath
- the xpathxpl
- the listenervoid removeXpathListener(ModuleType type, String xpath, XpathListener xpl)
xpath
- the xpathxpl
- the listenerCopyright © 2018 JBoss by Red Hat. All rights reserved.