com.ibm.sensorevent.model
Interface IConstants


public interface IConstants

IConstants defines constants used throughout the sensor event model.


Field Summary
static java.lang.String ATTR_ASSET_ID
          Attribute name for header asset ID
static java.lang.String ATTR_DATE_TIME
          Attribute name for header date-time
static java.lang.String ATTR_EVENT_ID
          Attribute name for header event ID
static java.lang.String ATTR_EVENT_TYPE
          Attribute name for header event type
static java.lang.String ATTR_GEO_LOCATION
          Attribute name for header geographical location
static java.lang.String ATTR_ORIGINATING_EVENT_ID
          Attribute name for header originating event ID
static java.lang.String ATTR_PRIORITY
          Attribute name for header priority
static java.lang.String ATTR_SOURCE_COMPONENT_APPLICATION
          Attribute name for application attribute in source component group
static java.lang.String ATTR_SOURCE_COMPONENT_COMPONENT
          Attribute name for component attribute in source component group
static java.lang.String ATTR_SOURCE_COMPONENT_COMPONENT_ID_TYPE
          Attribute name for component ID type attribute in source component group
static java.lang.String ATTR_SOURCE_COMPONENT_COMPONENT_TYPE
          Attribute name for component type attribute in source component group
static java.lang.String ATTR_SOURCE_COMPONENT_LOCATION
          Attribute name for location attribute in source component group
static java.lang.String ATTR_SOURCE_COMPONENT_LOCATION_TYPE
          Attribute name for location type attribute in source component group
static java.lang.String ATTR_SOURCE_COMPONENT_SUBCOMPONENT
          Attribute name for subcomponent attribute in source component group
static java.lang.String ATTR_SOURCE_ID
          Attribute name for header source ID
static java.lang.String ATTR_TARGET_ID
          Attribute name for header target ID
static java.lang.String ATTR_VERSION
          Attribute name for header IBM sensor event version
static java.lang.String CBE_FACTORY_NAME
          CommonBaseEvent factory name
static java.lang.String CBE_REPORT_SITUATION_REASONING_SCOPE
          CommonBaseEvent situation reasoning scope value
static java.lang.String CBE_REPORT_SITUATION_REPORT_CATETORY
          CommonBaseEvent situation report category value
static java.lang.String CBE_VERSION
          CommonBaseEvent version
static java.lang.String COPYRIGHT
           
static java.lang.String DEFAULT_SOURCE_COMPONENT_APPLICATION
          Default value for the source component application attribute
static java.lang.String DEFAULT_SOURCE_COMPONENT_COMPONENT
          Default value for the source component component attribute
static java.lang.String DEFAULT_SOURCE_COMPONENT_COMPONENT_ID_TYPE
          Default value for the source component component ID type attribute
static java.lang.String DEFAULT_SOURCE_COMPONENT_COMPONENT_TYPE
          Default value for the source component component type attribute
static java.lang.String DEFAULT_SOURCE_COMPONENT_LOCATION
          Default value for the source component location attribute
static java.lang.String DEFAULT_SOURCE_COMPONENT_LOCATION_TYPE
          Default value for the source component location type attribute
static java.lang.String DEFAULT_SOURCE_COMPONENT_SUBCOMPONENT
          Default value for the source component subcomponent attribute
static java.lang.String HEADER_NAME
          Group name for header in event XML
static java.lang.String PAYLOAD_FACTORY_METHOD
          Default factory method name used to create instances in the sensor event model
static java.lang.String PAYLOAD_METADATA_NAME
          Group name for payload metadata in event XML
static java.lang.String PAYLOAD_NAME
          Group name for payload in event XML
static short PRIORITY_DEFAULT
          Default priority value
static short PRIORITY_HIGH
          High priority value
static short PRIORITY_LOW
          Low priority value
static short PRIORITY_MEDIUM
          Medium priority value
static java.lang.String SOURCE_COMPONENT_GROUP_ID
          Group name for source component in event XML
static java.lang.String VERSION_6_1
          Sensor event model version
static java.lang.String VERSION_UNKNOWN
          Unknown sensor event model version
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

HEADER_NAME

static final java.lang.String HEADER_NAME
Group name for header in event XML

See Also:
Constant Field Values

PAYLOAD_METADATA_NAME

static final java.lang.String PAYLOAD_METADATA_NAME
Group name for payload metadata in event XML

See Also:
Constant Field Values

PAYLOAD_NAME

static final java.lang.String PAYLOAD_NAME
Group name for payload in event XML

See Also:
Constant Field Values

ATTR_ASSET_ID

static final java.lang.String ATTR_ASSET_ID
Attribute name for header asset ID

See Also:
Constant Field Values

ATTR_DATE_TIME

static final java.lang.String ATTR_DATE_TIME
Attribute name for header date-time

See Also:
Constant Field Values

ATTR_EVENT_ID

static final java.lang.String ATTR_EVENT_ID
Attribute name for header event ID

See Also:
Constant Field Values

ATTR_EVENT_TYPE

static final java.lang.String ATTR_EVENT_TYPE
Attribute name for header event type

See Also:
Constant Field Values

ATTR_GEO_LOCATION

static final java.lang.String ATTR_GEO_LOCATION
Attribute name for header geographical location

See Also:
Constant Field Values

ATTR_ORIGINATING_EVENT_ID

static final java.lang.String ATTR_ORIGINATING_EVENT_ID
Attribute name for header originating event ID

See Also:
Constant Field Values

ATTR_PRIORITY

static final java.lang.String ATTR_PRIORITY
Attribute name for header priority

See Also:
Constant Field Values

ATTR_SOURCE_ID

