public class SpreadsheetManagedConnectionFactory
extends org.teiid.resource.spi.BasicManagedConnectionFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
OAUTH2_LOGIN |
static String |
SPREADSHEET_NAME |
static BundleUtil |
UTIL |
| Constructor and Description |
|---|
SpreadsheetManagedConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.teiid.resource.spi.BasicConnectionFactory<SpreadsheetConnectionImpl> |
createConnectionFactory() |
boolean |
equals(Object obj) |
String |
getAuthMethod() |
Integer |
getBatchSize() |
String |
getClientId() |
String |
getClientSecret() |
Boolean |
getKey() |
String |
getRefreshToken() |
String |
getSpreadsheetName() |
int |
hashCode() |
void |
setAuthMethod(String authMethod) |
void |
setBatchSize(Integer batchSize) |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
void |
setKey(Boolean key) |
void |
setRefreshToken(String refreshToken) |
void |
setSpreadsheetName(String spreadsheetName) |
public static final String OAUTH2_LOGIN
public static final BundleUtil UTIL
public static final String SPREADSHEET_NAME
public org.teiid.resource.spi.BasicConnectionFactory<SpreadsheetConnectionImpl> createConnectionFactory() throws javax.resource.ResourceException
createConnectionFactory in interface javax.resource.spi.ManagedConnectionFactorycreateConnectionFactory in class org.teiid.resource.spi.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)
public Boolean getKey()
public void setKey(Boolean key)
public String getClientId()
public void setClientId(String clientId)
public String getClientSecret()
public void setClientSecret(String clientSecret)
Copyright © 2018 JBoss by Red Hat. All rights reserved.