Oracle Stream Explorerアプリケーションの特定のステージに対するイベントの再生構成を一覧表示します。
構文
java wlevs.Admin [ Connection Arguments ] [ User Credentials Arguments ] [ Common Arguments ] LISTPLAYBACK -application application -stage stage
表A-29 LISTPLAYBACK引数
引数 | 定義 |
---|---|
-application application
|
イベントの記録と再生を管理する対象のOracle Stream Explorerアプリケーションの名前を指定します。 アプリケーションの完全一致名を取得するため、次を実行できます:
|
-stage
|
特定のステージ名を指定します(このステージは、 |
例
次の例は、指定したOracle Stream Explorerインスタンスへデプロイされたhelloworld
アプリケーションのhelloworldAdapter
ステージでイベント再生の構成を一覧表示する方法を示します。
java wlevs.Admin -url service:jmx:msarmi://localhost:9002/jndi/jmxconnector -username wlevs -password wlevs LISTPLAYBACK -application helloworld -stage helloworldAdapter