|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.jini.lookup.entry.UIDescriptorBean
A JavaBeans(TM) component that encapsulates a UIDescriptor object.
UIDescriptor, Serialized Form| Field Summary | |
protected UIDescriptor |
assoc
|
| Constructor Summary | |
UIDescriptorBean()
Construct a new JavaBeans component, linked to a new empty UIDescriptor object. |
|
| Method Summary | |
net.jini.core.entry.Entry |
followLink()
Return the UIDescriptor linked to by this JavaBeans component. |
java.util.Set |
getAttributes()
Return the value of the attributes field in the object linked to by
this JavaBeans component. |
java.rmi.MarshalledObject |
getFactory()
Return the value of the factory field in the object linked to by
this JavaBeans component. |
java.lang.String |
getRole()
Return the value of the role field in the object linked to by
this JavaBeans component. |
java.lang.String |
getToolkit()
Return the value of the toolkit field in the object linked to by
this JavaBeans component. |
void |
makeLink(net.jini.core.entry.Entry e)
Make a link to a UIDescriptor object. |
void |
setAttributes(java.util.Set attributes)
Set the value of the attributes field in the object linked to by this
JavaBeans component. |
void |
setFactory(java.rmi.MarshalledObject factory)
Set the value of the factory field in the object linked to by this
JavaBeans component. |
void |
setRole(java.lang.String role)
Set the value of the role field in the object linked to by this
JavaBeans component. |
void |
setToolkit(java.lang.String toolkit)
Set the value of the toolkit field in the object linked to by this
JavaBeans component. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected UIDescriptor assoc
| Constructor Detail |
public UIDescriptorBean()
UIDescriptor object.| Method Detail |
public void makeLink(net.jini.core.entry.Entry e)
UIDescriptor object.makeLink in interface EntryBeane - the Entry object, which must be a UIDescriptor, to which to linkjava.lang.ClassCastException - the Entry is not
a UIDescriptor, the correct type for this JavaBeans componentpublic net.jini.core.entry.Entry followLink()
UIDescriptor linked to by this JavaBeans component.followLink in interface EntryBeanpublic java.lang.String getRole()
role field in the object linked to by
this JavaBeans component.String representing the role valuesetRole(java.lang.String)public void setRole(java.lang.String role)
role field in the object linked to by this
JavaBeans component.role - a String specifying the role valuegetRole()public java.lang.String getToolkit()
toolkit field in the object linked to by
this JavaBeans component.String representing the toolkit valuesetToolkit(java.lang.String)public void setToolkit(java.lang.String toolkit)
toolkit field in the object linked to by this
JavaBeans component.toolkit - a String specifying the toolkit valuegetToolkit()public java.util.Set getAttributes()
attributes field in the object linked to by
this JavaBeans component.Set representing the attributes valuesetAttributes(java.util.Set)public void setAttributes(java.util.Set attributes)
attributes field in the object linked to by this
JavaBeans component.attributes - a Set specifying the attributes valuegetAttributes()public java.rmi.MarshalledObject getFactory()
factory field in the object linked to by
this JavaBeans component.MarshalledObject representing the factory valuesetFactory(java.rmi.MarshalledObject)public void setFactory(java.rmi.MarshalledObject factory)
factory field in the object linked to by this
JavaBeans component.factory - a MarshalledObject specifying the factory valuegetFactory()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||