Overview Module Function Class I*Tea 3.6.8 Reference Documentation© 2013 PDM&FC

Class TIteaService

Represents data on an I*Tea service.

Method Summary
addParameter paramName paramValue
         Adds the description of a configuration parameter for this service.
constructor name javaClass
         Initializes the service description.
getName
         Fetches the name of the Java class implementing the service.
getName
         Fetches the name assigned to the service.
getParametersTable
         Fetches an hashtable containing the service configuration parameters.

Method Detail

addParameter

TIteaService addParameter paramName paramValue

Adds the description of a configuration parameter for this service.

Parameters:
paramName - Symbol identifying the service configuration parameter.
paramValue - The value of the configuration parameter.
Returns:
A reference to the object it was called for.

Adds the description of a configuration parameter for this service.

constructor

TIteaService constructor name javaClass

Initializes the service description.

Parameters:
name - The name to assign to the service.
javaClass - The name of the Java class implementing the service.

Initializes the service description.

getName

TIteaService getName

Fetches the name of the Java class implementing the service.

Returns:
A string containing the name of the Java class implementing the service.

Fetches the name of the Java class assigned to the service. This is the same Java class name that was passed to the constructor.

getName

TIteaService getName

Fetches the name assigned to the service.

Returns:
A string containing the name assigned to this service.

Fetches the name assigned to the service. This is the same name that was passed to the constructor.

getParametersTable

TIteaService getParametersTable

Fetches an hashtable containing the service configuration parameters.

Returns:
An hashtable containing the service configuration

Fetches an hashtable containing the service configuration


Overview Module Function Class ${tea.teadoc.header}
Report a bug or request new features
© 2013