| java.lang.Object com.myeis.j2c.MyEISManagedConnectionFactory
MyEISManagedConnectionFactory | public class MyEISManagedConnectionFactory implements ManagedConnectionFactory(Code) | | |
createConnectionFactory | public Object createConnectionFactory(ConnectionManager connectionManager) throws ResourceException(Code) | | See Also: ManagedConnectionFactory.createConnectionFactory(ConnectionManager) |
createConnectionFactory | public Object createConnectionFactory() throws ResourceException(Code) | | See Also: ManagedConnectionFactory.createConnectionFactory |
createManagedConnection | public ManagedConnection createManagedConnection(Subject subject, ConnectionRequestInfo connectionRequestInfo) throws ResourceException(Code) | | See Also: ManagedConnectionFactory.createManagedConnection(SubjectConnectionRequestInfo) |
getLogWriter | public PrintWriter getLogWriter() throws ResourceException(Code) | | See Also: ManagedConnectionFactory.getLogWriter |
getRepositoryLocation | public String getRepositoryLocation()(Code) | | Gets the fieldRepositoryLocation
Returns a String |
matchManagedConnections | public ManagedConnection matchManagedConnections(Set arg0, Subject arg1, ConnectionRequestInfo arg2) throws ResourceException(Code) | | See Also: ManagedConnectionFactory.matchManagedConnections(SetSubjectConnectionRequestInfo) |
setLogWriter | public void setLogWriter(PrintWriter arg0) throws ResourceException(Code) | | See Also: ManagedConnectionFactory.setLogWriter(PrintWriter) |
setRepositoryLocation | public void setRepositoryLocation(String fieldRepositoryLocation)(Code) | | Sets the fieldRepositoryLocation
Parameters: fieldRepositoryLocation - The fieldRepositoryLocation to set |
|
|