uk.co.lakesidetech.springxmldb.startup
Interface IXMLDBServerStartup

All Known Implementing Classes:
ExistEmbeddedServer, ExistStandaloneServer, XindiceManagedServer

public interface IXMLDBServerStartup

Defines the interface for classes used to startup and stop XML databases

Author:
Stuart Eccles

Method Summary
 void shutdown()
          Shutdown the XML database
 void startup()
          Start the XML database
 

Method Detail

startup

public void startup()
Start the XML database


shutdown

public void shutdown()
Shutdown the XML database