|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassMapper.EntryField | |
---|---|
com.sun.jini.reggie | Provides implementations of ServiceRegistrar . |
Uses of ClassMapper.EntryField in com.sun.jini.reggie |
---|
Methods in com.sun.jini.reggie that return ClassMapper.EntryField | |
---|---|
static ClassMapper.EntryField[] |
ClassMapper.getFields(Class cls)
Returns public fields, in super to subclass order, sorted alphabetically within a given class. |
Methods in com.sun.jini.reggie with parameters of type ClassMapper.EntryField | |
---|---|
private void |
EntryClass.computeHash(ClassMapper.EntryField[] fields)
Computes a SHA-1 digest from the hash of the superclass, if there is a superclass, followed by the name of this class, followed by the name and type for each field, if any, declared by this class and ordered alphabetically by field name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |