All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface ninja.xset.XSetServiceIF

public interface XSetServiceIF
extends Remote

Method Index

 o AddDocument(String)
 o AddFile(String)
 o AddFiles(String)
 o Checkpoint()
 o ClearAll()
 o EnumerateTag(String[])
 o ForceSync()
 o Query(String)
 o Query(String, Vector)
 o QuerySE(String)
 o RemoveDocument(Document)
 o RemoveDocument(String)
 o Shutdown(boolean)

Methods

 o AddDocument
 public abstract void AddDocument(String xmlstring) throws RemoteException
 o AddFiles
 public abstract void AddFiles(String path) throws RemoteException
 o AddFile
 public abstract void AddFile(String filename) throws RemoteException
 o QuerySE
 public abstract Vector QuerySE(String xmlQuery) throws RemoteException
 o Query
 public abstract Vector Query(String xmlQuery) throws RemoteException
 o Query
 public abstract Vector Query(String xmlQuery,
                              Vector tagVector) throws RemoteException
 o EnumerateTag
 public abstract Vector EnumerateTag(String pathArray[]) throws RemoteException
 o RemoveDocument
 public abstract void RemoveDocument(Document d) throws RemoteException
 o RemoveDocument
 public abstract void RemoveDocument(String xml) throws RemoteException
 o ClearAll
 public abstract void ClearAll() throws RemoteException
 o Shutdown
 public abstract int Shutdown(boolean backup) throws RemoteException
 o Checkpoint
 public abstract boolean Checkpoint() throws RemoteException
 o ForceSync
 public abstract void ForceSync() throws RemoteException

All Packages  Class Hierarchy  This Package  Previous  Next  Index