|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.idp.um.api.infomodel.DirectorySyncInfo
public class DirectorySyncInfo
Directory synchronization information class.
| Field Summary | |
|---|---|
static int |
SYNCSTATUS_ABORTED
Synchronization was aborted. |
static int |
SYNCSTATUS_COMPLETED
Synchronization is complete. |
static int |
SYNCSTATUS_FAILED
Synchronization failed. |
static int |
SYNCSTATUS_INPROGRESS
Synchronization is currently in progress. |
static int |
SYNCSTATUS_SCHEDULED
Synchronization has been scheduled. |
static int |
SYNCSTATUS_UNKNOWN
Unknown synchronization status. |
| Constructor Summary | |
|---|---|
DirectorySyncInfo(java.lang.String state,
int syncStatus,
java.util.Date date,
int epochMajor)
Constructor that creates a synchronization information object. |
|
| Method Summary | |
|---|---|
int |
getEpochMajor()
Retrieves the major epoch. |
java.util.Date |
getLastSyncTime()
Retrieves the last synchronization time. |
java.lang.String |
getSyncState()
Retrieves the synchronization state. |
int |
getSyncStatus()
Retrieves the synchronization status. |
void |
setEpochMajor(int epochMajor)
Sets the major epoch. |
void |
setLastSyncTime(java.util.Date lastSyncTime)
Sets the last synchronization time. |
void |
setSyncState(java.lang.String syncState)
Sets the synchronization state. |
void |
setSyncStatus(int lastStatus)
Sets the synchronization status. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int SYNCSTATUS_UNKNOWN
public static final int SYNCSTATUS_COMPLETED
public static final int SYNCSTATUS_SCHEDULED
public static final int SYNCSTATUS_INPROGRESS
public static final int SYNCSTATUS_FAILED
public static final int SYNCSTATUS_ABORTED
| Constructor Detail |
|---|
public DirectorySyncInfo(java.lang.String state,
int syncStatus,
java.util.Date date,
int epochMajor)
state - The synchronization state.syncStatus - The synchronization status.date - The date.epochMajor - The major epoch.| Method Detail |
|---|
public java.lang.String getSyncState()
public void setSyncState(java.lang.String syncState)
public java.util.Date getLastSyncTime()
public void setLastSyncTime(java.util.Date lastSyncTime)
public int getEpochMajor()
public void setEpochMajor(int epochMajor)
public int getSyncStatus()
public void setSyncStatus(int lastStatus)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||