static final java.lang.String ATTR_SOURCE_ID
Attribute name for header source ID

See Also:
Constant Field Values

ATTR_TARGET_ID

static final java.lang.String ATTR_TARGET_ID
Attribute name for header target ID

See Also:
Constant Field Values

ATTR_VERSION

static final java.lang.String ATTR_VERSION
Attribute name for header IBM sensor event version

See Also:
Constant Field Values

SOURCE_COMPONENT_GROUP_ID

static final java.lang.String SOURCE_COMPONENT_GROUP_ID
Group name for source component in event XML

See Also:
Constant Field Values

ATTR_SOURCE_COMPONENT_APPLICATION

static final java.lang.String ATTR_SOURCE_COMPONENT_APPLICATION
Attribute name for application attribute in source component group

See Also:
Constant Field Values

ATTR_SOURCE_COMPONENT_COMPONENT

static final java.lang.String ATTR_SOURCE_COMPONENT_COMPONENT
Attribute name for component attribute in source component group

See Also:
Constant Field Values

ATTR_SOURCE_COMPONENT_SUBCOMPONENT

static final java.lang.String ATTR_SOURCE_COMPONENT_SUBCOMPONENT
Attribute name for subcomponent attribute in source component group

See Also:
Constant Field Values

ATTR_SOURCE_COMPONENT_COMPONENT_TYPE

static final java.lang.String ATTR_SOURCE_COMPONENT_COMPONENT_TYPE
Attribute name for component type attribute in source component group

See Also:
Constant Field Values

ATTR_SOURCE_COMPONENT_COMPONENT_ID_TYPE

static final java.lang.String ATTR_SOURCE_COMPONENT_COMPONENT_ID_TYPE
Attribute name for component ID type attribute in source component group

See Also:
Constant Field Values

ATTR_SOURCE_COMPONENT_LOCATION

static final java.lang.String ATTR_SOURCE_COMPONENT_LOCATION
Attribute name for location attribute in source component group

See Also:
Constant Field Values

ATTR_SOURCE_COMPONENT_LOCATION_TYPE

static final java.lang.String ATTR_SOURCE_COMPONENT_LOCATION_TYPE
Attribute name for location type attribute in source component group

See Also:
Constant Field Values

DEFAULT_SOURCE_COMPONENT_APPLICATION

static final java.lang.String DEFAULT_SOURCE_COMPONENT_APPLICATION
Default value for the source component application attribute

See Also:
Constant Field Values

DEFAULT_SOURCE_COMPONENT_COMPONENT

static final java.lang.String DEFAULT_SOURCE_COMPONENT_COMPONENT
Default value for the source component component attribute

See Also:
Constant Field Values

DEFAULT_SOURCE_COMPONENT_SUBCOMPONENT

static final java.lang.String DEFAULT_SOURCE_COMPONENT_SUBCOMPONENT
Default value for the source component subcomponent attribute

See Also:
Constant Field Values

DEFAULT_SOURCE_COMPONENT_COMPONENT_TYPE

static final java.lang.String DEFAULT_SOURCE_COMPONENT_COMPONENT_TYPE
Default value for the source component component type attribute

See Also:
Constant Field Values

DEFAULT_SOURCE_COMPONENT_COMPONENT_ID_TYPE

static final java.lang.String DEFAULT_SOURCE_COMPONENT_COMPONENT_ID_TYPE
Default value for the source component component ID type attribute

See Also:
Constant Field Values

DEFAULT_SOURCE_COMPONENT_LOCATION

static final java.lang.String DEFAULT_SOURCE_COMPONENT_LOCATION
Default value for the source component location attribute

See Also:
Constant Field Values

DEFAULT_SOURCE_COMPONENT_LOCATION_TYPE

static final java.lang.String DEFAULT_SOURCE_COMPONENT_LOCATION_TYPE
Default value for the source component location type attribute

See Also:
Constant Field Values

PRIORITY_DEFAULT

static final short PRIORITY_DEFAULT
Default priority value

See Also:
Constant Field Values

PRIORITY_LOW

static final short PRIORITY_LOW
Low priority value

See Also:
Constant Field Values

PRIORITY_MEDIUM

static final short PRIORITY_MEDIUM
Medium priority value

See Also:
Constant Field Values

PRIORITY_HIGH

static final short PRIORITY_HIGH
High priority value

See Also:
Constant Field Values

CBE_FACTORY_NAME

static final java.lang.String CBE_FACTORY_NAME
CommonBaseEvent factory name

See Also:
Constant Field Values

CBE_VERSION

static final java.lang.String CBE_VERSION
CommonBaseEvent version

See Also:
Constant Field Values

CBE_REPORT_SITUATION_REASONING_SCOPE

static final java.lang.String CBE_REPORT_SITUATION_REASONING_SCOPE
CommonBaseEvent situation reasoning scope value

See Also:
Constant Field Values

CBE_REPORT_SITUATION_REPORT_CATETORY

static final java.lang.String CBE_REPORT_SITUATION_REPORT_CATETORY
CommonBaseEvent situation report category value

See Also:
Constant Field Values

PAYLOAD_FACTORY_METHOD

static final java.lang.String PAYLOAD_FACTORY_METHOD
Default factory method name used to create instances in the sensor event model

See Also:
Constant Field Values

VERSION_UNKNOWN

static final java.lang.String VERSION_UNKNOWN
Unknown sensor event model version

See Also:
Constant Field Values

VERSION_6_1

static final java.lang.String VERSION_6_1
Sensor event model version

See Also:
Constant Field Values


Copyright © 2005 - 2009 IBM Corp. All Rights Reserved.