|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.service.buffering.SynopsisTime
public class SynopsisTime
This is a data structure that achieve strict consistency for a synopsis content.
| Constructor Summary | |
|---|---|
SynopsisTime()
Generates a new SynopsisTime object. |
|
SynopsisTime(boolean enf,
long tstamp)
Generates a new SynopsisTime object. |
|
| Method Summary | |
|---|---|
boolean |
getEnforce()
Returns enforce value |
long |
getTimestamp()
Returns last timestamp value of the released event |
void |
setEnforce(boolean enf)
Sets enforce value |
void |
setTimestamp(long tstamp)
Sets timestamp value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SynopsisTime()
public SynopsisTime(boolean enf,
long tstamp)
enf - boolean - enforcement valuetstamp - long - last timestamp value of the released event| Method Detail |
|---|
public void setEnforce(boolean enf)
enf - boolean - enforcement valuepublic boolean getEnforce()
public void setTimestamp(long tstamp)
tstamp - long - last timestamp value of the released eventpublic long getTimestamp()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||