|
dbXML API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Service | |
com.dbxml.db.common.btree | Defines the dbXML BTree implementation as well as the low-level Paged file system. |
com.dbxml.db.server | This package contains all of the classes that comprise the dbXML server framework. |
com.dbxml.db.server.services | Defines several Services that plug into the dbXML server framework in order to allow dbXML to operate as a stand-alone Server. |
Uses of Service in com.dbxml.db.common.btree |
Classes in com.dbxml.db.common.btree that implement Service | |
class |
PageFilterService
PageFilterService |
Uses of Service in com.dbxml.db.server |
Classes in com.dbxml.db.server that implement Service | |
class |
SimpleService
SimpleService is a basic Service implementation that will manage the the basic properties of a Service as well as implement default behavior for the service management methods. |
Methods in com.dbxml.db.server that return Service | |
Service |
ServiceManager.getService(java.lang.String name)
|
Service |
Server.getService(java.lang.String name)
getService retrieves a registered Service by name. |
Methods in com.dbxml.db.server with parameters of type Service | |
boolean |
ServiceManager.addService(Service service)
|
boolean |
ServiceManager.removeService(Service service)
|
Uses of Service in com.dbxml.db.server.services |
Classes in com.dbxml.db.server.services that implement Service | |
class |
DBService
DBService represents a dbXML Database that is registered as a Service. |
class |
HTTPService
HTTPService is a dbXML Service wrapper around the Labrador HTTP Server. |
|
dbXML API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |