ibi.broker.api
Class CasterManagedConnectionFactoryMigration

java.lang.Object
  extended by ibi.broker.api.CasterManagedConnectionFactory
      extended by ibi.broker.api.CasterManagedConnectionFactoryMigration
All Implemented Interfaces:
java.io.Serializable, javax.resource.spi.ManagedConnectionFactory

public class CasterManagedConnectionFactoryMigration
extends CasterManagedConnectionFactory

See Also:
Serialized Form

Field Summary
 
Fields inherited from class ibi.broker.api.CasterManagedConnectionFactory
CONSOLE_MODE, DB, FULLFUNCTION_MODE, LDAP
 
Constructor Summary
CasterManagedConnectionFactoryMigration()
           
 
Method Summary
 java.lang.Object createConnectionFactory()
          Creates a CasterConnectionFactory instance.
 java.lang.String getConfigPath()
           
 void setConfigPath(java.lang.String configPath)
           
 
Methods inherited from class ibi.broker.api.CasterManagedConnectionFactory
createConnectionFactory, createManagedConnection, getLogWriter, getServerStatus, matchManagedConnections, setIbiDocumentRoot, setLogWriter, setPortNumber, setReporsitoryType, setServerName, setTrustedKeyFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.resource.spi.ManagedConnectionFactory
equals, hashCode
 

Constructor Detail

CasterManagedConnectionFactoryMigration

public CasterManagedConnectionFactoryMigration()
Method Detail

getConfigPath

public java.lang.String getConfigPath()

setConfigPath

public void setConfigPath(java.lang.String configPath)

createConnectionFactory

public java.lang.Object createConnectionFactory()
                                         throws javax.resource.ResourceException
Description copied from class: CasterManagedConnectionFactory
Creates a CasterConnectionFactory instance. In this case, the CasterConnectionFactory instance gets initialized with a default ConnectionManager provided by the resource adapter.

Specified by:
createConnectionFactory in interface javax.resource.spi.ManagedConnectionFactory
Overrides:
createConnectionFactory in class CasterManagedConnectionFactory
Returns:
Application specific Connection Factory instance (i.e., CasterConnectionFactory) or javax.resource.cci.ConnectionFactory instance
Throws:
javax.resource.ResourceException - - Generic exception
See Also:
ManagedConnectionFactory.createConnectionFactory()


Copyright © 2006 Information Builders, Incorporated.