|
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.HTTPService
HTTPService is a dbXML Service wrapper around the Labrador HTTP Server. This means that the only type of content that can be retrieved is based on the web services hub.
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 | |
HTTPService()
|
Method Summary | |
void |
setConfig(Configuration config)
setConfig sets the configuration information for the Configurable object instance. |
int |
start()
start will attempt to start the Service. |
int |
stop()
stop will attempt to stop the Service. |
Methods inherited from class com.dbxml.db.server.SimpleService |
dispose, getName, initialize, resume, setServerInstance, status, statusMessage, 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 HTTPService()
Method Detail |
public void setConfig(Configuration config) throws dbXMLException
Configurable
setConfig
in interface Configurable
setConfig
in class SimpleService
dbXMLException
public int start()
Service
start
in interface Service
start
in class SimpleService
public int stop()
Service
stop
in interface Service
stop
in class SimpleService
|
dbXML API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |