org.apache.sling.event.impl.jobs.timed
Class TimedEventConfiguration

java.lang.Object
  extended by org.apache.sling.event.impl.jobs.timed.TimedEventConfiguration

@Service(value=TimedEventConfiguration.class)
@Property(name="repository.path",
          value="/var/eventing/timed-jobs")
public class TimedEventConfiguration
extends Object

An event handler for timed events.


Constructor Summary
TimedEventConfiguration()
           
 
Method Summary
protected  void activate(Map<String,Object> props)
          Activate this component.
 String getResourcePath()
           
 String getResourcePathWithSlash()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimedEventConfiguration

public TimedEventConfiguration()
Method Detail

activate

@Activate
protected void activate(Map<String,Object> props)
Activate this component.


getResourcePath

public String getResourcePath()

getResourcePathWithSlash

public String getResourcePathWithSlash()


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