wt.index
Class IndexAccessorConnectionFactory
java.lang.Object
wt.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionID
private static final String versionID
- See Also:
- Constant Field Values
IndexAccessorConnectionFactory
private IndexAccessorConnectionFactory()
createRwareAccessor
public static IndexAccessorConnection createRwareAccessor()
throws InstantiationException,
ClassNotFoundException,
IllegalAccessException
- Throws:
InstantiationException
ClassNotFoundException
IllegalAccessException
Log
public static void Log(String s)