Advanced Customization > Info*Engine User’s Guide > Task Webject Reference > Administrative Webjects > Reload-Properties
  
Reload-Properties
DESCRIPTION
Reloads properties associated with either the currently running serviceName or a specific serviceName. This webject can be executed in out-of-process adapters, task processors, or JSP pages. If the webject is executed locally in a JSP page, the properties are reloaded by a service running within the servlet JVM, such as IeServlet, SoapRPCRouter, or JSP properties.
SYNTAX
<ie:webject name="Reload-Properties" type="ADM">
  <ie:param name="INSTANCE" data="instance"/>
  <ie:param name="SERVICE_NAME" data="service_name"/>
</ie:webject>
PARAMETERS
Required
Select
Optional
INSTANCE
SERVICE_NAME
INSTANCE
Specifies the name of the process in which this webject is to be run. An adapter that is running out-of-process or a task processor are both processes.
This parameter is optional.
SERVICE_NAME
Specifies the name of the service whose properties are to be reloaded. If this parameter is omitted, then the webject reloads the properties of the currently running service. If the value specified for SERVICE_NAME is not a running service, then com.infoengine.au.NoSuchServiceException is thrown.
This parameter is optional.