com.tivoli.zce.actions.libs
Interface ITecEventAttributes


public interface ITecEventAttributes

Contains constants useful when dealing with the TEC base event attribute names and the standard enumerations for severity and status.


Field Summary
static java.lang.String ADAPTER_HOST
          The name of the TEC event attribute: adapter_host
static java.lang.String ADMINISTRATOR
          The name of the TEC event attribute: administrator
static java.lang.String DATE
          The name of the TEC event attribute: date
static java.lang.String FQHOSTNAME
          The name of the TEC event attribute: fqhostname
static java.lang.String HOSTNAME
          The name of the TEC event attribute: hostname
static java.lang.String MSG
          The name of the TEC event attribute: msg
static java.lang.String MSG_CATALOG
          The name of the TEC event attribute: msg_catalog
static java.lang.String MSG_INDEX
          The name of the TEC event attribute: msg_index
static java.lang.String ORIGIN
          The name of the TEC event attribute: origin
static java.lang.String REPEAT_COUNT
          The name of the TEC event attribute: repeat_count
static java.lang.String SERVER_PATH
          The name of the TEC event attribute: server_path
static java.lang.String SEVERITY
          The name of the TEC event attribute: severity
static java.lang.String[] SEVERITY_LIST
          An ordered list of the default TEC event severities.
static java.lang.String SOURCE
          The name of the TEC event attribute: source
static java.lang.String STATUS
          The name of the TEC event attribute: satus
static java.lang.String[] STATUS_LIST
          An ordered list of the default TEC event status values.
static java.lang.String SUB_ORIGIN
          The name of the TEC event attribute: sub_origin
static java.lang.String SUB_SOURCE
          The name of the TEC event attribute: sub_source
 

Field Detail

HOSTNAME

public static final java.lang.String HOSTNAME
The name of the TEC event attribute: hostname

See Also:
Constant Field Values

FQHOSTNAME

public static final java.lang.String FQHOSTNAME
The name of the TEC event attribute: fqhostname

See Also:
Constant Field Values

ORIGIN

public static final java.lang.String ORIGIN
The name of the TEC event attribute: origin

See Also:
Constant Field Values

SUB_ORIGIN

public static final java.lang.String SUB_ORIGIN
The name of the TEC event attribute: sub_origin

See Also:
Constant Field Values

SOURCE

public static final java.lang.String SOURCE
The name of the TEC event attribute: source

See Also:
Constant Field Values

SUB_SOURCE

public static final java.lang.String SUB_SOURCE
The name of the TEC event attribute: sub_source

See Also:
Constant Field Values

ADAPTER_HOST

public static final java.lang.String ADAPTER_HOST
The name of the TEC event attribute: adapter_host

See Also:
Constant Field Values

DATE

public static final java.lang.String DATE
The name of the TEC event attribute: date

See Also:
Constant Field Values

STATUS

public static final java.lang.String STATUS
The name of the TEC event attribute: satus

See Also:
Constant Field Values

ADMINISTRATOR

public static final java.lang.String ADMINISTRATOR
The name of the TEC event attribute: administrator

See Also:
Constant Field Values

SEVERITY

public static final java.lang.String SEVERITY
The name of the TEC event attribute: severity

See Also:
Constant Field Values

MSG

public static final java.lang.String MSG
The name of the TEC event attribute: msg

See Also:
Constant Field Values

MSG_CATALOG

public static final java.lang.String MSG_CATALOG
The name of the TEC event attribute: msg_catalog

See Also:
Constant Field Values

MSG_INDEX

public static final java.lang.String MSG_INDEX
The name of the TEC event attribute: msg_index

See Also:
Constant Field Values

REPEAT_COUNT

public static final java.lang.String REPEAT_COUNT
The name of the TEC event attribute: repeat_count

See Also:
Constant Field Values

SERVER_PATH

public static final java.lang.String SERVER_PATH
The name of the TEC event attribute: server_path

See Also:
Constant Field Values

SEVERITY_LIST

public static final java.lang.String[] SEVERITY_LIST

An ordered list of the default TEC event severities.


STATUS_LIST

public static final java.lang.String[] STATUS_LIST

An ordered list of the default TEC event status values.