public interface Referenceable
extends javax.naming.Referenceable
The implementation class for a connection factory interface is required to implement both java.io.Serializable and jakarta.resource.Referenceable interfaces to support JNDI registration.
Modifier and Type | Method and Description |
---|---|
void |
setReference(javax.naming.Reference reference)
Sets the Reference instance.
|
void setReference(javax.naming.Reference reference)
reference
- A Reference instanceReferenceable.getReference()