|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.hq.appdef.shared.AppdefUtil
public class AppdefUtil
AppdefUtil - utility methods for appdef entities and brethren. desmond
Method Summary | |
---|---|
static java.lang.String |
appdefTypeIdToAuthzTypeStr(int adTypeId)
Translate appdefTypeId to authz resource type string. |
static boolean |
areRuntimeScansEnabled(Server server)
Runtime scans are supported servers that were not autodiscovered themselves, as well as servers that were autodiscovered but whose services are not automanaged (if they were, it would mean that the server that autodiscovered them is managing its services, so runtime scans should not be run for this server). |
static java.util.Map |
groupByAppdefType(AppdefEntityID[] ids)
|
static int |
resNameToAppdefTypeId(java.lang.String resName)
Transform an authz resource type name into an appdef type id. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String appdefTypeIdToAuthzTypeStr(int adTypeId) throws InvalidAppdefTypeException
appdef
- type id
InvalidAppdefTypeException
public static int resNameToAppdefTypeId(java.lang.String resName) throws InvalidAppdefTypeException
authz
- resource name
InvalidAppdefTypeException
public static boolean areRuntimeScansEnabled(Server server)
public static java.util.Map groupByAppdefType(AppdefEntityID[] ids)
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |