|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.sgs.impl.service.channel.ChannelImpl.ChannelMessageInfo
static class ChannelImpl.ChannelMessageInfo
Contains a saved channel message with its associated timestamp and expiration time.
| Field Summary | |
|---|---|
(package private) byte[] |
message
The channel message. |
(package private) long |
timestamp
The message timestamp. |
| Constructor Summary | |
|---|---|
ChannelImpl.ChannelMessageInfo(byte[] message,
long timestamp)
Constructs an instance with the specified message
and timestamp. |
|
| Method Summary | |
|---|---|
(package private) boolean |
isExpired()
Returns true if the channel message has expired
(that is, its expiration time has passed). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
final byte[] message
final long timestamp
| Constructor Detail |
|---|
ChannelImpl.ChannelMessageInfo(byte[] message,
long timestamp)
message
and timestamp.
| Method Detail |
|---|
boolean isExpired()
true if the channel message has expired
(that is, its expiration time has passed).
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||