wt.index
Class IndexAccessorConnectionFactory

java.lang.Object
  extended bywt.index.IndexAccessorConnectionFactory

public class IndexAccessorConnectionFactory
extends Object

This class is a factory whose sole purpose is to return the proper IndexAccessorConnection class. This will be one of the following... IndexAccessorHttpConnection - For indexing to a remote RetrievalWare server

Supported API: true

Extendable: false

See Also:
IndexDelegate, IndexAccessor, IndexAccessorConnection, wt.index.IndexAccessorHTTPConnection, wt.index.IndexAccessorLocalConnection, RwareIndexDelegate

Field Summary
private static String versionID
           
 
Constructor Summary
private IndexAccessorConnectionFactory()
           
 
Method Summary
static IndexAccessorConnection createRwareAccessor()
           
static void Log(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionID

private static final String versionID
See Also:
Constant Field Values
Constructor Detail

IndexAccessorConnectionFactory

private IndexAccessorConnectionFactory()
Method Detail

createRwareAccessor

public static IndexAccessorConnection createRwareAccessor()
                                                   throws InstantiationException,
                                                          ClassNotFoundException,
                                                          IllegalAccessException
Throws:
InstantiationException
ClassNotFoundException
IllegalAccessException

Log

public static void Log(String s)