public class EventCreationRequest
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
EventCreationRequest(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent event)
Creates a new EventCreationRequest object.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.hyades.logging.events.cbe.CommonBaseEvent |
getEvent()
Get the common base event represented by this EventCreateRequest.
|
java.lang.String |
getEventXml()
Get the XML representation of the common base event represented by this
EventCreationRequest.
|
java.lang.String |
getGlobalInstanceId()
Get the global instance id of the common base event being reqpresented by this
EventCreationRequest.
|
java.lang.String |
toString()
Used to return this object as a String.
|
public EventCreationRequest(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent event)
event
- The common base event represented by this EventCreationRequest.public org.eclipse.hyades.logging.events.cbe.CommonBaseEvent getEvent()
public java.lang.String getEventXml()
public java.lang.String getGlobalInstanceId()
public java.lang.String toString()
toString
in class java.lang.Object