JXTA

Uses of Interface
net.jxta.id.IDFactory.Instantiator

Packages that use IDFactory.Instantiator
net.jxta.id IDs are used within JXTA to refer to peers, peer groups, pipes and other types of resources. 
 

Uses of IDFactory.Instantiator in net.jxta.id
 

Subinterfaces of IDFactory.Instantiator in net.jxta.id
static interface IDFactory.URIInstantiator
          Deprecated. This interface formerly contained optional URI based construction methods. These have now been moved to the primary instantiator interface in preparation for the removal of the URL based interfaces. This interface will be removed in a future release.
 

Methods in net.jxta.id that return types with arguments of type IDFactory.Instantiator
protected  Map<String,IDFactory.Instantiator> IDFactory.getAssocTable()
          Used by ClassFactory methods to get the mapping of ID types to constructors.
protected  Class<IDFactory.Instantiator> IDFactory.getClassOfInstantiators()
          Used by ClassFactory methods to ensure that all of the instance classes which register with this factory have the correct base class
 


JXSE