CustomService

Configuration for plug-in services.

Inherits from type Service and adds the following.

Attributes Summary
externalConfigURL : StringThe URL of a custom service configuration file.
classname : StringThe classname of the service implementation.
displayName : StringThe name of the service.
description : StringAn optional description for the custom service.
classpath : StringClasspath which is used to locate the classes/jars for this service.
prerequisiteServices : CustomService @* 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 configuration 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@*


Copyright IBM Corp. 1997-2004