com.sapportals.portal.prt.service.factory
Interface IServiceFactory

All Superinterfaces:
IService

Deprecated. This interface is not used anymore and no replacement has been provided.

public interface IServiceFactory
extends IService

Interface implemented by all the classe that want to specify a Service


Method Summary
 IService get(IServiceConfiguration aServiceConfig)
          Deprecated. generic get of a service
 IService get(IServiceId aServiceId)
          Deprecated. generic get of a service
 void init(IServiceContext serviceContext, java.lang.String name, java.lang.String ServiceName, int pool)
          Deprecated. generic init of the serviceFactory
 IService newService(IServiceId aServiceId)
          Deprecated. generic init of the serviceFactory
 
Methods inherited from interface com.sapportals.portal.prt.service.IService
afterInit, configure, destroy, getContext, getKey, init, release
 

Method Detail

init

public void init(IServiceContext serviceContext,
                 java.lang.String name,
                 java.lang.String ServiceName,
                 int pool)
Deprecated. 
generic init of the serviceFactory
Parameters:
serviceContext -  
name -  
ServiceName -  
pool -  

newService

public IService newService(IServiceId aServiceId)
Deprecated. 
generic init of the serviceFactory
Parameters:
aServiceId -  

get

public IService get(IServiceId aServiceId)
Deprecated. 
generic get of a service
Parameters:
aServiceId -  

get

public IService get(IServiceConfiguration aServiceConfig)
Deprecated. 
generic get of a service
Parameters:
aServiceConfig -