public class ReplicaInfo extends java.lang.Object implements JaliosConstants
Modifier and Type | Field and Description |
---|---|
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 |
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
Modifier and Type | Method and Description |
---|---|
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) |
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
public boolean isOutOfDate(StampTable compareTable)
compareTable
- the progress table used for comparisonisOutOfDate(StampTable,boolean)
public boolean isOutOfDate(StampTable compareTable, boolean skipMe)
compareTable
- the progress table used for comparisonskipMe
- if true do not compare stamp of this replicapublic java.lang.String toString()
toString
in class java.lang.Object
public 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)
Copyright © 2001-2010 Jalios SA. All Rights Reserved.