lemurproject.indri
Class IndexStatus

java.lang.Object
  extended by lemurproject.indri.IndexStatus
Direct Known Subclasses:
IndexUI.UIIndexStatus

public class IndexStatus
extends java.lang.Object


Nested Class Summary
static class IndexStatus.action_code
           
 
Field Summary
protected  boolean swigCMemOwn
           
private  long swigCPtr
           
 
Constructor Summary
  IndexStatus()
           
protected IndexStatus(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(IndexStatus obj)
           
 void status(int code, java.lang.String documentPath, java.lang.String error, int documentsIndexed, int documentsSeen)
           
protected  void swigDirectorDisconnect()
           
 void swigReleaseOwnership()
           
 void swigTakeOwnership()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCPtr

private long swigCPtr

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

IndexStatus

protected IndexStatus(long cPtr,
                      boolean cMemoryOwn)

IndexStatus

public IndexStatus()
Method Detail

getCPtr

protected static long getCPtr(IndexStatus obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

swigDirectorDisconnect

protected void swigDirectorDisconnect()

swigReleaseOwnership

public void swigReleaseOwnership()

swigTakeOwnership

public void swigTakeOwnership()

status

public void status(int code,
                   java.lang.String documentPath,
                   java.lang.String error,
                   int documentsIndexed,
                   int documentsSeen)