FileDocCategorySizeDatePackage
Referenceable.javaAPI DocGlassfish v2 API3052Fri May 04 22:35:34 BST 2007javax.resource

Referenceable

public interface Referenceable implements Referenceable
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 javax.resource.Referenceable interfaces to support JNDI registration.

version
0.9
author
Rahul Sharma

Fields Summary
Constructors Summary
Methods Summary
public voidsetReference(javax.naming.Reference reference)
Sets the Reference instance. This method is called by the deployment code to set the Reference that can be later returned by the getReference method (as defined in the javax.naming.Referenceable interface).

param
reference A Reference instance
see
javax.naming.Referenceable#getReference