Uses of Interface
net.jini.lookup.entry.EntryBean

Packages that use EntryBean
net.jini.lookup.entry These are common entry classes for use as attributes in lookup services and their associated JavaBeans(TM) component wrapping classes. 
 

Uses of EntryBean in net.jini.lookup.entry
 

Classes in net.jini.lookup.entry that implement EntryBean
 class AddressBean
          A JavaBeans(TM) component that encapsulates an Address object.
 class CommentBean
          A JavaBeans(TM) component that encapsulates a Comment object.
 class LocationBean
          A JavaBeans(TM) component that encapsulates a Location object.
 class NameBean
          A JavaBeans(TM) component that encapsulates a Name object.
 class ServiceInfoBean
          A JavaBeans(TM) component that encapsulates a ServiceInfo object.
 class StatusBean
          A JavaBeans(TM) component that encapsulates a Status object.
 class UIDescriptorBean
          A JavaBeans(TM) component that encapsulates a UIDescriptor object.
 

Methods in net.jini.lookup.entry that return EntryBean
static EntryBean EntryBeans.createBean(Entry ent)
          Create a bean of the appropriate type for the given Entry object, and link it to the object for immediate manipulation.
 



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