CustomService

Configuration for plug-in services.

Inherits from type Service and adds the following.


 

Attributes Summary

externalConfigURL The URL of a custom service config file.
classname The classname of the service implementation.
displayName The name of the service.
description An optional description for the custom service.
classpath Classpath which is used to locate the classes/jars for this service.
prerequisiteServices A list of references to other custom services defined in this process that this custom service will wait for prior to being initialized.

 

Attribute Details


externalConfigURL

The URL of a custom service config file.

Data type:   String
Default value:   unspecified



classname

The classname of the service implementation. The class must implement the Services API of the product.

Data type:   String
Default value:   unspecified



displayName

The name of the service.

Data type:   String
Default value:   unspecified



description

An optional description for the custom service.

Data type:   String
Default value:   unspecified



classpath

Classpath which is used to locate the classes/jars for this service.

Data type:   String
Default value:   unspecified



prerequisiteServices

A list of references to other custom services defined in this process that this custom service will wait for prior to being initialized.

Data type:  CustomService