Uses of Class
javax.naming.Reference

Packages that use Reference
javax.naming Provides the classes and interfaces for accessing naming services. 
javax.naming.spi Provides the means for dynamically plugging in support for accessing naming and directory services through the javax.naming and related packages. 
 

Uses of Reference in javax.naming
 

Subclasses of Reference in javax.naming
 class LinkRef
          This class represents a Reference whose contents is a name, called the link name, that is bound to an atomic name in a context.
 

Methods in javax.naming that return Reference
 Reference Referenceable.getReference()
          Retrieves the Reference of this object.
 

Uses of Reference in javax.naming.spi
 

Methods in javax.naming.spi with parameters of type Reference
(package private) static ObjectFactory NamingManager.getObjectFactoryFromReference(Reference ref, String factoryName)
          Retrieves the ObjectFactory for the object identified by a reference, using the reference's factory class name and factory codebase to load in the factory's class.
(package private) static Object NamingManager.processURLAddrs(Reference ref, Name name, Context nameCtx, Hashtable environment)