load a property file inside the classpath.
if the path is /org/openmobileis/file.properties
First look in the classpath for /properties/org/openmobileis/file.properties
then in /org/openmobileis/file.properties.
Title: OpenMobileIS project source
Description: Calling service manager is use to keep an historic of different service call to be
able to return to a calling service when a specific function has been done.
Increases the capacity of this ArrayList instance, if
necessary, to ensure that it can hold at least the number of elements
specified by the minimum capacity argument.
Increases the capacity of this ArrayList instance, if
necessary, to ensure that it can hold at least the number of elements
specified by the minimum capacity argument.
executeQuery() allows to execute a query such as "SELECT * FROM TABLE")
use SQL syntax to perform queries
Connection is not close to keep the resulting resultset.
executeUpdateQuery() allows to execute a query with INSERT, UPDATE or DELETE statements
use SQL syntax to perform queries
Connection is not close to keep the resulting resultset.
executeQuery() allows to execute a query such as "SELECT * FROM TABLE")
use SQL syntax to perform queries
Connection is not close to keep the resulting resultset.
executeUpdateQuery() allows to execute a query with INSERT, UPDATE or DELETE statements
use SQL syntax to perform queries
Close and garbage the connection and pending result.
Verify if a service is registered and return the service url that manage calling service redirection.
return null if not calling service is registered.
Returns the name of this web application correponding to this ServletContext as specified in the deployment descriptor for this web application by the display-name element.
Searches for the first occurence of the given argument, testing for equality using the equals method.
return the index of the occurence, -1 if not found
Looks at the calling service URI at the top of this stack without removing it from the stack.
return the calling service URI
return null if no service is registered
Removes the calling service URI at the top of this stack and returns that calling service URI as the value of this function.
return null if no service is registered
Title: OpenMobileIS project source
Description: Utility classe to allow to store is the properties file misc.properties
service properties to be use later.