com.timestock.tess.webservices.api
Interface IBizImpactDataOutService


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

getAllUserGroupSeverity

DUserGroupSeverity[] getAllUserGroupSeverity()
                                             throws java.rmi.RemoteException,
                                                    CEMWebServicesException
returns biz impact information for all user groups

Returns:
array of DUserGroupSeverity
Throws:
java.rmi.RemoteException
CEMWebServicesException
See Also:
DUserGroupSeverity

getFilteredUserGroupSeverity

DUserGroupSeverity[] getFilteredUserGroupSeverity(java.lang.String regularExpression)
                                                  throws java.rmi.RemoteException,
                                                         CEMWebServicesException
returns biz impact information for user groups matching the regularExpression

Parameters:
regularExpression -
Returns:
array of userGroupSeverity
Throws:
java.rmi.RemoteException
CEMWebServicesException
See Also:
DUserGroupSeverity

getUserGroupSeverity

DUserGroupSeverity getUserGroupSeverity(java.lang.Long userGroupId)
                                        throws java.rmi.RemoteException,
                                               CEMWebServicesException
returns biz impact information for a user group

Returns:
DUserGroupSeverity
Throws:
java.rmi.RemoteException
CEMWebServicesException
See Also:
DUserGroupSeverity

getBizTransSeverity

DBizTransSeverity getBizTransSeverity(java.lang.Long bizTransId)
                                      throws java.rmi.RemoteException,
                                             CEMWebServicesException
returns biz impact information for a business transaction

Returns:
DBizTransSeverity
Throws:
java.rmi.RemoteException
CEMWebServicesException
See Also:
DBizTransSeverity

getFilteredBizTransSeverity

DBizTransSeverity[] getFilteredBizTransSeverity(java.lang.String regularExpression)
                                                throws java.rmi.RemoteException,
                                                       CEMWebServicesException
returns biz impact information for business transactions matching the regularExpression

Parameters:
regularExpression -
Returns:
array of DBizTransSeverity
Throws:
java.rmi.RemoteException
CEMWebServicesException
See Also:
DBizTransSeverity

getAllBizTransSeverity

DBizTransSeverity[] getAllBizTransSeverity()
                                           throws java.rmi.RemoteException,
                                                  CEMWebServicesException
returns biz impact information for all biz transactions

Returns:
array of DBizTransSeverity
Throws:
java.rmi.RemoteException
CEMWebServicesException
See Also:
DBizTransSeverity