http://<host>:<port>/apm-web-services/services/TransactionService?wsdl
此服务提供与事务相关的所有操作。 提供的信息主要从 CA CEM 获得,虽然一些关联也使用 CA APM 模型中的信息完成。
|
操作 |
输入 |
输出 |
说明 |
|---|---|---|---|
|
getTransactionById |
transId (type: long) |
Type DTransactionSnapshot |
基于事务 ID 检索事务详细信息 |
|
getTransactionsByBS |
busSvcId (type: long) |
Array of type DTransactionSnapshot |
检索与特定业务服务相关的所有事务的列表 |
|
getTransactionsByBT |
busTransId (type: long) |
Array of type DTransactionSnapshot |
检索与特定业务事务相关的所有事务的列表 |
|
getTransactionsByOwner |
ownerId (type: long) |
Array of type DTransactionSnapshot |
检索与特定所有者相关的所有事务的列表 |
|
getTransactionsByVertex |
vertexId (type: long) |
Array of type DTransactionSnapshot |
检索与特定顶点相关的所有事务的列表 |
|
版权所有 © 2013 CA。
保留所有权利。
|
|