IBM WebSphere Application ServerTM
Release 8

com.ibm.events.datastore
Class EventCreationRequest

java.lang.Object
  extended by com.ibm.events.datastore.EventCreationRequest
All Implemented Interfaces:
java.io.Serializable

public class EventCreationRequest
extends java.lang.Object
implements java.io.Serializable

Class used to request event creation.

Since:
6.0.0
Version:
1.3 10/6/13
See Also:
Serialized Form

Constructor Summary
EventCreationRequest(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent event)
          Creates a new EventCreationRequest object.
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventCreationRequest

public EventCreationRequest(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent event)
Creates a new EventCreationRequest object.

Parameters:
event - The common base event represented by this EventCreationRequest.
Method Detail

getEvent

public org.eclipse.hyades.logging.events.cbe.CommonBaseEvent getEvent()
Get the common base event represented by this EventCreateRequest.

Returns:
the common base event represented by this EventCreateRequest.

getEventXml

public java.lang.String getEventXml()
Get the XML representation of the common base event represented by this EventCreationRequest.

Returns:
the XML of the common base event represented by this EventCreationRequest.

getGlobalInstanceId

public java.lang.String getGlobalInstanceId()
Get the global instance id of the common base event being reqpresented by this EventCreationRequest.

Returns:
the global instance id of the common base event being represented by this EventCreationRequest.

toString

public java.lang.String toString()
Used to return this object as a String.

Overrides:
toString in class java.lang.Object
Returns:
String

IBM WebSphere Application ServerTM
Release 8