org.kuali.ole.docstore.process
Class DocStoreCamelContext
java.lang.Object
org.kuali.ole.docstore.process.DocStoreCamelContext
public class DocStoreCamelContext
- extends Object
Class to Handle DocStore Processes.
- Author:
- Rajesh Chowdary K
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static DocStoreCamelContext getInstance()
- Method to get Instance of DocStoreCamelContext.
- Returns:
isRunning
public boolean isRunning()
resume
public void resume()
throws Exception
- Throws:
Exception
suspend
public void suspend()
throws Exception
- Throws:
Exception
stop
public void stop()
getCamelContext
public org.apache.camel.CamelContext getCamelContext()
getErrorHandler
public org.apache.camel.builder.LoggingErrorHandlerBuilder getErrorHandler()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.