public class RaiseEvent extends PendingAction
Subscribable
object.
When you call the RaiseEvent
method, an instance of the RaiseEvent
class is created and added to the Subscribable
object's collection
of PendingAction
objects.Constructor and Description |
---|
RaiseEvent(Properties props,
java.lang.String classId)
Creates a new instance of a
RaiseEvent pending action object. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassId()
Returns a class identifier of the custom event to be created for this pending action.
|
Properties |
getEventProperties()
Returns the properties of the custom event object to be raised.
|
getBinaryListValue, getBinaryValue, getBooleanListValue, getBooleanValue, getDateTimeListValue, getDateTimeValue, getEngineObjectValue, getFloat64ListValue, getFloat64Value, getIdListValue, getIdValue, getInteger32ListValue, getInteger32Value, getObjectValue, getStringListValue, getStringValue, putObjectValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, toString
public RaiseEvent(Properties props, java.lang.String classId)
RaiseEvent
pending action object.props
- A Properties
collection that specifies the properties to set for the custom event.
The collection must include the ID
property of the CustomEvent
object.classId
- A String specifying the name of the class.
If null, or if the custom event class does not exist, this constructor throws an exception.public Properties getEventProperties()
Properties
collection containing the custom event object's properties.public java.lang.String getClassId()
© Copyright IBM Corporation 2006, 2015. All rights reserved.