Klasse DataTransferCallable
java.lang.Object
de.uplanet.lucy.server.datatrans.callable.DataTransferCallable
Only used for old Datatransfer application.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the currently defined data transfer jobs.de.uplanet.lucy.scheduler.SchedulerJobExecution[]getJobExecutions(String p_strJobGuid) Returns the job history for the connection with the specified name.getJobMessages(String p_strGuid) Returns the message for the job with the specified GUID.getLastJobMessage(String p_strJobDefinitionGuid) Returns the message of the last job executed for the specified connection.voidStarts the specified scheduler job.
-
Konstruktordetails
-
DataTransferCallable
public DataTransferCallable()
-
-
Methodendetails
-
getConnections
Returns the currently defined data transfer jobs.- Gibt zurück:
- A list of data transfer job enties.
-
getJobExecutions
public de.uplanet.lucy.scheduler.SchedulerJobExecution[] getJobExecutions(String p_strJobGuid) throws Exception Returns the job history for the connection with the specified name.- Parameter:
p_strJobGuid- The job GUID.- Gibt zurück:
- The history as an array.
- Löst aus:
Exception- If an error occurred.
-
getLastJobMessage
Returns the message of the last job executed for the specified connection.- Parameter:
p_strJobDefinitionGuid- The job GUID.- Löst aus:
Exception- If an error occurred.
-
getJobMessages
Returns the message for the job with the specified GUID.- Parameter:
p_strGuid- The job execution GUID.- Gibt zurück:
- The message.
- Löst aus:
IOException- If an I/O error occurred.Exception
-
startJob
Starts the specified scheduler job.- Parameter:
p_strGuid- The job GUID.
-