jp.go.nict.langrid.servicecontainer.service
クラス NullComponentServiceFactory

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

public class NullComponentServiceFactory
extends Object
implements ComponentServiceFactory


コンストラクタの概要
NullComponentServiceFactory()
           
 
メソッドの概要
<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
 

コンストラクタの詳細

NullComponentServiceFactory

public NullComponentServiceFactory()
メソッドの詳細

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