Xindice API

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

Packages that use ServiceManager
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 ServiceManager in org.apache.xindice.server
 

Methods in org.apache.xindice.server with parameters of type ServiceManager
 void ManagerService.setServiceManager(ServiceManager manager)
          Provides access to the ServiceManager instance so that the service can control other services within the system.
 

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

Methods in org.apache.xindice.server.services with parameters of type ServiceManager
 void APIService.setServiceManager(ServiceManager serviceManager)
           
 

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

Classes in org.apache.xindice.server.standard that implement ServiceManager
 class StdServiceManager
          StdServiceManager
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation