Uses of Class
com.sun.jini.reggie.EntryClassBase
Packages that use EntryClassBase
-
Uses of EntryClassBase in com.sun.jini.reggie
Methods in com.sun.jini.reggie that return EntryClassBaseModifier and TypeMethodDescriptionGigaRegistrar.getEntryClasses(Template tmpl) Registrar.getEntryClasses(Template tmpl) Looks at all service items that match the specified template, finds every entry (among those service items) that either doesn't match any entry templates or is a subclass of at least one matching entry template, and returns the set of the (most specific) classes of those entries.static EntryClassBaseClassMapper.toEntryClassBase(Class cls) Returns a EntryClassBase descriptor for a class.Methods in com.sun.jini.reggie with parameters of type EntryClassBaseModifier and TypeMethodDescriptionstatic Class[]EntryClassBase.toClass(EntryClassBase[] eclasses) Converts an array of EntryClassBase to an array of Class.