public class SpreadsheetManagedConnectionFactory extends BasicManagedConnectionFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
CLIENT_LOGIN |
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 |
getPassword() |
String |
getRefreshToken() |
String |
getSpreadsheetName() |
String |
getUsername() |
int |
hashCode() |
void |
setAuthMethod(String authMethod) |
void |
setBatchSize(Integer batchSize) |
void |
setPassword(String googlePassword) |
void |
setRefreshToken(String refreshToken) |
void |
setSpreadsheetName(String spreadsheetName) |
void |
setUsername(String username) |
checkEquals, createConnectionFactory, createManagedConnection, getInstance, getInvalidConnections, getLogWriter, getResourceAdapter, matchManagedConnections, setLogWriter, setResourceAdapterpublic static final String CLIENT_LOGIN
public 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 String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String googlePassword)
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 © 2013 JBoss by Red Hat. All Rights Reserved.