|
Xindice API version 1.1b4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xindice.server.ManagedServer
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.
| Constructor Summary | |
ManagedServer()
|
|
| Method Summary | |
void |
configure()
Configure and load database |
protected Configuration |
loadConfiguration()
|
void |
start()
(Optionally configure and) start the server |
void |
stop()
Stop the server, close database |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ManagedServer()
| Method Detail |
public void start()
throws java.lang.Exception
java.lang.Exception
public void stop()
throws java.lang.Exception
java.lang.Exception
public void configure()
throws java.io.IOException,
XindiceException
java.io.IOException
XindiceException
protected Configuration loadConfiguration()
throws java.io.IOException,
XindiceException
java.io.IOException
XindiceException
|
Xindice API version 1.1b4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||