Project JXTA

net.jxta.id.jxta
Class IDFormat

java.lang.Object
  extended by net.jxta.id.jxta.IDFormat

public final class IDFormat
extends Object

The 'jxta' ID Format is used for the presentation of a limited number of well-known ids. These are the null id, the world peer group id, and the default net peer group id. JXTA depends on being able to refer to these standard entities in a common way regardless of what other id formats are used, indeed this ID Format and these ids exist so that there are not a different representations for the ids of these entities with each ID Format.

Rather than return its own version of these well known IDs, each ID Format MUST return these IDs as appropriate.

See Also:
ID, IDFactory, JXTA Protocols Specification : IDs, JXTA Protocols Specification : ?jxta? ID Format

Field Summary
static IDFactory.URIInstantiator INSTANTIATOR
          The instantiator for this ID Format which is used by the IDFactory.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANTIATOR

public static final IDFactory.URIInstantiator INSTANTIATOR
The instantiator for this ID Format which is used by the IDFactory.

Since:
JXTA 1.0

JXTA J2SE