A C D G I J O P R S T U

A

addClientID(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
adds an id for the client

C

cancelJobs(String, String, String) - Method in class com.elpical.jclaro.ws.server.JobImpl
cancels the current job(s)
all related folders alre removed
checkClientID(String) - Method in class com.elpical.jclaro.ws.server.JobImpl
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.
com.elpical.jclaro.inspector.ws.server - package com.elpical.jclaro.inspector.ws.server
 
com.elpical.jclaro.ws.server - package com.elpical.jclaro.ws.server
 

D

deleteConfiguration(String) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
deletes a configuration (For internal use only)

G

getAnyJobReady(String) - Method in class com.elpical.jclaro.ws.server.JobImpl
checks if any job is ready for the actual ClientID
getCauseMessage(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
gets the cause messsage
getChannelName(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
gets the channelname
getChannelNames() - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
retrieves the installed channels
getChannelNamesWithGroupNames() - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
retrieves the installed channels with their groupnames
getChannels() - Method in class com.elpical.jclaro.ws.server.JobImpl
retrieves the installed channels
getClaroServers() - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns number of available Claro servers in multiserver operation returns null if multiserver operation has not been configured For internal usage only!
getClaroServers() - Method in class com.elpical.jclaro.ws.server.JobImpl
returns number of available Claro servers in multiserver operation returns null if multiserver operation has not been configured For internal usage only!
getClientID() - Method in class com.elpical.jclaro.ws.server.JobImpl
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.
getClientIDinternal() - Method in class com.elpical.jclaro.ws.server.JobImpl
returns a valid ClientID for internal use
should not be called, because this ID is bounded to license restrictions
getConfigurationNames() - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
retrieves all the names of the configurations, which are previously saved (For internal use only)
getCropInfo(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns cropdata (For internal use only)
getDCData(int, String) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns the DC data (For internal use only)
getEpsEncoding(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns the output EPS encoding, in case the output format is EPS (For internal use only)
getEpsPreview(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns the output EPS preview, in case the output format is EPS (For internal use only)
getExtraDataColumns() - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
retrieves a list of extra data columns for Inspector For internal usage only!
getImageFile(String, int, String) - Method in class com.elpical.jclaro.ws.server.JobImpl
retrieves the returned ImageFile of the processed image
getImageName(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
gets the imagename
getInUseByUser(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns the name of user which has the image in use
getIPTCData(int, int, int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns the IPTC data (For internal use only)
getJobFile(String, int) - Method in class com.elpical.jclaro.ws.server.JobImpl
retrieves the returned JobFile with information about the process
getJpegCompression(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns the output jpeg compression
getLogInfo(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
gets the log info
getMagazineTitles() - Method in class com.elpical.jclaro.ws.server.JobImpl
 
getOriginalFile(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
retrieves the original image file
getOriginalFileName(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
gets the original image filename
getOutfileformat(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns the output file format (For internal use only)
getPageNr(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns the pagenumber of the image in the Pdf (For internal use only)
getPdfImage(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns the pdfimage (For internal use only)
getPreviewFile(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
retrieves the preview image file
getPreviewFileName(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
gets the preview image filename
getProcessedFile(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
retrieves the processed image file
getProcessedFileName(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
gets the processed image filename
getProperties() - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
retrieves inspector properties (For internal use only)
getQueue(int, ArrayList) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
retrieves a list of image id's for all available images which should be inspected
getQueueInUse() - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
retrieves a list of id's for all images which are in use by other users
getQueueSentBack() - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
retrieves a list of id's for all images which are sent back by other users
getReleaseDate(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns the releasedate of the image (For internal use only)
getSentBackByUser(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns the name of user which has sent back the image
getServerVersion() - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
retrieves the server version
getServerVersion() - Method in class com.elpical.jclaro.ws.server.JobImpl
retrieves the server version
getXMPData(int, String) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns the XMP data (For internal use only)

I

isImageIdAvailable(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
checks if there is an image is really available for download
isInUse(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
determines if the image is in use by another user
isJobInfoPresent(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
return if job information is present (For internal use only)
isJobReady(String, int) - Method in class com.elpical.jclaro.ws.server.JobImpl
checks if the job is ready.
isPdfImage(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
return if image is a pdf image (For internal use only)
IspImpl - Class in com.elpical.jclaro.inspector.ws.server
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)
isQueueUpdateAvailable(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
checks if there is a queue update available for the related client id After the method getQueue() is called, the update flag will be reset
isSentBack(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
determines if the image is sent back by another user

J

JobImpl - Class in com.elpical.jclaro.ws.server
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)

O

openConfigurations(String) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
opens a previously saved configuration (For internal use only)

P

processImage(DataHandler, String, DataHandler, String, String, String, int) - Method in class com.elpical.jclaro.ws.server.JobImpl
send Image with Jobfile to the server and starts processing

R

removeClientID(int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
removes an id
removeJob(String, int) - Method in class com.elpical.jclaro.ws.server.JobImpl
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.

S

saveConfigurations(String, byte[]) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
saves a configuration (For internal use only)
setCurfileformat(int, String) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
sets the current file format (For internal use only)
setInspectedEditingTime(int, long) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
set the Editing time
setInUse(int, boolean) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
sets the image is in use
setInUseByUser(int, String) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
sets the image is in use by user if this method is used no further call to setInUse() is necessary
setOriginalFile(int, DataHandler) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
sets the original image file as the inspected file
setProcessedFile(int, DataHandler) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
sets the processed image file as the inspected file
setSentBack(int, boolean) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
sets the image as sent back
setSentBackByUser(int, String) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
sets the image as sent back by user if this method is used no further call to setSentBack() is necessary

T

testConnection() - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
Checks the server connection, if failed throws an exception
testConnection() - Method in class com.elpical.jclaro.ws.server.JobImpl
Checks the server connection, if failed throws an exception

U

unregisterClientID(String) - Method in class com.elpical.jclaro.ws.server.JobImpl
unregisters the ClientID
all related folders are removed
useInspectedFileNone(int, String) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
use no file as the inspected file
useInspectedFileOriginal(int, String) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
use the original file as the inspected file
useInspectedFileProcessed(int, String) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
use the processed file as the inspected file

A C D G I J O P R S T U

Copyright © 2010 Elpical Software B.V. All Rights Reserved.