Uses of Class
com.force.sdk.connector.ForceConnectorConfig

Packages that use ForceConnectorConfig
com.force.sdk.codegen   
com.force.sdk.connector   
com.force.sdk.connector.threadlocal   
com.force.sdk.jpa   
 

Uses of ForceConnectorConfig in com.force.sdk.codegen
 

Constructors in com.force.sdk.codegen with parameters of type ForceConnectorConfig
ForceJPAClassGenerator(ForceConnectorConfig config, File destDir)
          Initializes a ForceJPAClassGenerator with a ForceConnectorConfig and a destination (project) directory.
 

Uses of ForceConnectorConfig in com.force.sdk.connector
 

Methods in com.force.sdk.connector that return ForceConnectorConfig
static ForceConnectorConfig ForceServiceConnector.getThreadLocalConnectorConfig()
          Retrieves the ForceConnectorConfig found in the ForceServiceConnector ThreadLocal cache.
 

Methods in com.force.sdk.connector with parameters of type ForceConnectorConfig
 void ForceServiceConnector.setConnectorConfig(ForceConnectorConfig connectorConfig)
          Sets the ForceConnectorConfig state in this ForceServiceConnector.
static void ForceServiceConnector.setThreadLocalConnectorConfig(ForceConnectorConfig config)
          Sets the ForceConnectorConfig in the ForceServiceConnector ThreadLocal.
 

Constructors in com.force.sdk.connector with parameters of type ForceConnectorConfig
ForceServiceConnector(ForceConnectorConfig config)
          Initializes a ForceServiceConnector which will use the given ForceConnectorConfig to get Force.com connections.
 

Uses of ForceConnectorConfig in com.force.sdk.connector.threadlocal
 

Methods in com.force.sdk.connector.threadlocal that return ForceConnectorConfig
static ForceConnectorConfig ForceThreadLocalStore.getConnectorConfig()
          Retrieves the ForceConnectorConfig from the ForceThreadLocalStore ThreadLocal cache.
 

Methods in com.force.sdk.connector.threadlocal with parameters of type ForceConnectorConfig
static void ForceThreadLocalStore.setConnectorConfig(ForceConnectorConfig config)
          Sets the given ForceConnectorConfig in the ForceThreadLocalStore ThreadLocal cache.
 

Uses of ForceConnectorConfig in com.force.sdk.jpa
 

Methods in com.force.sdk.jpa that return ForceConnectorConfig
 ForceConnectorConfig ForceStoreManager.getConfig()
           
 



Copyright © 2011. All Rights Reserved.