Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.noa.service
Interface IServiceProvider

All Known Implementing Classes:
ServiceProvider

public interface IServiceProvider

Provider for servives.


Method Summary
 java.lang.Object createService(java.lang.String serviceName)
          Returns service with the submitted name.
 java.lang.Object createServiceWithContext(java.lang.String serviceName)
          Returns service with the submitted name and internal context.
 

Method Detail

createService

java.lang.Object createService(java.lang.String serviceName)
                               throws NOAException
Returns service with the submitted name. Returns null if the a service with the submitted name is not available.

Parameters:
serviceName - service name to be used
Returns:
service with the submitted name or null if the a service with the submitted name is not available
Throws:
NOAException - if the service can not be requested

createServiceWithContext

java.lang.Object createServiceWithContext(java.lang.String serviceName)
                                          throws NOAException
Returns service with the submitted name and internal context. Returns null if the a service with the submitted name is not available.

Parameters:
serviceName - service name to be used
Returns:
service with the submitted name or null if the a service with the submitted name is not available
Throws:
NOAException - if the service can not be requested

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013