Xindice API
version 1.1b3

org.apache.xindice.server
Class ManagedServer

java.lang.Object
  |
  +--org.apache.xindice.server.ManagedServer

public class ManagedServer
extends java.lang.Object

Creates an registers a database instance for use of the managed driver. This class may be used to create the database the managed driver uses (as is the case in the test cases) but it is not required. Any method may be used to create the database instance that the managed driver talks to. As long as the instance name exists when the driver fires up all will be good.

Version:
CVS $Revision: 1.6 $, $Date: 2003/08/19 21:08:27 $
Author:
Kevin O'Neill

Constructor Summary
ManagedServer()
           
 
Method Summary
 void configure()
           
protected  Configuration loadConfiguration()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedServer

public ManagedServer()
Method Detail

start

public void start()
           throws java.lang.Exception

stop

public void stop()
          throws java.lang.Exception

configure

public void configure()
               throws java.io.IOException,
                      XindiceException

loadConfiguration

protected Configuration loadConfiguration()
                                   throws java.io.IOException,
                                          XindiceException

Xindice API
version 1.1b3

Copyright (c) 1999-2003 The Apache Software Foundation. All Rights Reserved.