checks if ClientID is valid or if the maximum is already reached
For internal usage a maximum number of clients can be used, if the maximum number of clients is exceeded, an exception is thrown
The maximum number is bounded to the license name, convention _JCx_ where x is the maximum.
returns number of available Claro servers in multiserver operation
returns null if multiserver operation has not been configured
For internal usage only!
returns number of available Claro servers in multiserver operation
returns null if multiserver operation has not been configured
For internal usage only!
returns a valid ClientID
should be called only once for the calling client.
A maximum number of clients can be used, if the maximum number of clients is exceeded, an exception is thrown
The maximum number is bounded to the license name, convention _JCx_ where x is the maximum.
This Webservices interface contains the methods for accessing Claro Inspector.
The interface is published by JAX-WS RI with : http://<hostname>:<port>/jclaroinspectorjaxws/job?wsdl
IspImpl() -
Constructor for class com.elpical.jclaro.inspector.ws.server.IspImpl
IspImpl should be instanced with IspImplService (see snippet above)
This Webservices interface contains the methods for accessing Claro with jobfiles.
The interface is published by JAX-WS RI with : http://<hostname>:<port>/jclarojaxws/job?wsdl
JobImpl() -
Constructor for class com.elpical.jclaro.ws.server.JobImpl
JobImpl should be instanced with JobImplService (see snippet above)
removes all information on the server related to the specified job
should be called after job is finished and no more data should be retrieved for this job.