|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.co.lakesidetech.springxmldb.startup.exist.ExistEmbeddedServer
uk.co.lakesidetech.springxmldb.startup.exist.ExistStandaloneServer
The ExistStandaloneServer
will startup an embedded XML database
which can be connected to in the same JVM be using a xmldb:$databasename:/// database uri
for the database.
The ExistStandaloneServer will also startup a http access and xmlrpc server access to the XML database on the ports set in the property configuration
Field Summary |
Fields inherited from class uk.co.lakesidetech.springxmldb.startup.exist.ExistEmbeddedServer |
configurationFile, databaseName, shutdownListener, shutdownPassword, shutdownUser, threads |
Constructor Summary | |
ExistStandaloneServer()
|
Method Summary | |
void |
setXmlrpcPort(int xmlrpcPort)
|
void |
shutdown()
shutdown the XML database server and the HTTP and XMLRPC servers |
void |
startup()
start the xml database and a HTTP server and XMLRPC server on the indicated ports |
Methods inherited from class uk.co.lakesidetech.springxmldb.startup.exist.ExistEmbeddedServer |
createExistConfiguration, setConfigurationFile, setDatabaseName, setShutdownListener, setShutdownPassword, setShutdownUser, setThreads |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExistStandaloneServer()
Method Detail |
public void setXmlrpcPort(int xmlrpcPort)
xmlrpcPort
- The xmlrpcPort to set.public void startup()
startup
in interface IXMLDBServerStartup
startup
in class ExistEmbeddedServer
IXMLDBServerStartup.startup()
public void shutdown()
shutdown
in interface IXMLDBServerStartup
shutdown
in class ExistEmbeddedServer
IXMLDBServerStartup.shutdown()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |