Uses of Class
com.sun.jini.reggie.EntryClass
Packages that use EntryClass
-
Uses of EntryClass in com.sun.jini.reggie
Fields in com.sun.jini.reggie declared as EntryClassModifier and TypeFieldDescriptionfinal EntryClassEntryClassBase.eclassThe EntryClass.EntryRep.eclassThe Class of the Entry converted to EntryClass.protected EntryClassEntryClass.replacementAn instance containing only name and hash, no superclass info.protected EntryClassEntryClass.superclassDescriptor for the superclassMethods in com.sun.jini.reggie that return EntryClassModifier and TypeMethodDescriptionEntryClass.getReplacement()Return the replacement, if any, containing only name and rep.EntryClass.getSuperclass()Return the superclass descriptorMethods in com.sun.jini.reggie with parameters of type EntryClassModifier and TypeMethodDescriptionbooleanEntryClass.isAssignableFrom(EntryClass cls) This is really only needed in the registrar, but it's very convenient to have here.Constructors in com.sun.jini.reggie with parameters of type EntryClassModifierConstructorDescriptionEntryClass(Class clazz, EntryClass superclass) Should only be called by ClassMapperEntryClassBase(EntryClass eclass, String codebase) Simple constructor