public class DASHelper extends Object
Constructor and Description |
---|
DASHelper() |
Modifier and Type | Method and Description |
---|---|
protected static void |
addServiceActionsFromDB(List<String> actions,
String uRL)
loads all actions for a given service from the actionlist in perf db
All-Actions is NOT explicitly added
|
protected static GetPerformanceAverageStatsResponseMsg |
getPerformanceAvgStatsFromDB(WebServiceContext ctx,
String uri,
String displayname,
SecurityWrapper classification) |
protected static ArrayOfServiceType |
getServiceListfromPolicyDB(WebServiceContext ctx,
SecurityWrapper classification)
this function filters results by the current request context username
|
protected static ArrayOfServiceType |
getServiceListfromPolicyDB(WebServiceContext ctx,
SecurityWrapper classification,
PolicyType p)
Returns a list of services, filtered by the current user and policy type
|
protected static ArrayOfServiceType |
getServiceListfromPolicyDB(WebServiceContext ctx,
SecurityWrapper classification,
PolicyType p,
String hostname)
Returns a list of services, filtered by the current user and policy type
and hostname
|
protected static ArrayOfServiceType |
getServiceListfromPolicyDB(WebServiceContext ctx,
String uRL,
SecurityWrapper classification)
Returns a list of services, filtered by the current user
|
protected static String |
getSLAFaultMsg(Connection con,
String slaID) |
protected static Duration |
getUpTime(String uri) |
protected static GetPerformanceAverageStatsResponseMsg getPerformanceAvgStatsFromDB(WebServiceContext ctx, String uri, String displayname, SecurityWrapper classification)
protected static ArrayOfServiceType getServiceListfromPolicyDB(WebServiceContext ctx, SecurityWrapper classification) throws ServiceUnavailableException
classification
- ServiceUnavailableException
protected static ArrayOfServiceType getServiceListfromPolicyDB(WebServiceContext ctx, SecurityWrapper classification, PolicyType p) throws ServiceUnavailableException
classification
- p
- ServiceUnavailableException
protected static void addServiceActionsFromDB(List<String> actions, String uRL)
actions
- - outuRL
- protected static ArrayOfServiceType getServiceListfromPolicyDB(WebServiceContext ctx, SecurityWrapper classification, PolicyType p, String hostname) throws ServiceUnavailableException
classification
- p
- ServiceUnavailableException
protected static ArrayOfServiceType getServiceListfromPolicyDB(WebServiceContext ctx, String uRL, SecurityWrapper classification) throws ServiceUnavailableException
uRL
- classification
- ServiceUnavailableException
protected static String getSLAFaultMsg(Connection con, String slaID)
Copyright © 2008–2017 MIL-OSS. All rights reserved.