Xindice API

Uses of Interface
org.apache.xindice.server.Service

Packages that use Service
org.apache.xindice.server This package contains all of the classes that comprise the Xindice server framework. 
org.apache.xindice.server.services Defines several Services that plug into the Xindice server framework in order to allow Xindice to operate as a stand-alone Server. 
org.apache.xindice.server.standard This package contains all of the classes that comprise the Xindice server framework standard API implements. 
 

Uses of Service in org.apache.xindice.server
 

Methods in org.apache.xindice.server that return Service
 Service Kernel.getService(java.lang.String name)
           
 Service ServiceManager.getService(java.lang.String name)
          getService retrieves a Service from the ServiceManager by name.
 

Methods in org.apache.xindice.server with parameters of type Service
 boolean Kernel.addService(Service service)
           
 boolean Kernel.removeService(Service service)
           
 boolean ServiceManager.addService(Service service)
          addService adds a Service to the ServiceManager.
 boolean ServiceManager.removeService(Service service)
          removeService removes a Service from the ServiceManager.
 

Uses of Service in org.apache.xindice.server.services
 

Classes in org.apache.xindice.server.services that implement Service
 class APIService
          APIService provides a simple bootstrap for the CORBA API
 class HTTPServer
          HTTPServer is as close to an HTTP/1.1 implementation as you can get in a script-based web server.
 class SocketServer
          SocketServer is the generic base class for all of Xindice's Socket-based Services.
 class XindiceService
          XindiceService controls the Xindice server instance.
 

Uses of Service in org.apache.xindice.server.standard
 

Methods in org.apache.xindice.server.standard that return Service
 Service StdServiceManager.getService(java.lang.String name)
           
 

Methods in org.apache.xindice.server.standard with parameters of type Service
 boolean StdServiceManager.addService(Service service)
           
 boolean StdServiceManager.removeService(Service service)
           
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation