public interface QueueItem extends RepositoryObject, IndependentlyPersistableObject
You cannot create a new instance of QueueItem
, but you can call getInstance
or fetchInstance
on Factory.QueueItem
to retrieve an instance of this subclassable class.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get_Creator()
Returns the value of the Creator property.
|
java.util.Date |
get_DateCreated()
Returns the value of the DateCreated property.
|
java.util.Date |
get_DateLastModified()
Returns the value of the DateLastModified property.
|
java.lang.String |
get_DequeueHost()
Returns the value of the DequeueHost property.
|
Id |
get_Id()
Returns the value of the Id property.
|
java.lang.String |
get_LastModifier()
Returns the value of the LastModifier property.
|
java.util.Date |
get_NextRetryDate()
Returns the value of the NextRetryDate property.
|
java.lang.Integer |
get_RetryCount()
Returns the value of the RetryCount property.
|
void |
set_Creator(java.lang.String value)
Sets the value of the Creator property.
|
void |
set_DateCreated(java.util.Date value)
Sets the value of the DateCreated property.
|
void |
set_DateLastModified(java.util.Date value)
Sets the value of the DateLastModified property.
|
void |
set_LastModifier(java.lang.String value)
Sets the value of the LastModifier property.
|
void |
set_RetryCount(java.lang.Integer value)
Sets the value of the RetryCount property.
|
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
java.lang.String get_Creator()
void set_Creator(java.lang.String value)
java.util.Date get_DateCreated()
void set_DateCreated(java.util.Date value)
java.lang.String get_LastModifier()
void set_LastModifier(java.lang.String value)
java.util.Date get_DateLastModified()
void set_DateLastModified(java.util.Date value)
Id get_Id()
java.lang.String get_DequeueHost()
java.lang.Integer get_RetryCount()
void set_RetryCount(java.lang.Integer value)
java.util.Date get_NextRetryDate()
© Copyright IBM Corporation 2006, 2015. All rights reserved.