jp.go.nict.langrid.servicecontainer.service.component
クラス LoggingComponentServiceFactory

java.lang.Object
  上位を拡張 jp.go.nict.langrid.servicecontainer.service.component.LoggingComponentServiceFactory
すべての実装されたインタフェース:
ComponentServiceFactory

public class LoggingComponentServiceFactory
extends Object
implements ComponentServiceFactory


コンストラクタの概要
LoggingComponentServiceFactory(ComponentServiceFactory original)
           
 
メソッドの概要
<T> T
getService(String invocationName, Class<T> interfaceClass)
          Get the service suitable for specified invocation name and interface class.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

LoggingComponentServiceFactory

public LoggingComponentServiceFactory(ComponentServiceFactory original)
メソッドの詳細

getService

public <T> T getService(String invocationName,
                        Class<T> interfaceClass)
インタフェース ComponentServiceFactory の記述:
Get the service suitable for specified invocation name and interface class.

定義:
インタフェース ComponentServiceFactory 内の getService
型パラメータ:
T - type of the interface of the service.
パラメータ:
invocationName - invocation name
interfaceClass - interface class
戻り値:
service