|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the interface that embodies the Common Base Event as described in "Canonical Situation Data Format: The Common Base Event V1.0.1 ACAB.BO0301.0.1".
Field Summary | |
---|---|
static short |
PRIORITY_HIGH
Deprecated. Indicative of an important event that requires attention. |
static short |
PRIORITY_LOW
Deprecated. Indicative of an event that does not need to be processed immediately. |
static short |
PRIORITY_MEDIUM
Deprecated. Indicative of an event of average importance. |
static short |
SEVERITY_CRITICAL
Deprecated. Critical SHOULD be used to indicate that an immediate action is needed and the scope is broad (perhaps an imminent outage to a critical resource will result). |
static short |
SEVERITY_FATAL
Deprecated. Fatal SHOULD be used to indicate that an error occurred, but it is too late to take remedial action. |
static short |
SEVERITY_HARMLESS
Deprecated. Harmless SHOULD be used for cases when the error event has no effect on the normal operation of the resource. |
static short |
SEVERITY_INFORMATION
Deprecated. Information SHOULD be used for cases when the event only contains general information and is not reporting an error. |
static short |
SEVERITY_MINOR
Deprecated. Minor SHOULD be used to indicate that action is needed, but the situation is not serious at this time. |
static short |
SEVERITY_UNKNOWN
Deprecated. Information SHOULD be used for cases when the event only contains general information and is not reporting an error. |
static short |
SEVERITY_WARNING
Deprecated. Warning SHOULD be used when it is appropriate to let the user decide if an action is needed in response to the event. |
static java.lang.String |
VERSION_1_0
Deprecated. Public static string version representation of the v1.0 Common Base Event implementation. |
static java.lang.String |
VERSION_1_0_1
Deprecated. Public static string version representation of the v1.0.1 Common Base Event implementation. |
Method Summary | |
---|---|
void |
addAnyElement(ICommonBaseEventAnyElement element)
Deprecated. Add an any element that this event is referencing. |
void |
addAssociatedEvent(IAssociatedEvent event)
Deprecated. This property allows for the grouping of events. |
IAssociatedEvent |
addAssociatedEvent(java.lang.String associationEngineName,
java.lang.String associationEngineType,
java.lang.String associationEngineId,
java.lang.String[] resolvedEvents)
Deprecated. This property allows for the grouping of events. |
void |
addContextDataElement(IContextDataElement element)
Deprecated. Add a context that this event is referencing. |
IContextDataElement |
addContextDataElementWithId(java.lang.String contextType,
java.lang.String contextName,
java.lang.String contextId)
Deprecated. Add a context that this event is referencing. |
IContextDataElement |
addContextDataElementWithValue(java.lang.String contextType,
java.lang.String contextName,
java.lang.String contextValue)
Deprecated. Add a context that this event is referencing. |
void |
addExtendedDataElement(IExtendedDataElement element)
Deprecated. An array of product specific extensions for extensibility where you can provide any other attributes not accounted for in the CommonBaseEventImpl. |
IExtendedDataElement |
addExtendedDataElement(java.lang.String name,
int type,
java.lang.String value)
Deprecated. An array of product specific extensions for extensibility where you can provide any other attributes not accounted for in the CommonBaseEventImpl. |
IExtendedDataElement |
addExtendedDataElement(java.lang.String name,
int type,
java.lang.String[] values)
Deprecated. An array of product specific extensions for extensibility where you can provide any other attributes not accounted for in the CommonBaseEventImpl. |
IExtendedDataElement |
addExtendedDataElement(java.lang.String name,
java.lang.String value)
Deprecated. An array of product specific extensions for extensibility where you can provide any other attributes not accounted for in the CommonBaseEventImpl. |
IExtendedDataElement |
addExtendedDataElement(java.lang.String name,
java.lang.String[] values)
Deprecated. An array of product specific extensions for extensibility where you can provide any other attributes not accounted for in the CommonBaseEventImpl. |
IExtendedDataElement |
addExtendedDataElementWithBooleanArrayValue(java.lang.String name,
boolean[] values)
Deprecated. An array of product specific extensions for extensibility where you can provide any other attributes not accounted for in the CommonBaseEventImpl. |
IExtendedDataElement |
addExtendedDataElementWithBooleanValue(java.lang.String name,
boolean value)
Deprecated. An array of product specific extensions for extensibility where you can provide any other attributes not accounted for in the CommonBaseEventImpl. |
IExtendedDataElement |
addExtendedDataElementWithByteArrayValue(java.lang.String name,
byte[] values)
Deprecated. An array of product specific extensions for extensibility where you can provide any other attributes not accounted for in the CommonBaseEventImpl. |
IExtendedDataElement |
addExtendedDataElementWithByteValue(java.lang.String name,
byte value)
Deprecated. An array of product specific extensions for extensibility where you can provide any other attributes not accounted for in the CommonBaseEventImpl. |
IExtendedDataElement |
addExtendedDataElementWithDateArrayValue(java.lang.String name,
java.lang.String[] values)
Deprecated. An array of product specific extensions for extensibility where you can provide any other attributes not accounted for in the CommonBaseEventImpl. |
IExtendedDataElement |
addExtendedDataElementWithDateAsLongValue(java.lang.String name,
long value)
Deprecated. An array of product specific extensions for extensibility where you can provide any other attributes not accounted for in the CommonBaseEventImpl. |
IExtendedDataElement |
addExtendedDataElementWithDatesAsLongValue(java.lang.String name,
long[] values)
Deprecated. An array of product specific extensions for extensibility where you can provide any other attributes not accounted for in the CommonBaseEventImpl. |
IExtendedDataElement |
addExtendedDataElementWithDateValue(java.lang.String name,
java.lang.String value)
Deprecated. An array of product specific extensions for extensibility where you can provide any other attributes not accounted for in the CommonBaseEventImpl. |
IExtendedDataElement |
addExtendedDataElementWithDoubleArrayValue(java.lang.String name,
double[] values)
Deprecated. An array of product specific extensions for extensibility where you can provide any other attributes not accounted for in the CommonBaseEventImpl. |
IExtendedDataElement |
addExtendedDataElementWithDoubleValue(java.lang.String name,
double value)
Deprecated. An array of product specific extensions for extensibility where you can provide any other attributes not accounted for in the CommonBaseEventImpl. |
IExtendedDataElement |
addExtendedDataElementWithFloatArrayValue(java.lang.String name,
float[] values)
Deprecated. An array of product specific extensions for extensibility where you can provide any other attributes not accounted for in the CommonBaseEventImpl. |
IExtendedDataElement |
addExtendedDataElementWithFloatValue(java.lang.String name,
float value)
Deprecated. An array of product specific extensions for extensibility where you can provide any other attributes not accounted for in the CommonBaseEventImpl. |
IExtendedDataElement |
addExtendedDataElementWithHexValue(java.lang.String name,
byte[] hexValue)
Deprecated. An array of product specific extensions for extensibility where you can provide any other attributes not accounted for in the CommonBaseEventImpl. |
IExtendedDataElement |
addExtendedDataElementWithHexValue(java.lang.String name,
java.lang.String hexValue)
Deprecated. An array of product specific extensions for extensibility where you can provide any other attributes not accounted for in the CommonBaseEventImpl. |
IExtendedDataElement |
addExtendedDataElementWithIntArrayValue(java.lang.String name,
int[] values)
Deprecated. An array of product specific extensions for extensibility where you can provide any other attributes not accounted for in the CommonBaseEventImpl. |
IExtendedDataElement |
addExtendedDataElementWithIntValue(java.lang.String name,
int value)
Deprecated. An array of product specific extensions for extensibility where you can provide any other attributes not accounted for in the CommonBaseEventImpl. |
IExtendedDataElement |
addExtendedDataElementWithLongArrayValue(java.lang.String name,
long[] values)
Deprecated. An array of product specific extensions for extensibility where you can provide any other attributes not accounted for in the CommonBaseEventImpl. |
IExtendedDataElement |
addExtendedDataElementWithLongValue(java.lang.String name,
long value)
Deprecated. An array of product specific extensions for extensibility where you can provide any other attributes not accounted for in the CommonBaseEventImpl. |
IExtendedDataElement |
addExtendedDataElementWithShortArrayValue(java.lang.String name,
short[] values)
Deprecated. An array of product specific extensions for extensibility where you can provide any other attributes not accounted for in the CommonBaseEventImpl. |
IExtendedDataElement |
addExtendedDataElementWithShortValue(java.lang.String name,
short value)
Deprecated. An array of product specific extensions for extensibility where you can provide any other attributes not accounted for in the CommonBaseEventImpl. |
void |
clearAnyElements()
Deprecated. Removes all ICommonBaseEventAnyElements that this event is referencing |
void |
clearAssociatedEvents()
Deprecated. Removes all IAssociatedEvents that this event is referencing |
void |
clearContextDataElements()
Deprecated. Removes all IContextDataElements that this event is referencing |
void |
clearExtendedDataElements()
Deprecated. Removes all IExtenedDataElements that this event is referencing |
ICommonBaseEventAnyElement |
getAnyElement(java.lang.String name)
Deprecated. Get a named a any element that this event is referencing. |
java.util.List |
getAnyElements()
Deprecated. Returns the ICommonBaseEventAnyElements An array of any elements that this event is referencing. |
java.util.List |
getAssociatedEvents()
Deprecated. Returns the Associated events. |
java.lang.String |
getCommonBaseEventImplVersion()
Deprecated. Use getVersion() as of 1.0.1. |
IContextDataElement |
getContextDataElement(java.lang.String name)
Deprecated. Get a named a context that this event is referencing. |
java.util.List |
getContextDataElements()
Deprecated. Returns the ContextDataElements An array of contexts that this event is referencing. |
java.lang.String |
getCreationTime()
Deprecated. Returns the creationTime. |
long |
getCreationTimeAsLong()
Deprecated. Returns the creationTime as a long holding the milliseconds since Jan 1, 1970. |
long |
getElapsedTime()
Deprecated. Returns the elapsedTime. |
java.lang.String |
getEventSchemaVersion()
Deprecated. Use getVersion() as of 1.0.1. |
IExtendedDataElement |
getExtendedDataElement(java.lang.String name)
Deprecated. Get a named extended data element that this event is referencing |
java.util.List |
getExtendedDataElements()
Deprecated. Returns the ExtendedDataElements associated with this event. |
java.lang.String |
getExtensionName()
Deprecated. Returns the extensionName. |
java.lang.String |
getGlobalInstanceId()
Deprecated. Returns the gloablInstanceId. |
java.lang.String |
getLocalInstanceId()
Deprecated. Returns the localInstanceId. |
java.lang.String |
getMsg()
Deprecated. Returns the msg. |
IMsgDataElement |
getMsgDataElement()
Deprecated. Returns the msgDataElement. |
java.lang.String[] |
getOtherData()
Deprecated. Returns the otherData. |
short |
getPriority()
Deprecated. Returns the priority. |
short |
getRepeatCount()
Deprecated. Returns the repeatCount. |
IComponentIdentification |
getReporterComponentId()
Deprecated. Returns the reporterComponentId. |
long |
getSequenceNumber()
Deprecated. Returns the sequenceNumber. |
short |
getSeverity()
Deprecated. Returns the severity. |
ISituation |
getSituation()
Deprecated. Returns the situation. |
java.lang.String |
getSituationType()
Deprecated. Use the ISituation as of 1.0.1. |
IComponentIdentification |
getSourceComponentId()
Deprecated. Returns the sourceComponentId. |
java.lang.String |
getVersion()
Deprecated. Returns the Common Base Event implementation version. |
java.util.List |
getVersions()
Deprecated. Returns the list of supported Common Base Event implementation version(s). |
void |
init()
Deprecated. Resets the object's properties to their initial (e.g. |
boolean |
isSetCreationTime()
Deprecated. Checks if the specified property is set. |
boolean |
isSetElapsedTime()
Deprecated. Checks if the specified property is set. |
boolean |
isSetPriority()
Deprecated. Checks if the specified property is set. |
boolean |
isSetRepeatCount()
Deprecated. Checks if the specified property is set. |
boolean |
isSetSequenceNumber()
Deprecated. Checks if the specified property is set. |
boolean |
isSetSeverity()
Deprecated. Checks if the specified property is set. |
void |
removeAnyElement(java.lang.String name)
Deprecated. Removes a named a any element that this event is referencing. |
void |
removeContextDataElement(java.lang.String name)
Deprecated. Removes a named a context that this event is referencing. |
void |
removeExtendedDataElement(java.lang.String name)
Deprecated. Remove a named extended data element that this event is referencing |
void |
setCreationTime(long creationTime)
Deprecated. Sets the creationTime to a long that contains the milliseconds since Jan 1, 1970. |
void |
setCreationTime(java.lang.String creationTime)
Deprecated. Sets the creationTime. |
void |
setElapsedTime(long elapsedTime)
Deprecated. Sets the elapsedTime. |
void |
setExtensionName(java.lang.String extensionName)
Deprecated. Sets the extensionName. |
void |
setGlobalInstanceId(java.lang.String globalInstanceId)
Deprecated. Sets the gloablInstanceId. |
void |
setLocalInstanceId(java.lang.String localInstanceId)
Deprecated. Sets the localInstanceId. |
void |
setMsg(java.lang.String msg)
Deprecated. Sets the msg. |
void |
setMsgDataElement(IMsgDataElement msgDataElement)
Deprecated. Sets the msgDataElement. |
IMsgDataElement |
setMsgDataElement(java.lang.String msgCatalog,
java.lang.String msgCatalogId,
IMsgCatalogToken[] tokens,
java.lang.String msgCatalogType,
java.lang.String msgId,
java.lang.String msgIdType,
java.lang.String msgCatalogLocale)
Deprecated. Sets the msgDataElement. |
IMsgDataElement |
setMsgDataElement(java.lang.String msgCatalog,
java.lang.String msgCatalogId,
java.lang.String[] tokens,
java.lang.String msgCatalogType,
java.lang.String msgId,
java.lang.String msgIdType,
java.lang.String msgCatalogLocale)
Deprecated. Sets the msgDataElement. |
void |
setOtherData(java.lang.String[] otherData)
Deprecated. Sets the otherData. |
void |
setPreferredVersion(java.lang.String preferredVersion)
Deprecated. Sets the preferredVersion. |
void |
setPriority(short priority)
Deprecated. Sets the priority. |
void |
setRepeatCount(short repeatCount)
Deprecated. Sets the repeatCount. |
void |
setReporterComponentId(IComponentIdentification reporterComponentId)
Deprecated. Sets the reporterComponentId. |
IComponentIdentification |
setReporterComponentId(java.lang.String application,
java.lang.String component,
java.lang.String subComponent,
java.lang.String componentType,
java.lang.String componentIdType,
java.lang.String location,
java.lang.String locationType)
Deprecated. Sets the reporterComponentId. |
IComponentIdentification |
setReporterComponentId(java.lang.String application,
java.lang.String component,
java.lang.String subComponent,
java.lang.String componentType,
java.lang.String componentIdType,
java.lang.String executionEnvironment,
java.lang.String instanceId,
java.lang.String location,
java.lang.String locationType,
java.lang.String processId,
java.lang.String threadId)
Deprecated. Sets the reporterComponentId. |
void |
setSequenceNumber(long sequenceNumber)
Deprecated. Sets the sequenceNumber. |
void |
setSeverity(short severity)
Deprecated. Sets the severity. |
void |
setSituation(ISituation situation)
Deprecated. Sets the situation. |
void |
setSituationType(java.lang.String situationType)
Deprecated. Use the ISituation as of 1.0.1. |
void |
setSourceComponentId(IComponentIdentification sourceComponentId)
Deprecated. Sets the sourceComponentId. |
IComponentIdentification |
setSourceComponentId(java.lang.String application,
java.lang.String component,
java.lang.String subComponent,
java.lang.String componentType,
java.lang.String componentIdType,
java.lang.String location,
java.lang.String locationType)
Deprecated. Sets the sourceComponentId. |
IComponentIdentification |
setSourceComponentId(java.lang.String application,
java.lang.String component,
java.lang.String subComponent,
java.lang.String componentType,
java.lang.String componentIdType,
java.lang.String executionEnvironment,
java.lang.String instanceId,
java.lang.String location,
java.lang.String locationType,
java.lang.String processId,
java.lang.String threadId)
Deprecated. Sets the sourceComponentId. |
void |
unsetCreationTime()
Deprecated. Unsets the specified property is set. |
void |
unsetElapsedTime()
Deprecated. Unsets the specified property is set. |
void |
unsetPriority()
Deprecated. Unsets the specified property is set. |
void |
unsetRepeatCount()
Deprecated. Unsets the specified property is set. |
void |
unsetSequenceNumber()
Deprecated. Unsets the specified property is set. |
void |
unsetSeverity()
Deprecated. Unsets the specified property is set. |
Field Detail |
public static final java.lang.String VERSION_1_0
public static final java.lang.String VERSION_1_0_1
public static final short PRIORITY_LOW
getPriority()
,
Constant Field Valuespublic static final short PRIORITY_MEDIUM
getPriority()
,
Constant Field Valuespublic static final short PRIORITY_HIGH
getPriority()
,
Constant Field Valuespublic static final short SEVERITY_UNKNOWN
getSeverity()
,
Constant Field Valuespublic static final short SEVERITY_INFORMATION
getSeverity()
,
Constant Field Valuespublic static final short SEVERITY_HARMLESS
getSeverity()
,
Constant Field Valuespublic static final short SEVERITY_WARNING
getSeverity()
,
Constant Field Valuespublic static final short SEVERITY_MINOR
getSeverity()
,
Constant Field Valuespublic static final short SEVERITY_CRITICAL
getSeverity()
,
Constant Field Valuespublic static final short SEVERITY_FATAL
getSeverity()
,
Constant Field ValuesMethod Detail |
public void addContextDataElement(IContextDataElement element)
public void addExtendedDataElement(IExtendedDataElement element)
public void addAssociatedEvent(IAssociatedEvent event)
public java.util.List getContextDataElements()
public java.util.List getExtendedDataElements()
public java.util.List getAssociatedEvents()
public IContextDataElement getContextDataElement(java.lang.String name)
name
- the name of the element to be found
public IExtendedDataElement getExtendedDataElement(java.lang.String name)
name
- the name of the element to be found
public void removeContextDataElement(java.lang.String name)
name
- the name of the element to be removedpublic void removeExtendedDataElement(java.lang.String name)
name
- the name of the element to be removedpublic void clearAssociatedEvents()
public void clearContextDataElements()
public void clearExtendedDataElements()
public void addAnyElement(ICommonBaseEventAnyElement element)
public ICommonBaseEventAnyElement getAnyElement(java.lang.String name)
name
- the name of the element to be found
public java.util.List getAnyElements()
public void removeAnyElement(java.lang.String name)
name
- the name of the element to be removedpublic void clearAnyElements()
public java.lang.String getCreationTime()
public long getCreationTimeAsLong()
public long getElapsedTime()
isSetElapsedTime()
'
method should always be called before calling this method. This allows the user to
distinguish the default value from a value that has been set to 0.
public java.lang.String getExtensionName()
public java.lang.String getGlobalInstanceId()
public java.lang.String getLocalInstanceId()
public java.lang.String getMsg()
public short getPriority()
isSetPriority()
'
method should always be called before calling this method. This allows the user to
distinguish the default value from a value that has been set to 0.
public short getRepeatCount()
isSetRepeatCount()
'
method should always be called before calling this method. This allows the user to
distinguish the default value from a value that has been set to 0.
public long getSequenceNumber()
isSequenceNumber()
'
method should always be called before calling this method. This allows the user to
distinguish the default value from a value that has been set to 0.
public short getSeverity()
isSetSeverity()
'
method should always be called before calling this method. This allows the user to
distinguish the default value from a value that has been set to 0.
public java.lang.String getSituationType()
public IComponentIdentification getSourceComponentId()
public IMsgDataElement getMsgDataElement()
public IComponentIdentification getReporterComponentId()
public ISituation getSituation()
public java.lang.String[] getOtherData()
public java.lang.String getCommonBaseEventImplVersion()
VERSION_1_0
,
VERSION_1_0_1
public java.lang.String getVersion()
VERSION_1_0
,
VERSION_1_0_1
public java.lang.String getEventSchemaVersion()
VERSION_1_0
,
VERSION_1_0_1
public java.util.List getVersions()
VERSION_1_0
,
VERSION_1_0_1
public void setCreationTime(java.lang.String creationTime)
creationTime
- The creationTime to setpublic void setCreationTime(long creationTime)
creationTime
- The creationTime to setpublic void setElapsedTime(long elapsedTime)
isSetElapsedTime()
'
to distinguish the default value from a value that has been set to 0.
elapsedTime
- The elapsedTime to setpublic void setExtensionName(java.lang.String extensionName)
extensionName
- The extensionName to setpublic void setGlobalInstanceId(java.lang.String globalInstanceId)
public void setLocalInstanceId(java.lang.String localInstanceId)
localInstanceId
- The localInstanceId to setpublic void setMsg(java.lang.String msg)
msg
- The msg to setpublic void setPriority(short priority)
isSetPriority()
'
to distinguish the default value from a value that has been set to 0.
priority
- The priority to setpublic void setRepeatCount(short repeatCount)
isSetRepeatCount()
'
to distinguish the default value from a value that has been set to 0.
repeatCount
- The repeatCount to setpublic void setSequenceNumber(long sequenceNumber)
isSetSequenceNumber()
'
to distinguish the default value from a value that has been set to 0.
sequenceNumber
- The sequenceNumber to setpublic void setSeverity(short severity)
isSetSeverity()
'
to distinguish the default value from a value that has been set to 0.
severity
- The severity to setpublic void setSituationType(java.lang.String situationType)
situationType
- The situationType to setpublic void setSourceComponentId(IComponentIdentification sourceComponentId)
sourceComponentId
- The sourceComponentId to setpublic void setMsgDataElement(IMsgDataElement msgDataElement)
msgDataElement
- The msgDataElement to setpublic void setReporterComponentId(IComponentIdentification reporterComponentId)
reporterComponentId
- The reporterComponentId to setpublic void setSituation(ISituation situation)
situation
- The situation to be set.public void setOtherData(java.lang.String[] otherData)
public void setPreferredVersion(java.lang.String preferredVersion) throws UnsupportedVersionException
preferredVersion
- The preferredVersion to be set.
UnsupportedVersionException
- The preferredVersion is not a valid version.VERSION_1_0
,
VERSION_1_0_1
public void init()
public IAssociatedEvent addAssociatedEvent(java.lang.String associationEngineName, java.lang.String associationEngineType, java.lang.String associationEngineId, java.lang.String[] resolvedEvents)
public IContextDataElement addContextDataElementWithId(java.lang.String contextType, java.lang.String contextName, java.lang.String contextId)
public IContextDataElement addContextDataElementWithValue(java.lang.String contextType, java.lang.String contextName, java.lang.String contextValue)
public IExtendedDataElement addExtendedDataElement(java.lang.String name, int type, java.lang.String value)
public IExtendedDataElement addExtendedDataElement(java.lang.String name, int type, java.lang.String[] values)
public IExtendedDataElement addExtendedDataElement(java.lang.String name, java.lang.String value)
public IExtendedDataElement addExtendedDataElement(java.lang.String name, java.lang.String[] values)
public IExtendedDataElement addExtendedDataElementWithByteArrayValue(java.lang.String name, byte[] values)
public IExtendedDataElement addExtendedDataElementWithByteValue(java.lang.String name, byte value)
public IExtendedDataElement addExtendedDataElementWithBooleanArrayValue(java.lang.String name, boolean[] values)
public IExtendedDataElement addExtendedDataElementWithBooleanValue(java.lang.String name, boolean value)
public IExtendedDataElement addExtendedDataElementWithDateArrayValue(java.lang.String name, java.lang.String[] values)
public IExtendedDataElement addExtendedDataElementWithDateAsLongValue(java.lang.String name, long value)
public IExtendedDataElement addExtendedDataElementWithDatesAsLongValue(java.lang.String name, long[] values)
public IExtendedDataElement addExtendedDataElementWithDateValue(java.lang.String name, java.lang.String value)
public IExtendedDataElement addExtendedDataElementWithDoubleArrayValue(java.lang.String name, double[] values)
public IExtendedDataElement addExtendedDataElementWithDoubleValue(java.lang.String name, double value)
public IExtendedDataElement addExtendedDataElementWithFloatArrayValue(java.lang.String name, float[] values)
public IExtendedDataElement addExtendedDataElementWithFloatValue(java.lang.String name, float value)
public IExtendedDataElement addExtendedDataElementWithHexValue(java.lang.String name, byte[] hexValue)
public IExtendedDataElement addExtendedDataElementWithHexValue(java.lang.String name, java.lang.String hexValue)
public IExtendedDataElement addExtendedDataElementWithIntArrayValue(java.lang.String name, int[] values)
public IExtendedDataElement addExtendedDataElementWithIntValue(java.lang.String name, int value)
public IExtendedDataElement addExtendedDataElementWithLongArrayValue(java.lang.String name, long[] values)
public IExtendedDataElement addExtendedDataElementWithLongValue(java.lang.String name, long value)
public IExtendedDataElement addExtendedDataElementWithShortArrayValue(java.lang.String name, short[] values)
public IExtendedDataElement addExtendedDataElementWithShortValue(java.lang.String name, short value)
public boolean isSetCreationTime()
public boolean isSetElapsedTime()
public boolean isSetPriority()
public boolean isSetRepeatCount()
public boolean isSetSequenceNumber()
public boolean isSetSeverity()
public void unsetCreationTime()
public void unsetElapsedTime()
public void unsetPriority()
public void unsetRepeatCount()
public void unsetSequenceNumber()
public void unsetSeverity()
public IMsgDataElement setMsgDataElement(java.lang.String msgCatalog, java.lang.String msgCatalogId, IMsgCatalogToken[] tokens, java.lang.String msgCatalogType, java.lang.String msgId, java.lang.String msgIdType, java.lang.String msgCatalogLocale)
public IMsgDataElement setMsgDataElement(java.lang.String msgCatalog, java.lang.String msgCatalogId, java.lang.String[] tokens, java.lang.String msgCatalogType, java.lang.String msgId, java.lang.String msgIdType, java.lang.String msgCatalogLocale)
public IComponentIdentification setReporterComponentId(java.lang.String application, java.lang.String component, java.lang.String subComponent, java.lang.String componentType, java.lang.String componentIdType, java.lang.String location, java.lang.String locationType)
public IComponentIdentification setReporterComponentId(java.lang.String application, java.lang.String component, java.lang.String subComponent, java.lang.String componentType, java.lang.String componentIdType, java.lang.String executionEnvironment, java.lang.String instanceId, java.lang.String location, java.lang.String locationType, java.lang.String processId, java.lang.String threadId)
public IComponentIdentification setSourceComponentId(java.lang.String application, java.lang.String component, java.lang.String subComponent, java.lang.String componentType, java.lang.String componentIdType, java.lang.String location, java.lang.String locationType)
public IComponentIdentification setSourceComponentId(java.lang.String application, java.lang.String component, java.lang.String subComponent, java.lang.String componentType, java.lang.String componentIdType, java.lang.String executionEnvironment, java.lang.String instanceId, java.lang.String location, java.lang.String locationType, java.lang.String processId, java.lang.String threadId)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |