Class TIteaService
Represents data on an I*Tea service.
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.
|
|
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
Report a bug or request new features
© 2013