|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jalios.jstore.jsync.ReplicaInfo
public class ReplicaInfo
This class contains info about a replica
| Field Summary | |
|---|---|
protected boolean |
isEnabled
|
protected java.util.Date |
joinDate
|
protected java.util.Date |
lastAckDate
|
protected java.util.Date |
lastUpdateDate
|
protected StampTable |
progressTable
|
static java.lang.String |
REVISION
|
static java.lang.String |
RI_ELT_NAME
|
static java.lang.String |
RI_IS_ENABLED
|
static java.lang.String |
RI_JOIN_DATE
|
static java.lang.String |
RI_LAST_ACK_DATE
|
static java.lang.String |
RI_LAST_UPDATE_DATE
|
static java.lang.String |
RI_URID
|
static java.lang.String |
RI_URL
|
protected java.lang.String |
urid
|
protected java.lang.String |
url
|
| Fields inherited from interface com.jalios.util.JaliosConstants |
|---|
CRLF, MILLIS_IN_ONE_DAY, MILLIS_IN_ONE_HOUR, MILLIS_IN_ONE_MINUTE, MILLIS_IN_ONE_MONTH, MILLIS_IN_ONE_SECOND, MILLIS_IN_ONE_WEEK, MILLIS_IN_ONE_YEAR |
| Method Summary | |
|---|---|
java.util.Date |
getJoinDate()
Get the value of joinDate. |
java.util.Date |
getLastAckDate()
Get the value of lastAckDate. |
java.util.Date |
getLastUpdateDate()
Get the value of lastUpdateDate. |
StampTable |
getProgressTable()
Get the value of progressTable. |
java.lang.String |
getUrid()
Get the value of urid. |
java.lang.String |
getUrl()
Get the value of url. |
boolean |
isEnabled()
Get the value of isEnabled. |
boolean |
isOutOfDate(StampTable compareTable)
Check if this replica is out of date. |
boolean |
isOutOfDate(StampTable compareTable,
boolean skipMe)
Check if this replica is out of date. |
void |
setEnabled(boolean v)
Set the value of isEnabled. |
void |
setJoinDate(java.util.Date v)
Set the value of joinDate. |
void |
setLastAckDate(java.util.Date v)
Set the value of lastAckDate. |
void |
setLastUpdateDate(java.util.Date v)
Set the value of lastUpdateDate. |
void |
setProgressTable(StampTable v)
Set the value of progressTable. |
void |
setUrid(java.lang.String v)
Set the value of urid. |
void |
setUrl(java.lang.String v)
Set the value of url. |
java.lang.String |
toString()
|
java.lang.String |
toXml()
Returns the XML representation for this workflow. |
java.lang.String |
toXml(boolean includeXmlHeader)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String REVISION
protected java.lang.String urid
protected StampTable progressTable
protected java.lang.String url
protected boolean isEnabled
protected java.util.Date joinDate
protected java.util.Date lastUpdateDate
protected java.util.Date lastAckDate
public static final java.lang.String RI_ELT_NAME
public static final java.lang.String RI_URID
public static final java.lang.String RI_URL
public static final java.lang.String RI_IS_ENABLED
public static final java.lang.String RI_JOIN_DATE
public static final java.lang.String RI_LAST_UPDATE_DATE
public static final java.lang.String RI_LAST_ACK_DATE
| Method Detail |
|---|
public boolean isOutOfDate(StampTable compareTable)
compareTable - the progress table used for comparison
isOutOfDate(StampTable,boolean)
public boolean isOutOfDate(StampTable compareTable,
boolean skipMe)
compareTable - the progress table used for comparisonskipMe - if true do not compare stamp of this replica
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getUrid()
public void setUrid(java.lang.String v)
v - Value to assign to urid.public StampTable getProgressTable()
public void setProgressTable(StampTable v)
v - Value to assign to progressTable.public java.lang.String getUrl()
public void setUrl(java.lang.String v)
v - Value to assign to url.public boolean isEnabled()
public void setEnabled(boolean v)
v - Value to assign to isEnabled.public java.util.Date getJoinDate()
public void setJoinDate(java.util.Date v)
v - Value to assign to joinDate.public java.util.Date getLastUpdateDate()
public void setLastUpdateDate(java.util.Date v)
v - Value to assign to lastUpdateDate.public java.util.Date getLastAckDate()
public void setLastAckDate(java.util.Date v)
v - Value to assign to lastAckDate.public java.lang.String toXml()
public java.lang.String toXml(boolean includeXmlHeader)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||