public static interface ReplicationQueue.Entry
Modifier and Type | Field and Description |
---|---|
static ReplicationQueue.Entry[] |
EMPTY_ARRAY
Empty array of entries
|
Modifier and Type | Method and Description |
---|---|
ReplicationAction |
getAction()
Returns the replication action
|
ReplicationContentFacade |
getContent()
Returns the replication content or
null if this entry
was delivered. |
java.lang.String |
getId()
Returns the entry id
|
java.util.Calendar |
getLastProcessTime()
Returns the last time this entry was tried to process
|
int |
getNumProcessed()
Returns the number of times this entry was tried to process
|
ReplicationQueue |
getQueue()
Returns 'my' queue
|
int |
getQueuePosition()
Returns the queue position of this entry
|
static final ReplicationQueue.Entry[] EMPTY_ARRAY
java.lang.String getId()
ReplicationQueue getQueue()
ReplicationAction getAction()
ReplicationContentFacade getContent()
null
if this entry
was delivered.int getQueuePosition()
java.util.Calendar getLastProcessTime()
int getNumProcessed()
Copyright © 2010 - 2020 Adobe. All Rights Reserved