|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.latencybusters.lbm.UMQMessageTotalLifetimeInfo
public class UMQMessageTotalLifetimeInfo
| Constructor Summary | |
|---|---|
UMQMessageTotalLifetimeInfo()
Creates a UMQMessageTotalLifetimeInfo with the total lifetime set to 0 |
|
UMQMessageTotalLifetimeInfo(long totalLifetime)
Creates a UMQMessageTotalLifetimeInfo with the specified total lifetime |
|
| Method Summary | |
|---|---|
void |
setTotalLifetime(long totalLifetime)
Sets the total lifetime |
long |
totalLifetime()
Returns the specified total lifetime |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UMQMessageTotalLifetimeInfo(long totalLifetime)
totalLifetime - Total lifetime of the message.public UMQMessageTotalLifetimeInfo()
| Method Detail |
|---|
public long totalLifetime()
public void setTotalLifetime(long totalLifetime)
totalLifetime - the new total lifetime
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||