| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jini.reggie.ClassMapper
public class ClassMapper
Maps Class to ServiceType/Base, Class to EntryClass/Base, and Class to Field[], with caching for efficiency.
| Method Summary | |
|---|---|
static com.sun.jini.reggie.ClassMapper.EntryField[] | 
getFields(Class cls)
Returns public fields, in super to subclass order, sorted alphabetically within a given class.  | 
static EntryClassBase | 
toEntryClassBase(Class cls)
Returns a EntryClassBase descriptor for a class.  | 
static com.sun.jini.reggie.ServiceType | 
toServiceType(Class cls)
Returns a ServiceType descriptor for a class.  | 
static com.sun.jini.reggie.ServiceType[] | 
toServiceType(Class[] classes)
Converts an array of Class to an array of ServiceType.  | 
static ServiceTypeBase | 
toServiceTypeBase(Class cls)
Returns a ServiceTypeBase descriptor for a class.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static ServiceTypeBase toServiceTypeBase(Class cls)
                                         throws MarshalException
MarshalException
public static com.sun.jini.reggie.ServiceType toServiceType(Class cls)
                                                     throws MarshalException
MarshalException
public static com.sun.jini.reggie.ServiceType[] toServiceType(Class[] classes)
                                                       throws MarshalException
MarshalException
public static EntryClassBase toEntryClassBase(Class cls)
                                       throws MarshalException
MarshalExceptionpublic static com.sun.jini.reggie.ClassMapper.EntryField[] getFields(Class cls)
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||