|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.events.access.UpdateEventAssociation
public class UpdateEventAssociation
A change request used for updating event associations.
If the association engine does not exist then one will be created.
Field Summary |
---|
Constructor Summary | |
---|---|
UpdateEventAssociation(java.lang.String globalInstanceId,
org.eclipse.hyades.logging.events.cbe.AssociationEngine associationEngine,
java.lang.String[] additionalResolvedEvents)
Creates a new UpdateEventAssociation object. |
Method Summary | |
---|---|
java.lang.String[] |
getAdditionalResolvedEvents()
Get an array of additional global instance ID's of events that should be associated to the event with the global instance ID returned from getGlobalInstanceId. |
org.eclipse.hyades.logging.events.cbe.AssociationEngine |
getAssociationEngine()
Get the association engine that was used to associate the events. |
int |
getChangeRequestType()
Get the type of change request this object represents. |
java.lang.String |
getGlobalInstanceId()
Get the global instance ID of the event that this change request is modifying. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UpdateEventAssociation(java.lang.String globalInstanceId, org.eclipse.hyades.logging.events.cbe.AssociationEngine associationEngine, java.lang.String[] additionalResolvedEvents)
globalInstanceId
- The global instance ID of the event whose
attributes will be updated.associationEngine
- The association engine used to associate
events.additionalResolvedEvents
- Array of global instance IDs to be
associated to the event specified by globalInstanceId.
java.lang.IllegalArgumentException
- If one of the following conditions
occur Method Detail |
---|
public java.lang.String[] getAdditionalResolvedEvents()
public org.eclipse.hyades.logging.events.cbe.AssociationEngine getAssociationEngine()
public int getChangeRequestType()
EventChangeRequest
getChangeRequestType
in interface EventChangeRequest
EventChangeRequest.getChangeRequestType()
public java.lang.String getGlobalInstanceId()
EventChangeRequest
getGlobalInstanceId
in interface EventChangeRequest
EventChangeRequest.getGlobalInstanceId()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |