public class FileManagedConnectionFactory extends BasicManagedConnectionFactory
| Modifier and Type | Field and Description |
|---|---|
static org.teiid.core.BundleUtil |
UTIL |
| Constructor and Description |
|---|
FileManagedConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
BasicConnectionFactory<FileConnectionImpl> |
createConnectionFactory() |
boolean |
equals(Object obj) |
String |
getFileMapping() |
String |
getParentDirectory() |
int |
hashCode() |
Boolean |
isAllowParentPaths() |
void |
setAllowParentPaths(Boolean allowParentPaths) |
void |
setFileMapping(String fileMapping) |
void |
setParentDirectory(String parentDirectory) |
checkEquals, createConnectionFactory, createManagedConnection, getInstance, getInvalidConnections, getLogWriter, getResourceAdapter, matchManagedConnections, setLogWriter, setResourceAdapterpublic BasicConnectionFactory<FileConnectionImpl> createConnectionFactory() throws javax.resource.ResourceException
createConnectionFactory in interface javax.resource.spi.ManagedConnectionFactorycreateConnectionFactory in class BasicManagedConnectionFactoryjavax.resource.ResourceExceptionpublic String getParentDirectory()
public void setParentDirectory(String parentDirectory)
public String getFileMapping()
public void setFileMapping(String fileMapping)
public Boolean isAllowParentPaths()
public void setAllowParentPaths(Boolean allowParentPaths)
public int hashCode()
Copyright © 2017 JBoss by Red Hat. All rights reserved.