com.sapportals.portal.prt.service
Interface IService

All Known Subinterfaces:
IServiceFactory, ISOAPService

public interface IService

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


Method Summary
 void afterInit()
          it allows to init the service after that all the service has benn called
 void configure(IServiceConfiguration configuration)
          Deprecated. Do not use anymore.
 void destroy()
          Called upon release of the service from the container.
 IServiceContext getContext()
          get the context of the service
 java.lang.String getKey()
          return the key of the service
 void init(IServiceContext serviceContext)
          generic init of the service
 void release()
          Deprecated. use destroy instead.
 

Method Detail

init

public void init(IServiceContext serviceContext)
generic init of the service
Parameters:
serviceContext -  

afterInit

public void afterInit()
it allows to init the service after that all the service has benn called

configure

public void configure(IServiceConfiguration configuration)
Deprecated. Do not use anymore.

configure the service
Parameters:
configuration -  

destroy

public void destroy()
Called upon release of the service from the container.

release

public void release()
Deprecated. use destroy instead.

release the service

getContext

public IServiceContext getContext()
get the context of the service

getKey

public java.lang.String getKey()
return the key of the service