|
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.AddContextDataElement
public class AddContextDataElement
A change request used for adding context data elements.
Field Summary |
---|
Constructor Summary | |
---|---|
AddContextDataElement(java.lang.String globalInstanceId,
org.eclipse.hyades.logging.events.cbe.ContextDataElement contextDataElement)
Creates a new AddContextDataElement object. |
Method Summary | |
---|---|
int |
getChangeRequestType()
Get the type of change request this object represents. |
org.eclipse.hyades.logging.events.cbe.ContextDataElement |
getContextDataElement()
Get the context data element that is being added to the event. |
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 AddContextDataElement(java.lang.String globalInstanceId, org.eclipse.hyades.logging.events.cbe.ContextDataElement contextDataElement)
globalInstanceId
- The global instance ID of the event whose
attributes will be updated.contextDataElement
- The context data element to add.
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.ContextDataElement getContextDataElement()
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 |