com.googlecode.ehcache.annotations.support
Class TaskSchedulerAdapterFactory

java.lang.Object
  extended by com.googlecode.ehcache.annotations.support.TaskSchedulerAdapterFactory

public final class TaskSchedulerAdapterFactory
extends java.lang.Object

Utility for dealing with the 'fun' of supporting a class that only exists in Spring 3.0. Uses reflection to determine if TaskScheduler is available and wraps it to the project-specific task scheduler api. Also supports Timer use.

Version:
$Revision: 671 $
Author:
Eric Dalquist

Method Summary
static TaskSchedulerAdapter createTaskSchedulerAdapter(java.lang.Object scheduler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createTaskSchedulerAdapter

public static TaskSchedulerAdapter createTaskSchedulerAdapter(java.lang.Object scheduler)


Copyright © 2011. All Rights Reserved.