|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.silverpeas.attachment.ActifyDocumentProcessScheduler
public class ActifyDocumentProcessScheduler
A scheduler of processing of the files generated by Actify from CAD documents. It schedules two distincts tasks: one for importing the 3D documents generated by Actify into Silverpeas and another one for purging the 3D documents generated by Actify once they were imported into Silverpeas.
| Constructor Summary | |
|---|---|
ActifyDocumentProcessScheduler()
|
|
| Method Summary | |
|---|---|
protected Job |
getActifyDocumentCleaner()
|
protected Job |
getActifyDocumentImporter()
|
void |
initialize()
|
void |
jobFailed(SchedulerEvent anEvent)
Invoked when the normal execution thread of a job is broken by an exception. |
void |
jobSucceeded(SchedulerEvent anEvent)
Invoked when the execution of a job has been completed correctly. |
void |
triggerFired(SchedulerEvent anEvent)
Invoked when a job trigger fires the execution of a job. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActifyDocumentProcessScheduler()
| Method Detail |
|---|
public void initialize()
public void triggerFired(SchedulerEvent anEvent)
throws Exception
SchedulerEventListener
triggerFired in interface SchedulerEventListeneranEvent - the event coming from the trigger firing.
Exceptionpublic void jobSucceeded(SchedulerEvent anEvent)
SchedulerEventListener
jobSucceeded in interface SchedulerEventListeneranEvent - the event coming from the job completion.public void jobFailed(SchedulerEvent anEvent)
SchedulerEventListener
jobFailed in interface SchedulerEventListeneranEvent - the event coming from the job failure.protected Job getActifyDocumentImporter()
protected Job getActifyDocumentCleaner()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||