Name

Referenceable

Synopsis

This interface is implemented by an object that can provide a reference to itself in the form of a Reference object.

public interface Referenceable {
// Public Instance Methods
   public abstract javax.naming.Reference getReference(
        ) throws NamingException;  
}

Implementations

javax.resource.Referenceable

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.