jp.go.nict.langrid.servicecontainer.executor.java
クラス JavaServiceExecutor<T>

java.lang.Object
  上位を拡張 jp.go.nict.langrid.servicecontainer.service.component.AbstractServiceExecutor
      上位を拡張 jp.go.nict.langrid.servicecontainer.executor.java.JavaServiceExecutor<T>
すべての実装されたインタフェース:
InvocationHandler

public class JavaServiceExecutor<T>
extends AbstractServiceExecutor
implements InvocationHandler


コンストラクタの概要
JavaServiceExecutor(String invocationName, long invocationId, Endpoint endpoint, Class<T> interfaceClass)
           
 
メソッドの概要
 Object invoke(Object proxy, Method method, Object[] args)
           
 
クラス jp.go.nict.langrid.servicecontainer.service.component.AbstractServiceExecutor から継承されたメソッド
getInvocationName, postprocess, preprocess
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JavaServiceExecutor

public JavaServiceExecutor(String invocationName,
                           long invocationId,
                           Endpoint endpoint,
                           Class<T> interfaceClass)
メソッドの詳細

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
定義:
インタフェース InvocationHandler 内の invoke
例外:
Throwable