|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcasa.dodwan.message.Message
casa.JION.entry.Entry
public class Entry
This class is the supertype of all entries that can be stored in a Jini(TM) Lookup service.
Each field of an entry must be a public reference (object) type.
You cannot store primitive types in fields of an
Entry
. An Entry
may have any number of
methods or constructors. Each field is serialized separately, so
references between two fields of an entry will not be reconstituted
to be shared references, but instead to separate copies of the
original object.
Constructor Summary | |
---|---|
Entry()
Instantiates a new entry. |
|
Entry(casa.dodwan.docware.Descriptor desc)
Instantiates a new entry. |
Method Summary | |
---|---|
void |
addField(java.lang.String arg0,
java.lang.String arg1)
This function could be used only with Javaspace.write() function |
static void |
main(java.lang.String[] args)
The main method. |
boolean |
matches(Entry entry)
Matches. |
java.lang.String |
toString()
|
Methods inherited from class casa.dodwan.message.Message |
---|
clone, getDescriptor, getKey, getPayload, setDescriptor, setPayload |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Entry()
public Entry(casa.dodwan.docware.Descriptor desc)
desc
- the descMethod Detail |
---|
public void addField(java.lang.String arg0, java.lang.String arg1)
arg0
- the arg0arg1
- the arg1public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean matches(Entry entry)
entry
- the entry
public static void main(java.lang.String[] args)
args
- the arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |