Uses of Class
com.sun.jini.reggie.EntryClassBase

Packages that use EntryClassBase
com.sun.jini.reggie Provides implementations of ServiceRegistrar
 

Uses of EntryClassBase in com.sun.jini.reggie
 

Methods in com.sun.jini.reggie that return EntryClassBase
 EntryClassBase[] RegistrarImpl.getEntryClasses(Template tmpl)
           
 EntryClassBase[] 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.
private  EntryClassBase[] RegistrarImpl.getEntryClassesDo(Template tmpl)
          The code that does the real work of getEntryClasses.
static EntryClassBase ClassMapper.toEntryClassBase(Class cls)
          Returns a EntryClassBase descriptor for a class.
private static EntryClassBase ClassMapper.toEntryClassBase(Class cls, boolean base)
          Returns a EntryClassBase descriptor for a class.
 

Methods in com.sun.jini.reggie with parameters of type EntryClassBase
static Class[] EntryClassBase.toClass(EntryClassBase[] eclasses)
          Converts an array of EntryClassBase to an array of Class.
 



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