Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


oracle.adf.model.connection.adfmf
Class LoginConnectionFactory

java.lang.Object
  extended by oracle.adf.model.connection.adfmf.LoginConnectionFactory

All Implemented Interfaces:
javax.naming.spi.ObjectFactory

public class LoginConnectionFactory
extends java.lang.Object
implements javax.naming.spi.ObjectFactory

The LoginConnectionFactory implements the ObjectFactory interface. It is used to create instances of LoginConnection class


Constructor Summary
LoginConnectionFactory()
          Instantiate this URLConnection factory

 

Method Summary
 java.lang.Object getObjectInstance(java.lang.Object obj, javax.naming.Name name, javax.naming.Context nameCtx, java.util.Hashtable environment)
          Creates an instance of LoginConnectionusing the location or reference information specified.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

LoginConnectionFactory

public LoginConnectionFactory()
Instantiate this URLConnection factory

Method Detail

getObjectInstance

public java.lang.Object getObjectInstance(java.lang.Object obj,
                                          javax.naming.Name name,
                                          javax.naming.Context nameCtx,
                                          java.util.Hashtable environment)
                                   throws java.lang.Exception
Creates an instance of LoginConnectionusing the location or reference information specified. Special requirements of this LoginConnectionare supplied using environment. An example of such an environment property is user identity information.
Specified by:
getObjectInstance in interface javax.naming.spi.ObjectFactory
Parameters:
obj - The possibly null object containing location or reference information that can be used in creating an object.
name - The name of this object relative to nameCtx, or null if no name is specified.
nameCtx - The context relative to which the name parameter is specified, or null if name is relative to the default initial context.
environment - The possibly null environment that is used in creating the object.
Returns:
The LoginConnectioncreated; null if an object cannot be created.
Throws:
{@link - Exception}if an error was encountered while attempting to create the LoginConnection
java.lang.Exception

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


Copyright © 1997, 2012, Oracle. All rights reserved.