Name

Referenceable

Synopsis

This is a specialization of the javax.naming.Referenceable interface, allowing JCA connection factories to be registered in JNDI namespaces using JNDI references. Every JCA connection factory must implement this interface (as well as Serializable).

                  
public interface Referenceable extends javax.naming.Referenceable {
// Public Instance Methods
   public abstract void setReference(
        javax.naming.Reference reference);  
}

Implementations

javax.resource.cci.ConnectionFactory

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.