HP Anywhere API Reference
getID Method
Returns the ServiceId from the descriptor XML file under WEB-INF/classes. If the ID is cached, returns the cached ID.
This implementation assumes that there is only one descriptor in the webapp (descResources[0]) and only one service in the file (getElementsByTagName("miniAppDescriptor").item(0))
Syntax
public java.lang.String getID()

Return Value

ServiceId
Since
HP Anywhere 10.00
See Also

Reference

AbstractBTOServiceEE Class
AbstractBTOServiceEE Members