Uses of Class
com.sun.jini.reggie.ClassMapper.EntryField

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.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.