- All Superinterfaces:
Referenceable
- All Known Subinterfaces:
ConnectionFactory
The Referenceable interface extends the javax.naming.Referenceable
interface. It enables support for JNDI Reference mechanism for
the registration of the connection factory in the JNDI name space.
Note that the implementation and structure of Reference is specific
to an application server.
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.
- Version:
- 0.9
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setReference
(Reference reference) Sets the Reference instance.Methods inherited from interface javax.naming.Referenceable
getReference