Xindice API

Uses of Class
org.apache.xindice.server.Kernel

Packages that use Kernel
org.apache.xindice.client.corba Implements the several POA-based Servants for CORBA connectivity to Xindice. 
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 Kernel in org.apache.xindice.client.corba
 

Constructors in org.apache.xindice.client.corba with parameters of type Kernel
DatabaseManagerServant(Database db, Kernel kernel)
           
DatabaseServant(Database db, Kernel kernel)
           
 

Uses of Kernel in org.apache.xindice.server
 

Methods in org.apache.xindice.server with parameters of type Kernel
 void SimpleScriptComponent.setKernel(Kernel kernel)
           
 void KernelAccess.setKernel(Kernel kernel)
          setKernel provides a Kernel callback interface to the implementing object.
 

Constructors in org.apache.xindice.server with parameters of type Kernel
Kernel.TextWriter(org.w3c.dom.Node node)
           
 

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

Fields in org.apache.xindice.server.services declared as Kernel
 Kernel SocketServer.kernel
           
 

Methods in org.apache.xindice.server.services with parameters of type Kernel
 void SocketServer.setKernel(Kernel kernel)
           
 void APIService.setKernel(Kernel kernel)
           
 void XindiceService.setKernel(Kernel kernel)
           
 

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

Methods in org.apache.xindice.server.standard with parameters of type Kernel
 void StdScriptManager.setKernel(Kernel kernel)
           
 void StdUserManager.setKernel(Kernel kernel)
           
 void StdFileManager.setKernel(Kernel kernel)
           
 void StdServiceManager.setKernel(Kernel kernel)
           
 void StdComponentManager.setKernel(Kernel kernel)
           
 void StdResourceManager.setKernel(Kernel kernel)
           
 void StdLogManager.setKernel(Kernel kernel)
           
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation