public class DefaultRemoteInvocationFactory extends ObjectSE implements RemoteInvocationFactory
RemoteInvocationFactory インターフェースのデフォルト実装。新しい標準 RemoteInvocation オブジェクトを作成するだけです。| コンストラクターと説明 |
|---|
DefaultRemoteInvocationFactory() |
| 修飾子と型 | メソッドと説明 |
|---|---|
RemoteInvocation | createRemoteInvocation(MethodInvocation methodInvocation) 指定された AOP MethodInvocation から直列化可能な RemoteInvocation オブジェクトを作成します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic RemoteInvocation createRemoteInvocation(MethodInvocation methodInvocation)
RemoteInvocationFactoryユーザークレデンシャルなどのカスタムコンテキスト情報をリモート呼び出しに追加するために実装できます。
RemoteInvocationFactory の createRemoteInvocation methodInvocation - 元の AOP MethodInvocation オブジェクト