名称
delete-wdc-controlled-business-logic - Working Domain Coor- dinatorのビジネスロジックの削除
形式
delete-wdc-controlled-business-logic --user admin_user [--password admin_password] [--host host_name] [--port port_number] [--passwordfile filename] [--terse=true|false] [--echo=true|false] [--interactive=true|false] --businessLogicGroupName group_name name
説明
Working Domain Coordinatorからビジネスロジックを削除します。
オプション
--user
ドメインアプリケーションサーバの管理ユーザ名

--password
ドメインアプリケーションサーバの管理ユーザのパスワード

--host
ドメインアプリケーションサーバが起動しているマシン名

--port
ドメインアプリケーションサーバのポート番号(既定値:6212)

--passwordfile
ドメインアプリケーションサーバの管理ユーザのパスワードを含むファイル

--terse
trueを指定すると、出力データがスクリプトによる処理のための簡潔なデータとなります。既定値はfalseです。

--echo
trueを指定すると、標準出力でコマンドライン文が表示されます。既定値はfalseです。

--interactive
true(既定値)を指定すると、パスワードオプション入力用のプロンプトを表示します。

--businessLogicGroupName
ビジネスロジックグループ名を指定します。
オペランド
name ビジネスロジック名を指定します。
使用例

例1: delete-wdc-controlled-business-logicの使用法
otxadmin> delete-wdc-controlled-business-logic --user admin --password adminadmin --host localhost --port 6272 --businessLogicGroupName group1 logic1
Command delete-wdc-controlled-business-logic executed successfully
終了ステータス
0 : コマンド実行成功
1 : コマンド実行失敗
関連事項
create-wdc-controlled-business-logic(1)