sos.spooler
Class Job_impl

java.lang.Object
  extended by sos.spooler.Job_impl

public class Job_impl
extends java.lang.Object

Version:
$Revision: 3946 $
Author:
Joacim Zschimmer, Zschimmer GmbH

Field Summary
 Spooler spooler
           
 Job spooler_job
           
 Log spooler_log
           
 Task spooler_task
           
 
Method Summary
 void spooler_close()
           
 void spooler_exit()
           
 boolean spooler_init()
           
 void spooler_on_error()
           
 void spooler_on_success()
           
 boolean spooler_open()
           
 boolean spooler_process()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

spooler_log

public Log spooler_log

spooler_task

public Task spooler_task

spooler_job

public Job spooler_job

spooler

public Spooler spooler
Method Detail

spooler_init

public boolean spooler_init()
                     throws java.lang.Exception
Throws:
java.lang.Exception

spooler_exit

public void spooler_exit()
                  throws java.lang.Exception
Throws:
java.lang.Exception

spooler_open

public boolean spooler_open()
                     throws java.lang.Exception
Throws:
java.lang.Exception

spooler_close

public void spooler_close()
                   throws java.lang.Exception
Throws:
java.lang.Exception

spooler_process

public boolean spooler_process()
                        throws java.lang.Exception
Throws:
java.lang.Exception

spooler_on_error

public void spooler_on_error()
                      throws java.lang.Exception
Throws:
java.lang.Exception

spooler_on_success

public void spooler_on_success()
                        throws java.lang.Exception
Throws:
java.lang.Exception