A collection of Connection Elements. All of the Connections will use the same Service Manager class that implements the ServiceIF Interface.Syntax<Connections> <Properties>
<Property name="service.classname" value="org.openptk.spi.RetryService"/>
</Properties>
<Connection ...>
...
</Connection .../>
...
PropertiesName | Required | Description | Example |
---|
service.classname | Yes | The fully qualified name of a Class that implements the Service interface. This Service Manager will be used for all Connections.
BasicService: Routes the Request to the Operations object, no management of the Request.
RetryService: Routes the Requests to the Operations object and will retry the Request if the Operations object is in a failed State | org.openptk.spi.BasicService org.openptk.spi.RetryService |
Parent ElementOpenPTK
|