|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.jini.lookup.entry.EntryBeans
Utility class for handling JavaBeans(TM) components that relate to Entry classes in the Jini(TM) Lookup service.
| Constructor Summary | |
EntryBeans()
|
|
| Method Summary | |
static EntryBean |
createBean(Entry ent)
Create a bean of the appropriate type for the given Entry object, and link it to the object for immediate manipulation. |
static java.lang.Class |
getBeanClass(java.lang.Class c)
Return the class of JavaBeans component that corresponds to a particular Entry class. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public EntryBeans()
| Method Detail |
public static EntryBean createBean(Entry ent)
throws java.lang.ClassNotFoundException,
java.io.IOException
ent - the Entry for which to create and link a bean
public static java.lang.Class getBeanClass(java.lang.Class c)
throws java.lang.ClassNotFoundException
c - the class for which a JavaBeans component should be foundEntryBean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||