public class InvocationImpl extends java.lang.Object implements CommandInvocation
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static CommandInterceptor[] |
NULL_COMMAND_INTERCEPTOR |
| コンストラクタと説明 |
|---|
InvocationImpl(CommandInterceptor[] commandInterceptors,
Command cmd,
RequestContext request,
TransactionOption transactionOption,
java.lang.String cmdName) |
InvocationImpl(CommandInterceptor[] commandInterceptors,
MetaCommand.CommandRuntime cmdRuntime,
RequestContext request) |
InvocationImpl(CommandInterceptor[] commandInterceptors,
MetaMetaCommand.MetaCommandRuntime metaCmd,
RequestContext request,
TransactionOption transactionOption) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Command |
getCommand() |
java.lang.String |
getCommandName() |
RequestContext |
getRequest() |
TransactionOption |
getTransactionOption() |
java.lang.String |
proceedCommand() |
public static CommandInterceptor[] NULL_COMMAND_INTERCEPTOR
public InvocationImpl(CommandInterceptor[] commandInterceptors, MetaCommand.CommandRuntime cmdRuntime, RequestContext request)
public InvocationImpl(CommandInterceptor[] commandInterceptors, MetaMetaCommand.MetaCommandRuntime metaCmd, RequestContext request, TransactionOption transactionOption)
public InvocationImpl(CommandInterceptor[] commandInterceptors, Command cmd, RequestContext request, TransactionOption transactionOption, java.lang.String cmdName)
public TransactionOption getTransactionOption()
public java.lang.String proceedCommand()
proceedCommand インタフェース内 CommandInvocationpublic RequestContext getRequest()
getRequest インタフェース内 CommandInvocationpublic Command getCommand()
getCommand インタフェース内 CommandInvocationpublic java.lang.String getCommandName()
getCommandName インタフェース内 CommandInvocation