GigaSpaces XAP 9.1 API

net.jini.lookup.entry
Interface EntryBean

All Known Implementing Classes:
AddressBean, CommentBean, LocationBean, NameBean, ServiceInfoBean, StatusBean

public interface EntryBean

Interface to be implemented by all JavaBeans(TM) components that act as "front ends" to Entry classes. Such components must follow several patterns:

Author:
Sun Microsystems, Inc.
See Also:
Entry

Method Summary
 Entry followLink()
          Return the Entry linked to by this JavaBeans component.
 void makeLink(Entry e)
          Make a link to an Entry object.
 

Method Detail

makeLink

void makeLink(Entry e)
Make a link to an Entry object.

Parameters:
e - the Entry object to link to
Throws:
ClassCastException - the Entry is not of the correct type for this JavaBeans component

followLink

Entry followLink()
Return the Entry linked to by this JavaBeans component.

Returns:
the entry linked to by this JavaBeans component.

GigaSpaces XAP 9.1 API

Copyright © GigaSpaces.