org.kuali.ole.docstore.process
Class LinkingInstanceNBibHandler

java.lang.Object
  extended by org.kuali.ole.docstore.process.LinkingInstanceNBibHandler
All Implemented Interfaces:
Runnable

public class LinkingInstanceNBibHandler
extends Object
implements Runnable

Created by IntelliJ IDEA. User: Pranitha Date: 6/4/12 Time: 1:58 PM To change this template use File | Settings | File Templates.


Method Summary
static LinkingInstanceNBibHandler getInstance(String docCategory, String docType, String docFormat)
           
 boolean isRunning()
          Method to get running status.
 void run()
           
 void startProcess()
          Method to startProcess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static LinkingInstanceNBibHandler getInstance(String docCategory,
                                                     String docType,
                                                     String docFormat)

isRunning

public boolean isRunning()
Method to get running status.

Returns:

startProcess

public void startProcess()
Method to startProcess


run

public void run()
Specified by:
run in interface Runnable


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.