Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.84 KB

File metadata and controls

45 lines (33 loc) · 1.84 KB
title SQLServerDataSourceObjectFactory Class | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.suite sql
ms.technology connectivity
ms.tgt_pltfrm
ms.topic conceptual
ms.assetid b616632b-5987-470d-b36c-b22fa9213145
caps.latest.revision 12
author MightyPen
ms.author genemi
manager craigg

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