FileDocCategorySizeDatePackage
ServiceFactoryStub.javaAPI DocApache Lucene 2.1.01988Wed Feb 14 10:46:02 GMT 2007org.apache.lucene.gdata.utils

ServiceFactoryStub

public class ServiceFactoryStub extends org.apache.lucene.gdata.server.ServiceFactory
author
Simon Willnauer

Fields Summary
public org.apache.lucene.gdata.server.Service
service
public org.apache.lucene.gdata.server.administration.AdminService
adminService
Constructors Summary
Methods Summary
public org.apache.lucene.gdata.server.administration.AdminServicegetAdminService()

see
org.apache.lucene.gdata.server.ServiceFactory#getAdminService()

        
        return adminService;
    
public org.apache.lucene.gdata.server.ServicegetService(org.apache.lucene.gdata.server.GDataRequest request)

see
org.apache.lucene.gdata.server.ServiceFactory#getService()

        
        return service;
    
public voidsetAdminService(org.apache.lucene.gdata.server.administration.AdminService service)

        this.adminService = service;
    
public voidsetService(org.apache.lucene.gdata.server.Service service)

        this.service = service;