JXTA

net.jxta.impl.xindice.util
Interface Named

All Known Subinterfaces:
Filer
All Known Implementing Classes:
BTreeFiler, MemFiler

public interface Named

Named identifies an object as having a contextually important Name.


Method Summary
 String getName()
          getName retrieves the contextually important name of the object
 

Method Detail

getName

String getName()
getName retrieves the contextually important name of the object

Returns:
The object's name

JXSE