javax.naming
Interface Referenceable


public interface Referenceable

The object, implementing this interface, can provided the Reference about itself.


Method Summary
 Reference getReference()
          Get the reference about this object.
 

Method Detail

getReference

Reference getReference()
                       throws NamingException
Get the reference about this object.

Returns:
the reference about this object, cannot be null.
Throws:
NamingException - if the naming exception has been raised while retrieving the reference.