AR System Java API

com.bmc.arsys.api
Enum SignalType

java.lang.Object
  extended by java.lang.Enum<SignalType>
      extended by com.bmc.arsys.api.SignalType
All Implemented Interfaces:
Serializable, Comparable<SignalType>

public enum SignalType
extends Enum<SignalType>


Enum Constant Summary
ALERT_USER_CHANGED
           
APPLICATION_SIGNAL
           
ARCHIVE_CHANGED
           
COMPUTED_GROUP_CHANGED
           
CONFIG_CHANGED
           
DSO_SIGNAL
           
ESCALATION_CHANGED
           
GROUP_CACHE_CHANGED
           
LICENSE_CHANGED
           
RECACHE
           
USER_CACHE_CHANGED
           
 
Method Summary
 int value()
           
static SignalType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SignalType[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

CONFIG_CHANGED

public static final SignalType CONFIG_CHANGED

GROUP_CACHE_CHANGED

public static final SignalType GROUP_CACHE_CHANGED

LICENSE_CHANGED

public static final SignalType LICENSE_CHANGED

ALERT_USER_CHANGED

public static final SignalType ALERT_USER_CHANGED

DSO_SIGNAL

public static final SignalType DSO_SIGNAL

USER_CACHE_CHANGED

public static final SignalType USER_CACHE_CHANGED

APPLICATION_SIGNAL

public static final SignalType APPLICATION_SIGNAL

ARCHIVE_CHANGED

public static final SignalType ARCHIVE_CHANGED

ESCALATION_CHANGED

public static final SignalType ESCALATION_CHANGED

RECACHE

public static final SignalType RECACHE

COMPUTED_GROUP_CHANGED

public static final SignalType COMPUTED_GROUP_CHANGED
Method Detail

values

public static final SignalType[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(SignalType c : SignalType.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static SignalType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name

value

public int value()

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.