Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.67 KB

File metadata and controls

38 lines (26 loc) · 1.67 KB
title SQLServerDataSourceObjectFactory Class
description SQLServerDataSourceObjectFactory Class
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

SQLServerDataSourceObjectFactory Class

[!INCLUDEDriver_JDBC_Download]

Represents an object factory to materialize data sources from the Java Naming and Directory Interface (JNDI).

Package: com.microsoft.sqlserver.jdbc

Extends: java.lang.Object

Implements: javax.naming.spi.ObjectFactory

Syntax

  
public class SQLServerDataSourceObjectFactory  

Remarks

This method is inherited by all the data source classes. As part of its support for the Referenceable interface, [!INCLUDEjdbcNoVersion] exposes this class that implements an ObjectFactory. Java Application Servers will call getReference on a data source class, and this will create a Reference object that internally uses the class name as its class factory.

When the Java Application Server has to dereference the Reference object, it creates an instance of the SQLServerDataSourceObjectFactory object and calls the getObjectInstance method, passing in the Reference object, to retrieve the data source instance.

See Also

SQLServerDataSourceObjectFactory Members
JDBC Driver API Reference