クラス InvocationImpl
java.lang.Object
org.iplass.mtp.impl.command.InvocationImpl
- すべての実装されたインタフェース:
CommandInvocation
-
フィールドの概要
フィールド -
コンストラクタの概要
コンストラクタコンストラクタ説明InvocationImpl(CommandInterceptor[] commandInterceptors, Command cmd, RequestContext request, TransactionOption transactionOption, String cmdName) InvocationImpl(CommandInterceptor[] commandInterceptors, MetaCommand.CommandRuntime cmdRuntime, RequestContext request) InvocationImpl(CommandInterceptor[] commandInterceptors, MetaMetaCommand.MetaCommandRuntime metaCmd, RequestContext request, TransactionOption transactionOption) -
メソッドの概要
修飾子とタイプメソッド説明
-
フィールド詳細
-
NULL_COMMAND_INTERCEPTOR
-
-
コンストラクタの詳細
-
InvocationImpl
public InvocationImpl(CommandInterceptor[] commandInterceptors, MetaCommand.CommandRuntime cmdRuntime, RequestContext request) -
InvocationImpl
public InvocationImpl(CommandInterceptor[] commandInterceptors, MetaMetaCommand.MetaCommandRuntime metaCmd, RequestContext request, TransactionOption transactionOption) -
InvocationImpl
public InvocationImpl(CommandInterceptor[] commandInterceptors, Command cmd, RequestContext request, TransactionOption transactionOption, String cmdName)
-
-
メソッドの詳細
-
getTransactionOption
-
proceedCommand
- 定義:
proceedCommandインタフェース内CommandInvocation
-
getRequest
- 定義:
getRequestインタフェース内CommandInvocation
-
getCommand
- 定義:
getCommandインタフェース内CommandInvocation
-
getCommandName
- 定義:
getCommandNameインタフェース内CommandInvocation
-