Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.myeis.j2c
Class MyEISManagedConnectionFactory  view MyEISManagedConnectionFactory download MyEISManagedConnectionFactory.java

java.lang.Object
  extended bycom.myeis.j2c.MyEISManagedConnectionFactory
All Implemented Interfaces:
javax.resource.spi.ManagedConnectionFactory, java.io.Serializable

public class MyEISManagedConnectionFactory
extends java.lang.Object
implements javax.resource.spi.ManagedConnectionFactory


Field Summary
private  java.lang.String fieldRepositoryLocation
           
 
Constructor Summary
MyEISManagedConnectionFactory()
           
 
Method Summary
 java.lang.Object createConnectionFactory()
           
 java.lang.Object createConnectionFactory(javax.resource.spi.ConnectionManager connectionManager)
           
 javax.resource.spi.ManagedConnection createManagedConnection(javax.security.auth.Subject subject, javax.resource.spi.ConnectionRequestInfo connectionRequestInfo)
           
 java.io.PrintWriter getLogWriter()
           
 java.lang.String getRepositoryLocation()
          Gets the fieldRepositoryLocation
 javax.resource.spi.ManagedConnection matchManagedConnections(java.util.Set arg0, javax.security.auth.Subject arg1, javax.resource.spi.ConnectionRequestInfo arg2)
           
 void setLogWriter(java.io.PrintWriter arg0)
           
 void setRepositoryLocation(java.lang.String fieldRepositoryLocation)
          Sets the fieldRepositoryLocation
 
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
 

Field Detail

fieldRepositoryLocation

private java.lang.String fieldRepositoryLocation
Constructor Detail

MyEISManagedConnectionFactory

public MyEISManagedConnectionFactory()
Method Detail

createConnectionFactory

public java.lang.Object createConnectionFactory(javax.resource.spi.ConnectionManager connectionManager)
                                         throws javax.resource.ResourceException
Specified by:
createConnectionFactory in interface javax.resource.spi.ManagedConnectionFactory

createConnectionFactory

public java.lang.Object createConnectionFactory()
                                         throws javax.resource.ResourceException
Specified by:
createConnectionFactory in interface javax.resource.spi.ManagedConnectionFactory

createManagedConnection

public javax.resource.spi.ManagedConnection createManagedConnection(javax.security.auth.Subject subject,
                                                                    javax.resource.spi.ConnectionRequestInfo connectionRequestInfo)
                                                             throws javax.resource.ResourceException
Specified by:
createManagedConnection in interface javax.resource.spi.ManagedConnectionFactory

matchManagedConnections

public javax.resource.spi.ManagedConnection matchManagedConnections(java.util.Set arg0,
                                                                    javax.security.auth.Subject arg1,
                                                                    javax.resource.spi.ConnectionRequestInfo arg2)
                                                             throws javax.resource.ResourceException
Specified by:
matchManagedConnections in interface javax.resource.spi.ManagedConnectionFactory

getLogWriter

public java.io.PrintWriter getLogWriter()
                                 throws javax.resource.ResourceException
Specified by:
getLogWriter in interface javax.resource.spi.ManagedConnectionFactory

setLogWriter

public void setLogWriter(java.io.PrintWriter arg0)
                  throws javax.resource.ResourceException
Specified by:
setLogWriter in interface javax.resource.spi.ManagedConnectionFactory

getRepositoryLocation

public java.lang.String getRepositoryLocation()
Gets the fieldRepositoryLocation


setRepositoryLocation

public void setRepositoryLocation(java.lang.String fieldRepositoryLocation)
Sets the fieldRepositoryLocation