public class ServiceRegistrationData
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
author()
Gets information about the developer(s) of the service class.
|
java.lang.String |
className()
Gets the Java class, C++ library or Python module that contains the service.
|
java.lang.String |
description()
Gets the full description of the service class.
|
ServiceName |
name()
Gets the CLARA canonical name.
|
int |
poolSize()
Gets the maximum number of parallel threads assigned to the service.
|
java.lang.String |
startedBy()
Gets an identification of who deployed the service.
|
java.time.LocalDateTime |
startTime()
Gets the local time when the service was started.
|
java.lang.String |
version()
Gets the version string of the deployed service class.
|
public ServiceName name()
public java.lang.String className()
public java.time.LocalDateTime startTime()
public java.lang.String startedBy()
public int poolSize()
public java.lang.String author()
It may contain the name, email, etc of the person or group that developed and released the service.
public java.lang.String version()
public java.lang.String description()
It may contain information of what the service does, what input data types are supported, what output data types are returned, what errors are returned, if it needs extra configuration, etc.