org.apache.activemq.broker.scheduler
Interface JobSchedulerStore
- All Superinterfaces:
- Service
public interface JobSchedulerStore
- extends Service
- Author:
- Hiram Chirino
getDirectory
File getDirectory()
setDirectory
void setDirectory(File directory)
size
long size()
getJobScheduler
JobScheduler getJobScheduler(String name)
throws Exception
- Throws:
Exception
removeJobScheduler
boolean removeJobScheduler(String name)
throws Exception
- Throws:
Exception
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.