javax.naming

Interface Referenceable

public interface Referenceable

The object, implementing this interface, can provided the Reference about itself.
Method Summary
ReferencegetReference()
Get the reference about this object.

Method Detail

getReference

public Reference getReference()
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.