|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.eclipse.hyades.logging.events.AssociatedEventImpl
Taken from "Canonical Situation Data Format: The Common Base Event V1.0.1 ACAB.BO0301.0.1" The AssociatedEvent type allows for associated events to be grouped. It allows for identifying associated events and its associationEngine. The associationEngine MAY be the reference to the application that created the association.
IAssociatedEvent,
Serialized Form| Field Summary | |
|---|---|
protected java.lang.String |
associationEngine
Deprecated. |
protected IAssociationEngine |
associationEngineInfo
Deprecated. |
protected java.util.ArrayList |
resolvedEvents
Deprecated. |
| Constructor Summary | |
|---|---|
protected |
AssociatedEventImpl()
Deprecated. No-argument protected constructor for AssociatedEventImpl. |
| Method Summary | |
|---|---|
void |
addResolvedEvent(java.lang.String globalInstanceId)
Deprecated. Adds a Common Base Event reference to the array of resolved events. |
void |
clearResolvedEvents()
Deprecated. Removes all Common Base Event references in the array of resolved events. |
java.lang.Object |
clone()
Deprecated. Return a clone (copy by value) of this object. |
boolean |
equals(java.lang.Object object)
Deprecated. Overrides the java.lang.Object's equals() API to
determine if the parameter object is equal to this object. |
java.lang.String |
getAssociationEngine()
Deprecated. Returns the associationEngine. |
IAssociationEngine |
getAssociationEngineInfo()
Deprecated. Returns the associationEngineInfo. |
java.lang.String |
getResolvedEvents()
Deprecated. Returned a space delimited string of Common Base Event references of resolved events. |
java.lang.String[] |
getResolvedEventsAsArray()
Deprecated. Returned an array of Common Base Event references of resolved events. |
void |
init()
Deprecated. Resets the object's properties to their initial (e.g. null) state. |
void |
removeResolvedEvent(java.lang.String globalInstanceId)
Deprecated. Removes a named Common Base Event reference in the array of resolved events. |
void |
setAssociationEngine(java.lang.String associationEngine)
Deprecated. Sets the assocationEngine. |
void |
setAssociationEngineInfo(IAssociationEngine associationEngineInfo)
Deprecated. Sets the associationEngineInfo. |
void |
setAssociationEngineInfo(java.lang.String associationEngineName,
java.lang.String associationEngineType,
java.lang.String associationEngineId)
Deprecated. Sets the associationEngineInfo. |
void |
setResolvedEvents(java.lang.String value)
Deprecated. Sets a space delimited list of Common Base Event references to the array of resolved events. |
void |
setResolvedEventsAsArray(java.lang.String[] value)
Deprecated. Sets an array of Common Base Event references to the array of resolved events. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.ArrayList resolvedEvents
protected IAssociationEngine associationEngineInfo
protected java.lang.String associationEngine
| Constructor Detail |
protected AssociatedEventImpl()
| Method Detail |
public void addResolvedEvent(java.lang.String globalInstanceId)
addResolvedEvent in interface IAssociatedEventglobalInstanceId - The new Common Base Event globalInstanceId.ICommonBaseEvent,
IAssociatedEvent.addResolvedEvent(String)public void setResolvedEvents(java.lang.String value)
IAssociatedEvent
setResolvedEvents in interface IAssociatedEventvalue - The new space delimited list of Common Base Event references.IAssociatedEvent.setResolvedEvents(java.lang.String)public void setResolvedEventsAsArray(java.lang.String[] value)
IAssociatedEvent
setResolvedEventsAsArray in interface IAssociatedEventvalue - The new array of Common Base Event references.IAssociatedEvent.setResolvedEventsAsArray(java.lang.String[])public java.lang.String[] getResolvedEventsAsArray()
getResolvedEventsAsArray in interface IAssociatedEventICommonBaseEvent,
IAssociatedEvent.getResolvedEventsAsArray()public java.lang.String getResolvedEvents()
getResolvedEvents in interface IAssociatedEventICommonBaseEvent,
IAssociatedEvent.getResolvedEvents()public void clearResolvedEvents()
clearResolvedEvents in interface IAssociatedEventICommonBaseEvent,
IAssociatedEvent.clearResolvedEvents()public void removeResolvedEvent(java.lang.String globalInstanceId)
removeResolvedEvent in interface IAssociatedEventglobalInstanceId - The removed Common Base Event globalInstanceId.ICommonBaseEvent,
IAssociatedEvent.removeResolvedEvent(String)public void setAssociationEngine(java.lang.String associationEngine)
setAssociationEngine in interface IAssociatedEventIAssociationEnginepublic java.lang.String getAssociationEngine()
getAssociationEngine in interface IAssociatedEventIAssociationEnginepublic void setAssociationEngineInfo(IAssociationEngine associationEngineInfo)
setAssociationEngineInfo in interface IAssociatedEventIAssociationEngine
public void setAssociationEngineInfo(java.lang.String associationEngineName,
java.lang.String associationEngineType,
java.lang.String associationEngineId)
IAssociatedEvent
setAssociationEngineInfo in interface IAssociatedEventIAssociatedEvent.setAssociationEngineInfo(java.lang.String, java.lang.String, java.lang.String)public IAssociationEngine getAssociationEngineInfo()
getAssociationEngineInfo in interface IAssociatedEventIAssociationEnginepublic boolean equals(java.lang.Object object)
java.lang.Object's equals() API to
determine if the parameter object is equal to this object.
equals in class java.lang.Objectobject - The java.lang.Object to be compared to this object.
object, false otherwise.Object.equals(java.lang.Object)
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic void init()
init in interface IAssociatedEvent
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||