クラス MetaCommand.CommandRuntime

java.lang.Object
org.iplass.mtp.impl.command.MetaCommand.CommandRuntime
直系の既知のサブクラス:
MetaCompositeCommand.CompositeCommandRuntime, MetaSingleCommand.SingleCommandRuntime
含まれているクラス:
MetaCommand

public abstract class MetaCommand.CommandRuntime extends Object
  • フィールド詳細

    • configScript

      protected Script configScript
  • コンストラクタの詳細

    • CommandRuntime

      public CommandRuntime(String identifer)
  • メソッドの詳細

    • getTransactionOption

      public TransactionOption getTransactionOption()
    • getCommand

      public final Command getCommand()
    • getMetaData

      public abstract MetaCommand getMetaData()
    • initImpl

      protected abstract void initImpl(String identifer)
    • newCommand

      protected abstract Command newCommand()
    • readOnly

      public abstract boolean readOnly()
    • newInstancePerRequest

      protected abstract boolean newInstancePerRequest()
    • name

      public abstract String name()