Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.roller.presentation.weblog.search.operations
Class RemoveEntryOperation  view RemoveEntryOperation download RemoveEntryOperation.java

java.lang.Object
  extended byorg.roller.presentation.weblog.search.operations.IndexOperation
      extended byorg.roller.presentation.weblog.search.operations.WriteToIndexOperation
          extended byorg.roller.presentation.weblog.search.operations.RemoveEntryOperation
All Implemented Interfaces:
java.lang.Runnable

public class RemoveEntryOperation
extends WriteToIndexOperation


Field Summary
private  org.roller.pojos.WeblogEntryData data
           
private static org.apache.commons.logging.Log mLogger
           
 
Fields inherited from class org.roller.presentation.weblog.search.operations.IndexOperation
manager
 
Constructor Summary
RemoveEntryOperation(org.roller.pojos.WeblogEntryData data)
           
 
Method Summary
 void doRun()
           
 
Methods inherited from class org.roller.presentation.weblog.search.operations.WriteToIndexOperation
run
 
Methods inherited from class org.roller.presentation.weblog.search.operations.IndexOperation
beginDeleting, beginWriting, endDeleting, endWriting, getDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mLogger

private static org.apache.commons.logging.Log mLogger

data

private org.roller.pojos.WeblogEntryData data
Constructor Detail

RemoveEntryOperation

public RemoveEntryOperation(org.roller.pojos.WeblogEntryData data)
Method Detail

doRun

public void doRun()
Specified by:
doRun in class IndexOperation