http://<host>:<port>/apm-web-services/services/BusTransService?wsdl
此服务提供与事务相关的所有操作。 提供的信息主要从 CA CEM 获得,虽然一些关联也使用 CA APM 模型中的信息完成。
|
操作 |
输入 |
输出 |
说明 |
|---|---|---|---|
|
getAllBusinessTrans |
无 |
Array of type DBusTransactionSnapshot |
检索业务事务详细信息。 |
|
getBusinessTransById |
busTransId (type: long) |
Array of type DBusTransactionSnapshot |
检索与特定事务 ID 相关的所有业务事务的列表。 |
|
getBusinessTransByTransId |
TransId (type: long) |
Array of type DBusTransactionSnapshot |
检索与特定事务 ID 相关的所有业务事务的列表。 |
|
getBusinessTransByBSId |
busSvcId (type: long) |
Array of type DBusTransactionSnapshot |
检索与特定业务服务 ID 相关的所有业务事务的列表。 |
|
getBusinessTransactionsByOwner |
ownerId (type: long) |
Array of type DBusTransactionSnapshot |
检索与特定所有者相关的所有事务的列表。 |
|
getBusinessTransactionsByVertex |
vertexId (type: long) |
Array of type DBusTransactionSnapshot |
检索与特定顶点相关的所有事务的列表。 |
|
getAllBusinessTransactionsDeleted() |
无 |
Array of type DBusTransactionSnapshot containing information on the Business Transaction |
检索删除的所有业务事务的列表。 |
|
getBusinessTransDeletedByBSId (Long busSvcId) |
busSvcId (type:Long) |
Array of type DBusTransSnapshot containing information on the Business Transaction |
检索删除的给定业务服务 ID 的所有业务事务。 |
|
版权所有 © 2013 CA。
保留所有权利。
|
|