public class SpreadsheetManagedConnectionFactory extends BasicManagedConnectionFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
OAUTH2_LOGIN |
static String |
SPREADSHEET_NAME |
static org.teiid.core.BundleUtil |
UTIL |
| Constructor and Description |
|---|
SpreadsheetManagedConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
BasicConnectionFactory<SpreadsheetConnectionImpl> |
createConnectionFactory() |
boolean |
equals(Object obj) |
String |
getAuthMethod() |
Integer |
getBatchSize() |
String |
getRefreshToken() |
String |
getSpreadsheetName() |
int |
hashCode() |
void |
setAuthMethod(String authMethod) |
void |
setBatchSize(Integer batchSize) |
void |
setRefreshToken(String refreshToken) |
void |
setSpreadsheetName(String spreadsheetName) |
checkEquals, createConnectionFactory, createManagedConnection, getInstance, getInvalidConnections, getLogWriter, getResourceAdapter, matchManagedConnections, setLogWriter, setResourceAdapterpublic static final String OAUTH2_LOGIN
public static final org.teiid.core.BundleUtil UTIL
public static final String SPREADSHEET_NAME
public BasicConnectionFactory<SpreadsheetConnectionImpl> createConnectionFactory() throws javax.resource.ResourceException
createConnectionFactory in interface javax.resource.spi.ManagedConnectionFactorycreateConnectionFactory in class BasicManagedConnectionFactoryjavax.resource.ResourceExceptionpublic int hashCode()
public boolean equals(Object obj)
public Integer getBatchSize()
public void setBatchSize(Integer batchSize)
public String getAuthMethod()
public void setAuthMethod(String authMethod)
public String getSpreadsheetName()
public void setSpreadsheetName(String spreadsheetName)
public String getRefreshToken()
public void setRefreshToken(String refreshToken)
Copyright © 2016 JBoss by Red Hat. All rights reserved.