DLESE Tools
v1.2

org.dlese.dpc.dds
Class DocumentServer

java.lang.Object
  extended byorg.dlese.dpc.dds.DocumentServer
All Implemented Interfaces:
EventListener, FileDirectoryListener

public class DocumentServer
extends Object
implements FileDirectoryListener


Constructor Summary
DocumentServer()
           
 
Method Summary
 void fileDirectoryChanged(FileDirectoryEvent fde)
          Invoked when a file directory has changed.
 boolean init(String collectionName, String fileDirectory)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentServer

public DocumentServer()
Method Detail

init

public boolean init(String collectionName,
                    String fileDirectory)

fileDirectoryChanged

public void fileDirectoryChanged(FileDirectoryEvent fde)
Description copied from interface: FileDirectoryListener
Invoked when a file directory has changed.

Specified by:
fileDirectoryChanged in interface FileDirectoryListener
Parameters:
fde - The file directory event source

main

public static void main(String[] args)

DLESE Tools
v1.2