|
|
PREV CLASS
NEXT CLASS |
FRAMES
NO FRAMES |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
net.jini.core.entry
Interface Entry
- public abstract interface Entry
- extends java.io.Serializable
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.
- See Also:
ServiceRegistrar
Fields inherited from class java.io.Serializable |
serialVersionUID |
|
|
PREV CLASS
NEXT CLASS |
FRAMES
NO FRAMES |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1999 Sun Microsystems, Inc. All rights reserved