接口 GenerationTarget

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      void accept​(String command)
      Accept a command
      void prepare()
      Prepare for accepting actions
      void release()
      Release this target, giving it a change to release its resources.
    • 方法详细资料

      • prepare

        void prepare()
        Prepare for accepting actions
        抛出:
        SchemaManagementException - If there is a problem preparing the target.
      • accept

        void accept​(String command)
        Accept a command
        参数:
        command - The command
        抛出:
        SchemaManagementException - If there is a problem accepting the action.
      • release

        void release()
        Release this target, giving it a change to release its resources.
        抛出:
        SchemaManagementException - If there is a problem releasing the target.