org.hyperic.hq.appdef.shared
Class AIQueueConstants
java.lang.Object
org.hyperic.hq.appdef.shared.AIQueueConstants
public class AIQueueConstants
- extends java.lang.Object
Defines some constants for working with the autoinventory queues.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Q_DECISION_DEFER
public static final int Q_DECISION_DEFER
- See Also:
- Constant Field Values
Q_DECISION_APPROVE
public static final int Q_DECISION_APPROVE
- See Also:
- Constant Field Values
Q_DECISION_IGNORE
public static final int Q_DECISION_IGNORE
- See Also:
- Constant Field Values
Q_DECISION_UNIGNORE
public static final int Q_DECISION_UNIGNORE
- See Also:
- Constant Field Values
Q_DECISION_PURGE
public static final int Q_DECISION_PURGE
- See Also:
- Constant Field Values
Q_DECISIONS
public static final java.lang.String[] Q_DECISIONS
Q_STATUS_PLACEHOLDER
public static final int Q_STATUS_PLACEHOLDER
- See Also:
- Constant Field Values
Q_STATUS_ADDED
public static final int Q_STATUS_ADDED
- See Also:
- Constant Field Values
Q_STATUS_CHANGED
public static final int Q_STATUS_CHANGED
- See Also:
- Constant Field Values
Q_STATUS_REMOVED
public static final int Q_STATUS_REMOVED
- See Also:
- Constant Field Values
Q_DIFF_NONE
public static final long Q_DIFF_NONE
- See Also:
- Constant Field Values
Q_PLATFORM_FQDN_CHANGED
public static final long Q_PLATFORM_FQDN_CHANGED
- See Also:
- Constant Field Values
Q_PLATFORM_IPS_CHANGED
public static final long Q_PLATFORM_IPS_CHANGED
- See Also:
- Constant Field Values
Q_PLATFORM_SERVERS_CHANGED
public static final long Q_PLATFORM_SERVERS_CHANGED
- See Also:
- Constant Field Values
Q_PLATFORM_PROPERTIES_CHANGED
public static final long Q_PLATFORM_PROPERTIES_CHANGED
- See Also:
- Constant Field Values
Q_IP_NETMASK_CHANGED
public static final long Q_IP_NETMASK_CHANGED
- See Also:
- Constant Field Values
Q_IP_MAC_CHANGED
public static final long Q_IP_MAC_CHANGED
- See Also:
- Constant Field Values
Q_SERVER_SERVICES_CHANGED
public static final long Q_SERVER_SERVICES_CHANGED
- See Also:
- Constant Field Values
Q_SERVER_NAME_CHANGED
public static final long Q_SERVER_NAME_CHANGED
- See Also:
- Constant Field Values
Q_SERVER_INSTALLPATH_CHANGED
public static final long Q_SERVER_INSTALLPATH_CHANGED
- See Also:
- Constant Field Values
Q_SERVER_CONFIG_CHANGED
public static final long Q_SERVER_CONFIG_CHANGED
- See Also:
- Constant Field Values
AIQueueConstants
public AIQueueConstants()
getQueueStatusString
public static java.lang.String getQueueStatusString(int qstat)
getPlatformDiffString
public static java.lang.String getPlatformDiffString(int qstat,
long diff)
getIPDiffString
public static java.lang.String getIPDiffString(int qstat,
long diff)
getServerDiffString
public static java.lang.String getServerDiffString(int qstat,
long diff)
getActionValue
public static int getActionValue(java.lang.String actionString)
diffContains
public static boolean diffContains(long diff,
long attr)
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.