org.alfresco.util
Class OpenOfficeConnectionTester.OpenOfficeConnectionTesterJob

java.lang.Object
  extended by org.alfresco.util.OpenOfficeConnectionTester.OpenOfficeConnectionTesterJob
All Implemented Interfaces:
org.quartz.Job
Enclosing class:
OpenOfficeConnectionTester

public static class OpenOfficeConnectionTester.OpenOfficeConnectionTesterJob
extends java.lang.Object
implements org.quartz.Job

Quartz job that checks an OpenOffice connection.

Since:
2.1.2

Constructor Summary
OpenOfficeConnectionTester.OpenOfficeConnectionTesterJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
          Check the connection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenOfficeConnectionTester.OpenOfficeConnectionTesterJob

public OpenOfficeConnectionTester.OpenOfficeConnectionTesterJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException
Check the connection.

Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException
See Also:
OpenOfficeConnectionTester.checkConnection()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.