org.kuali.ole.docstore.process
Class DocStoreCamelContext

java.lang.Object
  extended by org.kuali.ole.docstore.process.DocStoreCamelContext

public class DocStoreCamelContext
extends Object

Class to Handle DocStore Processes.

Author:
Rajesh Chowdary K

Method Summary
 org.apache.camel.CamelContext getCamelContext()
           
 org.apache.camel.builder.LoggingErrorHandlerBuilder getErrorHandler()
           
static DocStoreCamelContext getInstance()
          Method to get Instance of DocStoreCamelContext.
 boolean isRunning()
           
 void resume()
           
 void stop()
           
 void suspend()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.