org.apache.sling.commons.scheduler.impl
Class WhiteboardHandler

java.lang.Object
  extended by org.apache.sling.commons.scheduler.impl.WhiteboardHandler

public class WhiteboardHandler
extends Object

The quartz based implementation of the scheduler.


Constructor Summary
WhiteboardHandler()
           
 
Method Summary
protected  void activate(org.osgi.framework.BundleContext btx)
          Activate this component.
protected  void deactivate()
          Deactivate this component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhiteboardHandler

public WhiteboardHandler()
Method Detail

activate

@Activate
protected void activate(org.osgi.framework.BundleContext btx)
                 throws org.osgi.framework.InvalidSyntaxException
Activate this component.

Throws:
org.osgi.framework.InvalidSyntaxException

deactivate

@Deactivate
protected void deactivate()
Deactivate this component. Stop the scheduler.

Parameters:
ctx - The component context.


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.