|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBizImpactDataOutService
The IBizImpactDataOutService is a web service interface that can be used to get business impact and impact level(severity) data for business transactions and user groups.
Method Summary | |
---|---|
DBizTransSeverity[] |
getAllBizTransSeverity()
returns biz impact information for all biz transactions |
DUserGroupSeverity[] |
getAllUserGroupSeverity()
returns biz impact information for all user groups |
DBizTransSeverity |
getBizTransSeverity(java.lang.Long bizTransId)
returns biz impact information for a business transaction |
DBizTransSeverity[] |
getFilteredBizTransSeverity(java.lang.String regularExpression)
returns biz impact information for business transactions matching the regularExpression |
DUserGroupSeverity[] |
getFilteredUserGroupSeverity(java.lang.String regularExpression)
returns biz impact information for user groups matching the regularExpression |
DUserGroupSeverity |
getUserGroupSeverity(java.lang.Long userGroupId)
returns biz impact information for a user group |
Method Detail |
---|
DUserGroupSeverity[] getAllUserGroupSeverity() throws java.rmi.RemoteException, CEMWebServicesException
java.rmi.RemoteException
CEMWebServicesException
DUserGroupSeverity
DUserGroupSeverity[] getFilteredUserGroupSeverity(java.lang.String regularExpression) throws java.rmi.RemoteException, CEMWebServicesException
regularExpression
-
java.rmi.RemoteException
CEMWebServicesException
DUserGroupSeverity
DUserGroupSeverity getUserGroupSeverity(java.lang.Long userGroupId) throws java.rmi.RemoteException, CEMWebServicesException
java.rmi.RemoteException
CEMWebServicesException
DUserGroupSeverity
DBizTransSeverity getBizTransSeverity(java.lang.Long bizTransId) throws java.rmi.RemoteException, CEMWebServicesException
java.rmi.RemoteException
CEMWebServicesException
DBizTransSeverity
DBizTransSeverity[] getFilteredBizTransSeverity(java.lang.String regularExpression) throws java.rmi.RemoteException, CEMWebServicesException
regularExpression
-
java.rmi.RemoteException
CEMWebServicesException
DBizTransSeverity
DBizTransSeverity[] getAllBizTransSeverity() throws java.rmi.RemoteException, CEMWebServicesException
java.rmi.RemoteException
CEMWebServicesException
DBizTransSeverity
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |