|
JXTA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.jxta.protocol.SrdiMessage.Entry
public static final class SrdiMessage.Entry
Entries object, which describes each entry described by this message
| Field Summary | |
|---|---|
long |
expiration
Entry Expiration expressed in relative time in ms |
String |
key
Entry key attribute |
String |
value
Entry key value |
| Constructor Summary | |
|---|---|
SrdiMessage.Entry(String key,
String value,
long expiration)
Creates a Entry with key, value, and expiration |
|
| Method Summary | |
|---|---|
boolean |
equals(Object target)
Expiration time is not considered in calculation. |
int |
hashCode()
Expiration time is not considered in calculation. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long expiration
public String key
public String value
| Constructor Detail |
|---|
public SrdiMessage.Entry(String key,
String value,
long expiration)
key - key attributevalue - key valueexpiration - expressed in relative time in ms| Method Detail |
|---|
public boolean equals(Object target)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
JXSE | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||