|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.opensync.engine.server.Return
This class indicate if the source gives information after synchronization
| Field Summary | |
static java.lang.String |
TYPE_DUMB
The source gives information |
static java.lang.String |
TYPE_VERBOSE
The source don't give information |
| Constructor Summary | |
Return()
Construct a Return object |
|
| Method Summary | |
java.lang.String |
getTimeOut()
Get the time-out |
java.lang.String |
getType()
Get the type of the return ojbect |
java.lang.String |
getUnit()
Get the unit time-out (s | m | h) |
void |
setTimeOut(java.lang.String timeOut)
Set the time-out |
void |
setType(java.lang.String type)
Set the type of the return ojbect |
void |
setUnit(java.lang.String unit)
Set the unit time-out (s | m | h) |
java.lang.String |
toString()
Use for debug only |
| 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 TYPE_VERBOSE
public static final java.lang.String TYPE_DUMB
| Constructor Detail |
public Return()
| Method Detail |
public void setType(java.lang.String type)
type - the type of the return objectpublic java.lang.String getType()
public void setTimeOut(java.lang.String timeOut)
timeOut - the time-outpublic java.lang.String getTimeOut()
public void setUnit(java.lang.String unit)
unit - the unitpublic java.lang.String getUnit()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||