edu.princeton.wordnet.client
Class WordNetSearcher

java.lang.Object
  extended by edu.princeton.wordnet.client.JNDISearcher
      extended by edu.princeton.wordnet.client.WordNetSearcher

public class WordNetSearcher
extends JNDISearcher

Searcher for EJB remote interface

Author:
Bernard Bou

Field Summary
static java.lang.String DS_FILTER
           
static java.lang.String WORDNETREMOTE_FILTER
           
 
Fields inherited from class edu.princeton.wordnet.client.JNDISearcher
ROOT, theContext
 
Constructor Summary
WordNetSearcher(javax.naming.Context thisContext)
           
 
Method Summary
static void main(java.lang.String[] theseArgs)
           
 
Methods inherited from class edu.princeton.wordnet.client.JNDISearcher
search, search
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WORDNETREMOTE_FILTER

public static java.lang.String WORDNETREMOTE_FILTER

DS_FILTER

public static java.lang.String DS_FILTER
Constructor Detail

WordNetSearcher

public WordNetSearcher(javax.naming.Context thisContext)
                throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

main

public static void main(java.lang.String[] theseArgs)
                 throws java.lang.Exception
Throws:
java.lang.Exception