public interface EventQueueItem extends RepositoryObject, QueueItem
EventQueueItem
interface includes properties for setting and retrieving
the source object and event of the pending event action.
To instantiate an EventQueueItem
object, call the getInstance
or fetchInstance
method on the
Factory.EventQueueItem
class.
Modifier and Type | Method and Description |
---|---|
Event |
get_EventObject()
Returns the value of the EventObject property.
|
IndependentObject |
get_QueuedObject()
Returns the value of the QueuedObject property.
|
IndependentObject |
get_SourceObject()
Returns the value of the SourceObject property.
|
void |
set_EventObject(Event value)
Sets the value of the EventObject property.
|
void |
set_QueuedObject(IndependentObject value)
Sets the value of the QueuedObject property.
|
void |
set_SourceObject(IndependentObject value)
Sets the value of the SourceObject property.
|
get_Creator, get_DateCreated, get_DateLastModified, get_DequeueHost, get_Id, get_LastModifier, get_NextRetryDate, get_RetryCount, set_Creator, set_DateCreated, set_DateLastModified, set_LastModifier, set_RetryCount
getObjectStore
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
IndependentObject get_QueuedObject()
void set_QueuedObject(IndependentObject value)
IndependentObject get_SourceObject()
void set_SourceObject(IndependentObject value)
Event get_EventObject()
void set_EventObject(Event value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.