|
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.AddExtendedDataElement
public class AddExtendedDataElement
A change request that creates a new extended data element. This change request will always create an extended data element even if an element already exists with the same name and type.
The parent location path should be of the form CommonBaseEvent/extendedDataElement[@name='myElement']
If the add is for a top level element then the parent location path should be just CommonBaseEvent
Field Summary |
---|
Constructor Summary | |
---|---|
AddExtendedDataElement(java.lang.String globalInstanceId,
java.lang.String parentLocationPath,
org.eclipse.hyades.logging.events.cbe.ExtendedDataElement extendedDataElement)
Creates a new AddExtendedDataElement object. |
Method Summary | |
---|---|
int |
getChangeRequestType()
Get the type of change request this object represents. |
org.eclipse.hyades.logging.events.cbe.ExtendedDataElement |
getExtendedDataElement()
Get the extended data element that this change request is representing. |
java.lang.String |
getGlobalInstanceId()
Get the global instance ID of the event that this change request is modifying. |
java.lang.String |
getParentLocationPath()
Get the parent element XPath location. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AddExtendedDataElement(java.lang.String globalInstanceId, java.lang.String parentLocationPath, org.eclipse.hyades.logging.events.cbe.ExtendedDataElement extendedDataElement)
globalInstanceId
- The global instance ID of the event whose
attributes will be updated.parentLocationPath
- XPath location of the parent element for the
new extended data element.extendedDataElement
- The extended data element to be added.
java.lang.IllegalArgumentException
- If one of the following conditions
occur Method Detail |
---|
public int getChangeRequestType()
EventChangeRequest
getChangeRequestType
in interface EventChangeRequest
EventChangeRequest.getChangeRequestType()
public org.eclipse.hyades.logging.events.cbe.ExtendedDataElement getExtendedDataElement()
public java.lang.String getGlobalInstanceId()
EventChangeRequest
getGlobalInstanceId
in interface EventChangeRequest
EventChangeRequest.getGlobalInstanceId()
public java.lang.String getParentLocationPath()
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 |