|
dbXML API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.dbxml.util.SimpleConfigurable
com.dbxml.db.server.SimpleService
com.dbxml.db.server.services.DBService
DBService represents a dbXML Database that is registered as a Service.
| Field Summary |
| Fields inherited from class com.dbxml.db.server.SimpleService |
NAME |
| Fields inherited from interface com.dbxml.db.server.Service |
RESULT_BUSY, RESULT_FAILED, RESULT_INVALID, RESULT_OK, STATE_STARTED, STATE_STOPPED, STATE_SUSPENDED |
| Constructor Summary | |
DBService()
|
|
| Method Summary | |
void |
dispose()
dispose prepares the Service for garbage collection. |
int |
initialize()
initialize will initialize the Service based on its current configuration. |
void |
setConfig(Configuration config)
setConfig sets the configuration information for the Configurable object instance. |
| Methods inherited from class com.dbxml.db.server.SimpleService |
getName, resume, setServerInstance, start, status, statusMessage, stop, suspend, uninitialize |
| Methods inherited from class com.dbxml.util.SimpleConfigurable |
getConfig |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DBService()
| Method Detail |
public void setConfig(Configuration config)
throws dbXMLException
Configurable
setConfig in interface ConfigurablesetConfig in class SimpleServicedbXMLExceptionpublic int initialize()
Service
initialize in interface Serviceinitialize in class SimpleServicepublic void dispose()
Service
dispose in interface Servicedispose in class SimpleService
|
dbXML API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||