Uses of Interface
org.apache.manifoldcf.core.interfaces.IThreadContext
-
-
Uses of IThreadContext in org.apache.manifoldcf.agents
Methods in org.apache.manifoldcf.agents with parameters of type IThreadContext Modifier and Type Method Description voidAgentRun.AgentRunShutdownRunner. doCleanup(IThreadContext tc)protected voidAgentRun. doExecute(IThreadContext tc)protected voidAgentStop. doExecute(IThreadContext tc)protected abstract voidBaseAgentsInitializationCommand. doExecute(IThreadContext tc)protected voidInstall. doExecute(IThreadContext tc)protected voidRegister. doExecute(IThreadContext tc)protected voidRegisterOutput. doExecute(IThreadContext tc)protected voidRegisterTransformation. doExecute(IThreadContext tc)protected voidSynchronizeAll. doExecute(IThreadContext tc)protected voidSynchronizeOutputs. doExecute(IThreadContext tc)protected voidSynchronizeTransformations. doExecute(IThreadContext tc)protected abstract voidTransactionalAgentsInitializationCommand. doExecute(IThreadContext tc)protected voidUninstall. doExecute(IThreadContext tc)protected voidUnRegister. doExecute(IThreadContext tc)protected voidUnRegisterAll. doExecute(IThreadContext tc)protected voidUnRegisterAllOutputs. doExecute(IThreadContext tc)protected voidUnRegisterAllTransformations. doExecute(IThreadContext tc)protected voidUnRegisterOutput. doExecute(IThreadContext tc)protected voidUnRegisterTransformation. doExecute(IThreadContext tc) -
Uses of IThreadContext in org.apache.manifoldcf.agents.agentmanager
Fields in org.apache.manifoldcf.agents.agentmanager declared as IThreadContext Modifier and Type Field Description protected IThreadContextAgentManager. threadContextConstructors in org.apache.manifoldcf.agents.agentmanager with parameters of type IThreadContext Constructor Description AgentManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IThreadContext in org.apache.manifoldcf.agents.incrementalingest
Fields in org.apache.manifoldcf.agents.incrementalingest declared as IThreadContext Modifier and Type Field Description protected IThreadContextIncrementalIngester. threadContextConstructors in org.apache.manifoldcf.agents.incrementalingest with parameters of type IThreadContext Constructor Description IncrementalIngester(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IThreadContext in org.apache.manifoldcf.agents.interfaces
Methods in org.apache.manifoldcf.agents.interfaces with parameters of type IThreadContext Modifier and Type Method Description voidIAgent. cleanUp(IThreadContext threadContext)Tear down agent environment.voidIAgent. cleanUpAgentData(IThreadContext threadContext, java.lang.String currentProcessID, java.lang.String cleanupProcessID)Cleanup after agents process.voidIAgent. cleanUpAllAgentData(IThreadContext threadContext, java.lang.String currentProcessID)Cleanup after ALL agents processes.voidIAgent. clusterInit(IThreadContext threadContext)Called ONLY when no other active services of this kind are running.voidIAgent. deinstall(IThreadContext threadContext)Uninstall agent.static voidOutputConnectorFactory. deinstall(IThreadContext threadContext, java.lang.String className)Uninstall connector.static voidTransformationConnectorFactory. deinstall(IThreadContext threadContext, java.lang.String className)Uninstall connector.static java.lang.String[]OutputConnectorFactory. getActivitiesList(IThreadContext threadContext, java.lang.String className)Get the activities supported by this connector.static java.lang.String[]TransformationConnectorFactory. getActivitiesList(IThreadContext threadContext, java.lang.String className)Get the activities supported by this connector.static java.lang.String[]OutputConnectionManagerFactory. getAllOutputActivities(IThreadContext tc)Compile a list of all pertinent activities, across all existing output connections.static java.lang.String[]TransformationConnectionManagerFactory. getAllTransformationActivities(IThreadContext tc)Compile a list of all pertinent activities, across all existing transformation connections.java.lang.String[]OutputConnectorFactory. getThisActivitiesList(IThreadContext threadContext, java.lang.String className)Get the activities supported by this connector.java.lang.String[]TransformationConnectorFactory. getThisActivitiesList(IThreadContext threadContext, java.lang.String className)Get the activities supported by this connector.voidIAgent. initialize(IThreadContext threadContext)Initialize agent environment.voidIAgent. install(IThreadContext threadContext)Install agent.static voidOutputConnectorFactory. install(IThreadContext threadContext, java.lang.String className)Install connector.static voidTransformationConnectorFactory. install(IThreadContext threadContext, java.lang.String className)Install connector.static IAgent[]AgentManagerFactory. instantiateAllAgents(IThreadContext threadContext)Instantiate the complete set of IAgent objects.protected booleanOutputConnectorFactory. isInstalled(IThreadContext tc, java.lang.String className)protected booleanTransformationConnectorFactory. isInstalled(IThreadContext tc, java.lang.String className)static booleanAgentManagerFactory. isOutputConnectionInUse(IThreadContext threadContext, java.lang.String connName)Request permission from all registered agents to delete an output connection.booleanIAgent. isOutputConnectionInUse(IThreadContext threadContext, java.lang.String connName)Request permission from agent to delete an output connection.static booleanAgentManagerFactory. isTransformationConnectionInUse(IThreadContext threadContext, java.lang.String connName)Request permission from all registered agents to delete a transformation connection.booleanIAgent. isTransformationConnectionInUse(IThreadContext threadContext, java.lang.String connName)Request permission from agent to delete a transformation connection.static IAgentManagerAgentManagerFactory. make(IThreadContext threadContext)Make an agent manager instance.static IIncrementalIngesterIncrementalIngesterFactory. make(IThreadContext threadContext)Get an appropriate incremental ingest manager handle.static IOutputConnectionManagerOutputConnectionManagerFactory. make(IThreadContext tc)Make an output connection manager handle.static IOutputConnectorManagerOutputConnectorManagerFactory. make(IThreadContext tc)Construct an output connector manager.static IOutputConnectorPoolOutputConnectorPoolFactory. make(IThreadContext tc)Make an output connector pool handle.static ITransformationConnectionManagerTransformationConnectionManagerFactory. make(IThreadContext tc)Make a transformation connection manager handle.static ITransformationConnectorManagerTransformationConnectorManagerFactory. make(IThreadContext tc)Construct an output connector manager.static ITransformationConnectorPoolTransformationConnectorPoolFactory. make(IThreadContext tc)Make a transformation connector pool handle.static voidAgentManagerFactory. noteOutputConnectionChange(IThreadContext threadContext, java.lang.String connectionName)Note to all registered agents the change of configuration of an output connection.voidIAgent. noteOutputConnectionChange(IThreadContext threadContext, java.lang.String connectionName)Note a change in configuration for an output connection.static voidAgentManagerFactory. noteOutputConnectorDeregistration(IThreadContext threadContext, java.lang.String[] connectionNames)Note to all registered agents the deregistration of an output connector used by the specified connections.voidIAgent. noteOutputConnectorDeregistration(IThreadContext threadContext, java.lang.String[] connectionNames)Note the deregistration of a set of output connections.static voidAgentManagerFactory. noteOutputConnectorRegistration(IThreadContext threadContext, java.lang.String[] connectionNames)Note to all registered agents the registration of an output connector used by the specified connections.voidIAgent. noteOutputConnectorRegistration(IThreadContext threadContext, java.lang.String[] connectionNames)Note the registration of a set of output connections.static voidAgentManagerFactory. noteTransformationConnectionChange(IThreadContext threadContext, java.lang.String connectionName)Note to all registered agents the change of configuration of a transformation connection.voidIAgent. noteTransformationConnectionChange(IThreadContext threadContext, java.lang.String connectionName)Note a change in configuration for a transformation connection.static voidAgentManagerFactory. noteTransformationConnectorDeregistration(IThreadContext threadContext, java.lang.String[] connectionNames)Note to all registered agents the deregistration of a transformation connector used by the specified connections.voidIAgent. noteTransformationConnectorDeregistration(IThreadContext threadContext, java.lang.String[] connectionNames)Note the deregistration of a set of transformation connections.static voidAgentManagerFactory. noteTransformationConnectorRegistration(IThreadContext threadContext, java.lang.String[] connectionNames)Note to all registered agents the registration of a transformation connector used by the specified connections.voidIAgent. noteTransformationConnectorRegistration(IThreadContext threadContext, java.lang.String[] connectionNames)Note the registration of a set of transformation connections.static voidOutputConnectorFactory. outputConfigurationBody(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.static voidTransformationConnectorFactory. outputConfigurationBody(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.static voidOutputConnectorFactory. outputConfigurationHeader(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.ArrayList tabsArray)Output the configuration header section.static voidTransformationConnectorFactory. outputConfigurationHeader(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.ArrayList tabsArray)Output the configuration header section.static java.lang.StringOutputConnectorFactory. processConfigurationPost(IThreadContext threadContext, java.lang.String className, IPostParameters variableContext, java.util.Locale locale, ConfigParams configParams)Process configuration post data for a connector.static java.lang.StringTransformationConnectorFactory. processConfigurationPost(IThreadContext threadContext, java.lang.String className, IPostParameters variableContext, java.util.Locale locale, ConfigParams configParams)Process configuration post data for a connector.voidIAgent. startAgent(IThreadContext threadContext, java.lang.String processID)Start the agent.voidIAgent. stopAgent(IThreadContext threadContext)Stop the agent.static voidOutputConnectorFactory. viewConfiguration(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams configParams)View connector configuration.static voidTransformationConnectorFactory. viewConfiguration(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams configParams)View connector configuration. -
Uses of IThreadContext in org.apache.manifoldcf.agents.outputconnection
Fields in org.apache.manifoldcf.agents.outputconnection declared as IThreadContext Modifier and Type Field Description protected IThreadContextOutputConnectionManager. threadContextConstructors in org.apache.manifoldcf.agents.outputconnection with parameters of type IThreadContext Constructor Description OutputConnectionManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IThreadContext in org.apache.manifoldcf.agents.outputconnectorpool
Fields in org.apache.manifoldcf.agents.outputconnectorpool declared as IThreadContext Modifier and Type Field Description protected IThreadContextOutputConnectorPool. threadContextThread contextMethods in org.apache.manifoldcf.agents.outputconnectorpool with parameters of type IThreadContext Modifier and Type Method Description IOutputConnector[]OutputConnectorPool.LocalPool. grabMultiple(IThreadContext tc, java.lang.String[] orderingKeys, java.lang.String[] connectionNames, java.lang.String[] classNames, ConfigParams[] configInfos, int[] maxPoolSizes)protected booleanOutputConnectorPool.LocalPool. isConnectionNameValid(IThreadContext tc, java.lang.String connectionName)protected booleanOutputConnectorPool.LocalPool. isInstalled(IThreadContext tc, java.lang.String className)Constructors in org.apache.manifoldcf.agents.outputconnectorpool with parameters of type IThreadContext Constructor Description OutputConnectorPool(IThreadContext threadContext)Constructor -
Uses of IThreadContext in org.apache.manifoldcf.agents.outputconnmgr
Fields in org.apache.manifoldcf.agents.outputconnmgr declared as IThreadContext Modifier and Type Field Description protected IThreadContextOutputConnectorManager. threadContextConstructors in org.apache.manifoldcf.agents.outputconnmgr with parameters of type IThreadContext Constructor Description OutputConnectorManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IThreadContext in org.apache.manifoldcf.agents.system
Fields in org.apache.manifoldcf.agents.system declared as IThreadContext Modifier and Type Field Description protected IThreadContextAgentsDaemon.CleanupAgent. threadContextMethods in org.apache.manifoldcf.agents.system with parameters of type IThreadContext Modifier and Type Method Description static voidAgentsDaemon. assertAgentsShutdownSignal(IThreadContext threadContext)Assert shutdown signal for the current agents daemon.protected voidAgentsDaemon. checkAgents(IThreadContext threadContext)Start all not-running agents.static voidManifoldCF. cleanUpEnvironment(IThreadContext threadContext)Clean up environment.static voidAgentsDaemon. clearAgentsShutdownSignal(IThreadContext threadContext)Clear shutdown signal for the current agents daemon.static voidManifoldCF. deinstallTables(IThreadContext threadcontext)Uninstall all the crawler system tables.voidAgentsDaemon.AgentsShutdownHook. doCleanup(IThreadContext threadContext)static voidManifoldCF. initializeEnvironment(IThreadContext threadContext)Initialize environment.static voidManifoldCF. installTables(IThreadContext threadcontext)Install the agent tables.static voidManifoldCF. localCleanup(IThreadContext threadContext)static voidManifoldCF. localInitialize(IThreadContext threadContext)voidAgentsDaemon. registerAgentsShutdownHook(IThreadContext threadContext)Register agents shutdown hook.static voidManifoldCF. resetEnvironment(IThreadContext threadContext)Reset the environment.voidAgentsDaemon. runAgents(IThreadContext threadContext)Run agents process.static voidManifoldCF. signalOutputConnectionRedo(IThreadContext threadContext, java.lang.String connectionName)Signal output connection needs redoing.static voidManifoldCF. signalOutputConnectionRemoved(IThreadContext threadContext, java.lang.String connectionName)Signal output connection has been deleted.voidAgentsDaemon. startAgents(IThreadContext threadContext)Start agents thread for this agents daemon object.voidAgentsDaemon. stopAgents(IThreadContext threadContext)Stop all started agents running under this agents daemon.Constructors in org.apache.manifoldcf.agents.system with parameters of type IThreadContext Constructor Description CleanupAgent(IThreadContext threadContext, IAgent agent, java.lang.String processID) -
Uses of IThreadContext in org.apache.manifoldcf.agents.transformationconnection
Fields in org.apache.manifoldcf.agents.transformationconnection declared as IThreadContext Modifier and Type Field Description protected IThreadContextTransformationConnectionManager. threadContextConstructors in org.apache.manifoldcf.agents.transformationconnection with parameters of type IThreadContext Constructor Description TransformationConnectionManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IThreadContext in org.apache.manifoldcf.agents.transformationconnectorpool
Fields in org.apache.manifoldcf.agents.transformationconnectorpool declared as IThreadContext Modifier and Type Field Description protected IThreadContextTransformationConnectorPool. threadContextThread contextMethods in org.apache.manifoldcf.agents.transformationconnectorpool with parameters of type IThreadContext Modifier and Type Method Description ITransformationConnector[]TransformationConnectorPool.LocalPool. grabMultiple(IThreadContext tc, java.lang.String[] orderingKeys, java.lang.String[] connectionNames, java.lang.String[] classNames, ConfigParams[] configInfos, int[] maxPoolSizes)protected booleanTransformationConnectorPool.LocalPool. isConnectionNameValid(IThreadContext tc, java.lang.String connectionName)protected booleanTransformationConnectorPool.LocalPool. isInstalled(IThreadContext tc, java.lang.String className)Constructors in org.apache.manifoldcf.agents.transformationconnectorpool with parameters of type IThreadContext Constructor Description TransformationConnectorPool(IThreadContext threadContext)Constructor -
Uses of IThreadContext in org.apache.manifoldcf.agents.transformationconnmgr
Fields in org.apache.manifoldcf.agents.transformationconnmgr declared as IThreadContext Modifier and Type Field Description protected IThreadContextTransformationConnectorManager. threadContextConstructors in org.apache.manifoldcf.agents.transformationconnmgr with parameters of type IThreadContext Constructor Description TransformationConnectorManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IThreadContext in org.apache.manifoldcf.authorities.authconnmgr
Fields in org.apache.manifoldcf.authorities.authconnmgr declared as IThreadContext Modifier and Type Field Description protected IThreadContextAuthorityConnectorManager. threadContextConstructors in org.apache.manifoldcf.authorities.authconnmgr with parameters of type IThreadContext Constructor Description AuthorityConnectorManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IThreadContext in org.apache.manifoldcf.authorities.authdomains
Fields in org.apache.manifoldcf.authorities.authdomains declared as IThreadContext Modifier and Type Field Description protected IThreadContextAuthorizationDomainManager. threadContextConstructors in org.apache.manifoldcf.authorities.authdomains with parameters of type IThreadContext Constructor Description AuthorizationDomainManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IThreadContext in org.apache.manifoldcf.authorities.authgroups
Constructors in org.apache.manifoldcf.authorities.authgroups with parameters of type IThreadContext Constructor Description AuthorityGroupManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IThreadContext in org.apache.manifoldcf.authorities.authority
Fields in org.apache.manifoldcf.authorities.authority declared as IThreadContext Modifier and Type Field Description protected IThreadContextAuthorityConnectionManager. threadContextConstructors in org.apache.manifoldcf.authorities.authority with parameters of type IThreadContext Constructor Description AuthorityConnectionManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IThreadContext in org.apache.manifoldcf.authorities.authorityconnectorpool
Fields in org.apache.manifoldcf.authorities.authorityconnectorpool declared as IThreadContext Modifier and Type Field Description protected IThreadContextAuthorityConnectorPool. threadContextThread contextMethods in org.apache.manifoldcf.authorities.authorityconnectorpool with parameters of type IThreadContext Modifier and Type Method Description IAuthorityConnector[]AuthorityConnectorPool.LocalPool. grabMultiple(IThreadContext tc, java.lang.String[] orderingKeys, java.lang.String[] connectionNames, java.lang.String[] classNames, ConfigParams[] configInfos, int[] maxPoolSizes)protected booleanAuthorityConnectorPool.LocalPool. isConnectionNameValid(IThreadContext tc, java.lang.String connectionName)protected booleanAuthorityConnectorPool.LocalPool. isInstalled(IThreadContext tc, java.lang.String className)Constructors in org.apache.manifoldcf.authorities.authorityconnectorpool with parameters of type IThreadContext Constructor Description AuthorityConnectorPool(IThreadContext threadContext)Constructor -
Uses of IThreadContext in org.apache.manifoldcf.authorities.interfaces
Methods in org.apache.manifoldcf.authorities.interfaces with parameters of type IThreadContext Modifier and Type Method Description static voidAuthorityConnectorFactory. deinstall(IThreadContext threadContext, java.lang.String className)Uninstall connector.static voidMappingConnectorFactory. deinstall(IThreadContext threadContext, java.lang.String className)Uninstall connector.static AuthorizationResponseAuthorityConnectorFactory. getDefaultAuthorizationResponse(IThreadContext threadContext, java.lang.String className, java.lang.String userName)Get the default response from a connector.AuthorizationResponseAuthorityConnectorFactory. getThisDefaultAuthorizationResponse(IThreadContext threadContext, java.lang.String className, java.lang.String userName)Get the default response from a connector.static voidAuthorityConnectorFactory. install(IThreadContext threadContext, java.lang.String className)Install connector.static voidMappingConnectorFactory. install(IThreadContext threadContext, java.lang.String className)Install connector.protected booleanAuthorityConnectorFactory. isInstalled(IThreadContext tc, java.lang.String className)protected booleanMappingConnectorFactory. isInstalled(IThreadContext tc, java.lang.String className)static IAuthorityConnectionManagerAuthorityConnectionManagerFactory. make(IThreadContext tc)Make an authority connection manager handle.static IAuthorityConnectorManagerAuthorityConnectorManagerFactory. make(IThreadContext tc)Construct a connector manager.static IAuthorityConnectorPoolAuthorityConnectorPoolFactory. make(IThreadContext tc)Make an output connector pool handle.static IAuthorityGroupManagerAuthorityGroupManagerFactory. make(IThreadContext tc)Make an authority connection manager handle.static IAuthorizationDomainManagerAuthorizationDomainManagerFactory. make(IThreadContext tc)Construct a connector manager.static IMappingConnectionManagerMappingConnectionManagerFactory. make(IThreadContext tc)Make an authority connection manager handle.static IMappingConnectorManagerMappingConnectorManagerFactory. make(IThreadContext tc)Construct a connector manager.static IMappingConnectorPoolMappingConnectorPoolFactory. make(IThreadContext tc)Make a mapping connector pool handle.static voidAuthorityConnectorFactory. outputConfigurationBody(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.static voidMappingConnectorFactory. outputConfigurationBody(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.static voidAuthorityConnectorFactory. outputConfigurationHeader(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.ArrayList tabsArray)Output the configuration header section.static voidMappingConnectorFactory. outputConfigurationHeader(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.ArrayList tabsArray)Output the configuration header section.static java.lang.StringAuthorityConnectorFactory. processConfigurationPost(IThreadContext threadContext, java.lang.String className, IPostParameters variableContext, java.util.Locale locale, ConfigParams configParams)Process configuration post data for a connector.static java.lang.StringMappingConnectorFactory. processConfigurationPost(IThreadContext threadContext, java.lang.String className, IPostParameters variableContext, java.util.Locale locale, ConfigParams configParams)Process configuration post data for a connector.static voidAuthorityConnectorFactory. viewConfiguration(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams configParams)View connector configuration.static voidMappingConnectorFactory. viewConfiguration(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams configParams)View connector configuration. -
Uses of IThreadContext in org.apache.manifoldcf.authorities.mapconnmgr
Fields in org.apache.manifoldcf.authorities.mapconnmgr declared as IThreadContext Modifier and Type Field Description protected IThreadContextMappingConnectorManager. threadContextConstructors in org.apache.manifoldcf.authorities.mapconnmgr with parameters of type IThreadContext Constructor Description MappingConnectorManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IThreadContext in org.apache.manifoldcf.authorities.mapping
Fields in org.apache.manifoldcf.authorities.mapping declared as IThreadContext Modifier and Type Field Description protected IThreadContextMappingConnectionManager. threadContextConstructors in org.apache.manifoldcf.authorities.mapping with parameters of type IThreadContext Constructor Description MappingConnectionManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IThreadContext in org.apache.manifoldcf.authorities.mappingconnectorpool
Fields in org.apache.manifoldcf.authorities.mappingconnectorpool declared as IThreadContext Modifier and Type Field Description protected IThreadContextMappingConnectorPool. threadContextThread contextMethods in org.apache.manifoldcf.authorities.mappingconnectorpool with parameters of type IThreadContext Modifier and Type Method Description IMappingConnector[]MappingConnectorPool.LocalPool. grabMultiple(IThreadContext tc, java.lang.String[] orderingKeys, java.lang.String[] connectionNames, java.lang.String[] classNames, ConfigParams[] configInfos, int[] maxPoolSizes)protected booleanMappingConnectorPool.LocalPool. isConnectionNameValid(IThreadContext tc, java.lang.String connectionName)protected booleanMappingConnectorPool.LocalPool. isInstalled(IThreadContext tc, java.lang.String className)Constructors in org.apache.manifoldcf.authorities.mappingconnectorpool with parameters of type IThreadContext Constructor Description MappingConnectorPool(IThreadContext threadContext)Constructor -
Uses of IThreadContext in org.apache.manifoldcf.authorities.system
Methods in org.apache.manifoldcf.authorities.system with parameters of type IThreadContext Modifier and Type Method Description static voidManifoldCF. cleanUpEnvironment(IThreadContext tc)static voidManifoldCF. deinstallSystemTables(IThreadContext threadcontext)Uninstall all the authority manager system tables.static voidManifoldCF. initializeEnvironment(IThreadContext tc)Initialize environment.static voidManifoldCF. installSystemTables(IThreadContext threadcontext)Install all the authority manager system tables.static voidManifoldCF. localCleanup(IThreadContext tc)static voidManifoldCF. localInitialize(IThreadContext tc)static voidManifoldCF. startSystem(IThreadContext threadContext)Start the authority system.static voidManifoldCF. stopSystem(IThreadContext threadContext)Shut down the authority system. -
Uses of IThreadContext in org.apache.manifoldcf.connectorcommon.interfaces
Methods in org.apache.manifoldcf.connectorcommon.interfaces with parameters of type IThreadContext Modifier and Type Method Description voidThrottleGroupsFactory.ThrottlerShutdown. doCleanup(IThreadContext threadContext)voidThrottleGroupsFactory.ThrottlerPoll. doPoll(IThreadContext threadContext)static IThrottleGroupsThrottleGroupsFactory. make(IThreadContext tc)Make a connection throttle handle. -
Uses of IThreadContext in org.apache.manifoldcf.connectorcommon.throttler
Fields in org.apache.manifoldcf.connectorcommon.throttler declared as IThreadContext Modifier and Type Field Description protected IThreadContextThrottleGroups. threadContextThe thread contextMethods in org.apache.manifoldcf.connectorcommon.throttler with parameters of type IThreadContext Modifier and Type Method Description voidThrottler. createOrUpdateThrottleGroup(IThreadContext threadContext, java.lang.String throttleGroupType, java.lang.String throttleGroup, IThrottleSpec throttleSpec)Set or update throttle specification for a throttle group.voidThrottler.ThrottlingGroups. createOrUpdateThrottleGroup(IThreadContext threadContext, java.lang.String throttleGroup, IThrottleSpec throttleSpec)Update throttle specificationvoidThrottler. destroy(IThreadContext threadContext)Shut down all throttlers and deregister them.voidThrottler.ThrottlingGroup. destroy(IThreadContext threadContext)Destroy this pool.voidThrottler.ThrottlingGroups. destroy(IThreadContext threadContext)Destroy and shutdown allvoidThrottler. freeUnusedResources(IThreadContext threadContext)Free unused resources.voidThrottler.ThrottlingGroup. freeUnusedResources(IThreadContext threadContext)Free unused resources.voidThrottler.ThrottlingGroups. freeUnusedResources(IThreadContext threadContext)Free unused resourcesjava.util.Set<java.lang.String>Throttler. getThrottleGroups(IThreadContext threadContext, java.lang.String throttleGroupType)Get all existing throttle groups for a throttle group type.IConnectionThrottlerThrottler. obtainConnectionThrottler(IThreadContext threadContext, java.lang.String throttleGroupType, java.lang.String throttleGroup, java.lang.String[] binNames)Construct connection throttler for connections with specific bin names.IConnectionThrottlerThrottler.ThrottlingGroup. obtainConnectionThrottler(IThreadContext threadContext, java.lang.String[] binNames)Create a bunch of bins, corresponding to the bin names specified.IConnectionThrottlerThrottler.ThrottlingGroups. obtainConnectionThrottler(IThreadContext threadContext, java.lang.String throttleGroup, java.lang.String[] binNames)Obtain connection throttler.voidConnectionBin. poll(IThreadContext threadContext)Poll this binvoidFetchBin. poll(IThreadContext threadContext)Poll this binvoidThrottleBin. poll(IThreadContext threadContext)Poll this binvoidThrottler. poll(IThreadContext threadContext)Poll ALL bins periodically.voidThrottler. poll(IThreadContext threadContext, java.lang.String throttleGroupType)Poll periodically.voidThrottler.ThrottlingGroup. poll(IThreadContext threadContext)Call this periodically.voidThrottler.ThrottlingGroups. poll(IThreadContext threadContext)Poll this set of throttle groups.voidThrottler. removeThrottleGroup(IThreadContext threadContext, java.lang.String throttleGroupType, java.lang.String throttleGroup)Remove a throttle group.voidThrottler.ThrottlingGroups. removeThrottleGroup(IThreadContext threadContext, java.lang.String throttleGroup)Remove specified throttle groupvoidConnectionBin. shutDown(IThreadContext threadContext)Shut down the bin, and release everything that is waiting on it.voidFetchBin. shutDown(IThreadContext threadContext)Shut the bin down, and wake up all threads waiting on it.voidThrottleBin. shutDown(IThreadContext threadContext)Shut down this bin.Constructors in org.apache.manifoldcf.connectorcommon.throttler with parameters of type IThreadContext Constructor Description ConnectionBin(IThreadContext threadContext, java.lang.String throttlingGroupName, java.lang.String binName)Constructor.FetchBin(IThreadContext threadContext, java.lang.String throttlingGroupName, java.lang.String binName)Constructor.ThrottleBin(IThreadContext threadContext, java.lang.String throttlingGroupName, java.lang.String binName)Constructor.ThrottleGroups(IThreadContext threadContext)ConstructorThrottlingGroup(IThreadContext threadContext, java.lang.String throttlingGroupType, java.lang.String throttleGroup, IThrottleSpec throttleSpec)Constructor -
Uses of IThreadContext in org.apache.manifoldcf.core
Methods in org.apache.manifoldcf.core with parameters of type IThreadContext Modifier and Type Method Description voidDBCreate. doExecute(IThreadContext tc)protected voidDBDrop. doExecute(IThreadContext tc)protected abstract voidDBInitializationCommand. doExecute(IThreadContext tc) -
Uses of IThreadContext in org.apache.manifoldcf.core.auth
Constructors in org.apache.manifoldcf.core.auth with parameters of type IThreadContext Constructor Description DefaultAuthenticator(IThreadContext threadContext)ConstructorLdapAuthenticator(IThreadContext threadContext)Constructor -
Uses of IThreadContext in org.apache.manifoldcf.core.cachemanager
Constructors in org.apache.manifoldcf.core.cachemanager with parameters of type IThreadContext Constructor Description BaseDescription(java.lang.String objectClassName, IThreadContext threadContext)CacheManager(IThreadContext context)LocalCacheClass(java.lang.String objectClassName, IThreadContext threadContext) -
Uses of IThreadContext in org.apache.manifoldcf.core.connector
Fields in org.apache.manifoldcf.core.connector declared as IThreadContext Modifier and Type Field Description protected IThreadContextBaseConnector. currentContextMethods in org.apache.manifoldcf.core.connector with parameters of type IThreadContext Modifier and Type Method Description voidBaseConnector. deinstall(IThreadContext threadContext)Uninstall the connector.voidBaseConnector. install(IThreadContext threadContext)Install the connector.voidBaseConnector. outputConfigurationBody(IThreadContext threadContext, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.voidBaseConnector. outputConfigurationBody(IThreadContext threadContext, IHTTPOutput out, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.voidBaseConnector. outputConfigurationHeader(IThreadContext threadContext, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.List<java.lang.String> tabsArray)Output the configuration header section.voidBaseConnector. outputConfigurationHeader(IThreadContext threadContext, IHTTPOutput out, ConfigParams parameters, java.util.ArrayList<java.lang.Object> tabsArray)voidBaseConnector. outputConfigurationHeader(IThreadContext threadContext, IHTTPOutput out, ConfigParams parameters, java.util.List<java.lang.String> tabsArray)Output the configuration header section.java.lang.StringBaseConnector. processConfigurationPost(IThreadContext threadContext, IPostParameters variableContext, java.util.Locale locale, ConfigParams parameters)Process a configuration post.java.lang.StringBaseConnector. processConfigurationPost(IThreadContext threadContext, IPostParameters variableContext, ConfigParams parameters)Process a configuration post.voidBaseConnector. setThreadContext(IThreadContext threadContext)Attach to a new thread.voidBaseConnector. viewConfiguration(IThreadContext threadContext, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters)View configuration.voidBaseConnector. viewConfiguration(IThreadContext threadContext, IHTTPOutput out, ConfigParams parameters)View configuration. -
Uses of IThreadContext in org.apache.manifoldcf.core.connectorpool
Methods in org.apache.manifoldcf.core.connectorpool with parameters of type IThreadContext Modifier and Type Method Description voidConnectorPool. closeAllConnectors(IThreadContext threadContext)Clean up all open output connector handles.protected TConnectorPool. createConnectorInstance(IThreadContext threadContext, java.lang.String className)Get a connector instance.voidConnectorPool.Pool. flushUnused(IThreadContext threadContext)Flush unused connectors.voidConnectorPool. flushUnusedConnectors(IThreadContext threadContext)Flush only those connector handles that are currently unused.TConnectorPool.Pool. getConnector(IThreadContext threadContext, java.lang.String className, ConfigParams configParams)Grab a connector.TConnectorPool. grab(IThreadContext threadContext, java.lang.String connectionName, java.lang.String className, ConfigParams configInfo, int maxPoolSize)Get a connector.T[]ConnectorPool. grabMultiple(IThreadContext threadContext, java.lang.Class<T> clazz, java.lang.String[] orderingKeys, java.lang.String[] connectionNames, java.lang.String[] classNames, ConfigParams[] configInfos, int[] maxPoolSizes)Get multiple connectors, all at once.protected abstract booleanConnectorPool. isConnectionNameValid(IThreadContext tc, java.lang.String connectionName)Override this method to check if a connection name is still valid.protected abstract booleanConnectorPool. isInstalled(IThreadContext tc, java.lang.String className)Override this method to hook into a connector manager.voidConnectorPool.Pool. pollAll(IThreadContext threadContext)Notify all free connectors.voidConnectorPool. pollAllConnectors(IThreadContext threadContext)Idle notification for inactive output connector handles.voidConnectorPool. release(IThreadContext threadContext, java.lang.String connectionName, T connector)Release an output connector.voidConnectorPool.Pool. releaseAll(IThreadContext threadContext)Release all free connectors.voidConnectorPool.Pool. releaseConnector(IThreadContext threadContext, T connector)Release a connector to the pool.voidConnectorPool. releaseMultiple(IThreadContext threadContext, java.lang.String[] connectionNames, T[] connectors)Release multiple output connectors.voidConnectorPool.Pool. updateMaximumPoolSize(IThreadContext threadContext, int maxPoolSize)Update the maximum pool size.Constructors in org.apache.manifoldcf.core.connectorpool with parameters of type IThreadContext Constructor Description Pool(IThreadContext threadContext, int maxCount, java.lang.String connectionName)Constructor -
Uses of IThreadContext in org.apache.manifoldcf.core.database
Fields in org.apache.manifoldcf.core.database declared as IThreadContext Modifier and Type Field Description protected IThreadContextDatabase. contextMethods in org.apache.manifoldcf.core.database with parameters of type IThreadContext Modifier and Type Method Description protected static java.lang.StringDBInterfaceHSQLDB. getDatabaseString(IThreadContext tc, java.lang.String databaseName)protected static java.lang.StringDBInterfaceHSQLDB. getJDBCString(IThreadContext tc, java.lang.String databaseName)Constructors in org.apache.manifoldcf.core.database with parameters of type IThreadContext Constructor Description Database(IThreadContext context, java.lang.String jdbcUrl, java.lang.String jdbcDriverClass, java.lang.String databaseName, java.lang.String userName, java.lang.String password)DBInterfaceHSQLDB(IThreadContext tc, java.lang.String databaseName, java.lang.String userName, java.lang.String password)DBInterfaceMariaDB(IThreadContext tc, java.lang.String databaseName, java.lang.String userName, java.lang.String password)DBInterfaceMySQL(IThreadContext tc, java.lang.String databaseName, java.lang.String userName, java.lang.String password)DBInterfaceMySQL(IThreadContext tc, java.lang.String jdbcDriverClass, java.lang.String databaseName, java.lang.String userName, java.lang.String password)DBInterfacePostgreSQL(IThreadContext tc, java.lang.String databaseName, java.lang.String userName, java.lang.String password)TransactionHandle(IThreadContext tc, TransactionHandle previousTransaction, int transactionType) -
Uses of IThreadContext in org.apache.manifoldcf.core.interfaces
Methods in org.apache.manifoldcf.core.interfaces that return IThreadContext Modifier and Type Method Description static IThreadContextThreadContextFactory. make()Make a thread context.Methods in org.apache.manifoldcf.core.interfaces with parameters of type IThreadContext Modifier and Type Method Description booleanIAuthorizer. checkAllowed(IThreadContext threadContext, int capability)Check user capabilityvoidIConnector. deinstall(IThreadContext threadContext)Uninstall the connector.protected voidConnectorFactory. deinstallThis(IThreadContext threadContext, java.lang.String className)Uninstall connector.voidIShutdownHook. doCleanup(IThreadContext threadContext)Do the requisite cleanup.voidIPollingHook. doPoll(IThreadContext threadContext)Do the requisite cleanup.static booleanLockManagerFactory. getBooleanProperty(IThreadContext tc, java.lang.String s, boolean defaultValue)static doubleLockManagerFactory. getDoubleProperty(IThreadContext tc, java.lang.String s, double defaultValue)static intLockManagerFactory. getIntProperty(IThreadContext tc, java.lang.String s, int defaultValue)static longLockManagerFactory. getLongProperty(IThreadContext tc, java.lang.String s, long defaultValue)static java.lang.StringLockManagerFactory. getPossiblyObfuscatedStringProperty(IThreadContext tc, java.lang.String s, java.lang.String defaultValue)static java.lang.StringLockManagerFactory. getProperty(IThreadContext tc, java.lang.String s)static java.lang.StringLockManagerFactory. getStringProperty(IThreadContext tc, java.lang.String s, java.lang.String defaultValue)protected TConnectorFactory. getThisConnector(IThreadContext threadContext, java.lang.String className)Get a connector instance.voidIConnector. install(IThreadContext threadContext)Install the connector.protected voidConnectorFactory. installThis(IThreadContext threadContext, java.lang.String className)Install connector.protected abstract booleanConnectorFactory. isInstalled(IThreadContext tc, java.lang.String className)Override this method to hook into a connector manager.static IAuthAuthFactory. make(IThreadContext context)static ICacheManagerCacheManagerFactory. make(IThreadContext context)Return a cache manager instance that any client can use to obtain cache management services.static IDBInterfaceDBInterfaceFactory. make(IThreadContext context, java.lang.String databaseName, java.lang.String userName, java.lang.String password)static java.lang.StringIDFactory. make(IThreadContext tc)static ILockManagerLockManagerFactory. make(IThreadContext context)Instantiate a lock manager.voidIConnector. outputConfigurationBody(IThreadContext threadContext, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.voidIConnector. outputConfigurationHeader(IThreadContext threadContext, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.List<java.lang.String> tabsArray)Output the configuration header section.protected voidConnectorFactory. outputThisConfigurationBody(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.protected voidConnectorFactory. outputThisConfigurationHeader(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.ArrayList tabsArray)Output the configuration header section.java.lang.StringIConnector. processConfigurationPost(IThreadContext threadContext, IPostParameters variableContext, java.util.Locale locale, ConfigParams parameters)Process a configuration post.protected java.lang.StringConnectorFactory. processThisConfigurationPost(IThreadContext threadContext, java.lang.String className, IPostParameters variableContext, java.util.Locale locale, ConfigParams configParams)Process configuration post data for a connector.voidIConnector. setThreadContext(IThreadContext threadContext)Attach to a new thread.voidIConnector. viewConfiguration(IThreadContext threadContext, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters)View configuration.protected voidConnectorFactory. viewThisConfiguration(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams configParams)View connector configuration. -
Uses of IThreadContext in org.apache.manifoldcf.core.lockmanager
Methods in org.apache.manifoldcf.core.lockmanager with parameters of type IThreadContext Modifier and Type Method Description voidZooKeeperLockManager.ZooKeeperShutdown. doCleanup(IThreadContext threadContext)Do the requisite cleanup. -
Uses of IThreadContext in org.apache.manifoldcf.core.system
Methods in org.apache.manifoldcf.core.system with parameters of type IThreadContext Modifier and Type Method Description static voidManifoldCF. cleanUpEnvironment(IThreadContext threadContext)Perform system shutdown, using the registered shutdown hooks.static voidManifoldCF. createSystemDatabase(IThreadContext threadcontext, java.lang.String masterUsername, java.lang.String masterPassword)Install system database.voidManifoldCF.DatabaseShutdown. doCleanup(IThreadContext threadContext)voidManifoldCF.FileTrack. doCleanup(IThreadContext threadContext)Delete all remaining filesvoidManifoldCF.CachePoll. doPoll(IThreadContext threadContext)static voidManifoldCF. dropSystemDatabase(IThreadContext threadcontext, java.lang.String masterUsername, java.lang.String masterPassword)Drop system database.protected static javax.crypto.CipherManifoldCF. getCipher(IThreadContext threadContext, int mode, java.lang.String passCode, byte[] iv)protected static java.lang.StringManifoldCF. getSaltValue(IThreadContext threadContext)static voidManifoldCF. initializeEnvironment(IThreadContext threadContext)Initialize environment.static voidManifoldCF. pollAll(IThreadContext threadContext)Poll all the registered polling services.static voidManifoldCF. resetEnvironment(IThreadContext threadContext)Reset environment.static voidLogging. setLogLevels(IThreadContext threadContext)Reset all loggers -
Uses of IThreadContext in org.apache.manifoldcf.core.threadcontext
Classes in org.apache.manifoldcf.core.threadcontext that implement IThreadContext Modifier and Type Class Description classThreadContextThread context implementation -
Uses of IThreadContext in org.apache.manifoldcf.crawler
Methods in org.apache.manifoldcf.crawler with parameters of type IThreadContext Modifier and Type Method Description protected abstract voidBaseCrawlerInitializationCommand. doExecute(IThreadContext tc)protected voidExportConfiguration. doExecute(IThreadContext tc)protected voidImportConfiguration. doExecute(IThreadContext tc)protected voidInitializeAndRegister. doExecute(IThreadContext tc)protected voidRegister. doExecute(IThreadContext tc)protected voidSynchronizeConnectors. doExecute(IThreadContext tc)protected abstract voidTransactionalCrawlerInitializationCommand. doExecute(IThreadContext tc)protected voidUnRegister. doExecute(IThreadContext tc)protected voidUnRegisterAll. doExecute(IThreadContext tc) -
Uses of IThreadContext in org.apache.manifoldcf.crawler.connmgr
Fields in org.apache.manifoldcf.crawler.connmgr declared as IThreadContext Modifier and Type Field Description protected IThreadContextConnectorManager. threadContextConstructors in org.apache.manifoldcf.crawler.connmgr with parameters of type IThreadContext Constructor Description ConnectorManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IThreadContext in org.apache.manifoldcf.crawler.interfaces
Methods in org.apache.manifoldcf.crawler.interfaces with parameters of type IThreadContext Modifier and Type Method Description static voidNotificationConnectorFactory. deinstall(IThreadContext threadContext, java.lang.String className)Uninstall connector.static voidRepositoryConnectorFactory. deinstall(IThreadContext threadContext, java.lang.String className)Uninstall connector.static java.lang.String[]RepositoryConnectorFactory. getActivitiesList(IThreadContext threadContext, java.lang.String className)Get the activities supported by this connector.static intRepositoryConnectorFactory. getConnectorModel(IThreadContext threadContext, java.lang.String className)Get the operating mode for a connector.static java.lang.String[]RepositoryConnectorFactory. getRelationshipTypes(IThreadContext threadContext, java.lang.String className)Get the link types logged by this connector.protected java.lang.String[]RepositoryConnectorFactory. getThisActivitiesList(IThreadContext threadContext, java.lang.String className)Get the activities supported by this connector.protected intRepositoryConnectorFactory. getThisConnectorModel(IThreadContext threadContext, java.lang.String className)Get the operating mode for a connector.protected java.lang.String[]RepositoryConnectorFactory. getThisRelationshipTypes(IThreadContext threadContext, java.lang.String className)Get the link types logged by this connector.static voidNotificationConnectorFactory. install(IThreadContext threadContext, java.lang.String className)Install connector.static voidRepositoryConnectorFactory. install(IThreadContext threadContext, java.lang.String className)Install connector.protected booleanNotificationConnectorFactory. isInstalled(IThreadContext tc, java.lang.String className)protected booleanRepositoryConnectorFactory. isInstalled(IThreadContext tc, java.lang.String className)static IBinManagerBinManagerFactory. make(IThreadContext threadContext)Create a bin manager handle.static IConnectorManagerConnectorManagerFactory. make(IThreadContext tc)Construct a connector manager.static IJobManagerJobManagerFactory. make(IThreadContext threadContext)Create a job manager handle.static INotificationConnectionManagerNotificationConnectionManagerFactory. make(IThreadContext tc)Make a notification connection manager handle.static INotificationConnectorManagerNotificationConnectorManagerFactory. make(IThreadContext tc)Construct a connector manager.static INotificationConnectorPoolNotificationConnectorPoolFactory. make(IThreadContext tc)Make a notification connector pool handle.static IRepositoryConnectionManagerRepositoryConnectionManagerFactory. make(IThreadContext tc)Make a repository connection manager handle.static IRepositoryConnectorPoolRepositoryConnectorPoolFactory. make(IThreadContext tc)Make a repository connector pool handle.static IReprioritizationTrackerReprioritizationTrackerFactory. make(IThreadContext threadContext)Create a reprioritization tracker handle.static voidNotificationConnectorFactory. outputConfigurationBody(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.static voidRepositoryConnectorFactory. outputConfigurationBody(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.static voidNotificationConnectorFactory. outputConfigurationHeader(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.ArrayList tabsArray)Output the configuration header section.static voidRepositoryConnectorFactory. outputConfigurationHeader(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.ArrayList tabsArray)Output the configuration header section.static java.lang.StringNotificationConnectorFactory. processConfigurationPost(IThreadContext threadContext, java.lang.String className, IPostParameters variableContext, java.util.Locale locale, ConfigParams configParams)Process configuration post data for a connector.static java.lang.StringRepositoryConnectorFactory. processConfigurationPost(IThreadContext threadContext, java.lang.String className, IPostParameters variableContext, java.util.Locale locale, ConfigParams configParams)Process configuration post data for a connector.static voidNotificationConnectorFactory. viewConfiguration(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams configParams)View connector configuration.static voidRepositoryConnectorFactory. viewConfiguration(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams configParams)View connector configuration. -
Uses of IThreadContext in org.apache.manifoldcf.crawler.jobs
Fields in org.apache.manifoldcf.crawler.jobs declared as IThreadContext Modifier and Type Field Description protected IThreadContextHopCount. threadContextThread contextprotected IThreadContextJobManager. threadContextprotected IThreadContextJobQueue. threadContextThread contextprotected IThreadContextJobs. threadContextConstructors in org.apache.manifoldcf.crawler.jobs with parameters of type IThreadContext Constructor Description HopCount(IThreadContext tc, IDBInterface database)Constructor.HopFilterManager(IThreadContext threadContext, IDBInterface database)Constructor.JobManager(IThreadContext threadContext, IDBInterface database)Constructor.JobQueue(IThreadContext tc, IDBInterface database)Constructor.Jobs(IThreadContext threadContext, IDBInterface database)Constructor.NotificationManager(IThreadContext threadContext, IDBInterface database)Constructor.PipelineManager(IThreadContext threadContext, IDBInterface database)Constructor.ScheduleManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IThreadContext in org.apache.manifoldcf.crawler.notification
Fields in org.apache.manifoldcf.crawler.notification declared as IThreadContext Modifier and Type Field Description protected IThreadContextNotificationConnectionManager. threadContextConstructors in org.apache.manifoldcf.crawler.notification with parameters of type IThreadContext Constructor Description NotificationConnectionManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IThreadContext in org.apache.manifoldcf.crawler.notificationconnectorpool
Fields in org.apache.manifoldcf.crawler.notificationconnectorpool declared as IThreadContext Modifier and Type Field Description protected IThreadContextNotificationConnectorPool. threadContextThread contextMethods in org.apache.manifoldcf.crawler.notificationconnectorpool with parameters of type IThreadContext Modifier and Type Method Description INotificationConnector[]NotificationConnectorPool.LocalPool. grabMultiple(IThreadContext tc, java.lang.String[] orderingKeys, java.lang.String[] connectionNames, java.lang.String[] classNames, ConfigParams[] configInfos, int[] maxPoolSizes)protected booleanNotificationConnectorPool.LocalPool. isConnectionNameValid(IThreadContext tc, java.lang.String connectionName)protected booleanNotificationConnectorPool.LocalPool. isInstalled(IThreadContext tc, java.lang.String className)Constructors in org.apache.manifoldcf.crawler.notificationconnectorpool with parameters of type IThreadContext Constructor Description NotificationConnectorPool(IThreadContext threadContext)Constructor -
Uses of IThreadContext in org.apache.manifoldcf.crawler.notificationconnmgr
Fields in org.apache.manifoldcf.crawler.notificationconnmgr declared as IThreadContext Modifier and Type Field Description protected IThreadContextNotificationConnectorManager. threadContextConstructors in org.apache.manifoldcf.crawler.notificationconnmgr with parameters of type IThreadContext Constructor Description NotificationConnectorManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of IThreadContext in org.apache.manifoldcf.crawler.repository
Fields in org.apache.manifoldcf.crawler.repository declared as IThreadContext Modifier and Type Field Description protected IThreadContextRepositoryConnectionManager. threadContextprotected IThreadContextRepositoryHistoryManager. threadContextThread contextConstructors in org.apache.manifoldcf.crawler.repository with parameters of type IThreadContext Constructor Description RepositoryConnectionManager(IThreadContext threadContext, IDBInterface database)Constructor.RepositoryHistoryManager(IThreadContext tc, IDBInterface database)Constructor. -
Uses of IThreadContext in org.apache.manifoldcf.crawler.repositoryconnectorpool
Fields in org.apache.manifoldcf.crawler.repositoryconnectorpool declared as IThreadContext Modifier and Type Field Description protected IThreadContextRepositoryConnectorPool. threadContextThread contextMethods in org.apache.manifoldcf.crawler.repositoryconnectorpool with parameters of type IThreadContext Modifier and Type Method Description IRepositoryConnector[]RepositoryConnectorPool.LocalPool. grabMultiple(IThreadContext tc, java.lang.String[] orderingKeys, java.lang.String[] connectionNames, java.lang.String[] classNames, ConfigParams[] configInfos, int[] maxPoolSizes)protected booleanRepositoryConnectorPool.LocalPool. isConnectionNameValid(IThreadContext tc, java.lang.String connectionName)protected booleanRepositoryConnectorPool.LocalPool. isInstalled(IThreadContext tc, java.lang.String className)Constructors in org.apache.manifoldcf.crawler.repositoryconnectorpool with parameters of type IThreadContext Constructor Description RepositoryConnectorPool(IThreadContext threadContext)Constructor -
Uses of IThreadContext in org.apache.manifoldcf.crawler.reprioritizationtracker
Constructors in org.apache.manifoldcf.crawler.reprioritizationtracker with parameters of type IThreadContext Constructor Description ReprioritizationTracker(IThreadContext threadContext)Constructor. -
Uses of IThreadContext in org.apache.manifoldcf.crawler.system
Methods in org.apache.manifoldcf.crawler.system with parameters of type IThreadContext Modifier and Type Method Description protected static intManifoldCF. apiDeleteAuthorityConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Delete authority connection.protected static intManifoldCF. apiDeleteAuthorityGroup(IThreadContext tc, Configuration output, java.lang.String groupName, IAuthorizer authorizer)Delete authority group.protected static intManifoldCF. apiDeleteJob(IThreadContext tc, Configuration output, java.lang.Long jobID, IAuthorizer authorizer)Delete a job.protected static intManifoldCF. apiDeleteMappingConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Delete mapping connection.protected static intManifoldCF. apiDeleteNotificationConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Delete notification connection.protected static intManifoldCF. apiDeleteOutputConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Delete output connection.protected static intManifoldCF. apiDeleteRepositoryConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Delete repository connection.protected static intManifoldCF. apiDeleteTransformationConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Delete transformation connection.protected static intManifoldCF. apiPostJob(IThreadContext tc, Configuration output, Configuration input, IAuthorizer authorizer)Post job.protected static intManifoldCF. apiReadAuthorityConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Read authority connectionprotected static intManifoldCF. apiReadAuthorityConnections(IThreadContext tc, Configuration output, IAuthorizer authorizer)Get authority connectionsprotected static intManifoldCF. apiReadAuthorityConnectionStatus(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Read an authority connection statusprotected static intManifoldCF. apiReadAuthorityConnectors(IThreadContext tc, Configuration output, IAuthorizer authorizer)List authority connectorsprotected static intManifoldCF. apiReadAuthorityGroup(IThreadContext tc, Configuration output, java.lang.String groupName, IAuthorizer authorizer)Read authority groupprotected static intManifoldCF. apiReadAuthorityGroups(IThreadContext tc, Configuration output, IAuthorizer authorizer)Get authority groupsprotected static intManifoldCF. apiReadAuthorizationDomains(IThreadContext tc, Configuration output, IAuthorizer authorizer)List authorization domainsprotected static intManifoldCF. apiReadJob(IThreadContext tc, Configuration output, java.lang.Long jobID, IAuthorizer authorizer)Read a jobprotected static intManifoldCF. apiReadJobs(IThreadContext tc, Configuration output, IAuthorizer authorizer)Read jobsprotected static intManifoldCF. apiReadJobStatus(IThreadContext tc, Configuration output, java.lang.Long jobID, java.util.Map<java.lang.String,java.util.List<java.lang.String>> queryParameters, IAuthorizer authorizer)Get api job statusprotected static intManifoldCF. apiReadJobStatuses(IThreadContext tc, Configuration output, java.util.Map<java.lang.String,java.util.List<java.lang.String>> queryParameters, IAuthorizer authorizer)Get api job statusesprotected static intManifoldCF. apiReadJobStatusesNoCounts(IThreadContext tc, Configuration output, IAuthorizer authorizer)Get api job statusesprotected static intManifoldCF. apiReadJobStatusNoCounts(IThreadContext tc, Configuration output, java.lang.Long jobID, IAuthorizer authorizer)Get api job status with no countsprotected static intManifoldCF. apiReadMappingConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Read mapping connectionprotected static intManifoldCF. apiReadMappingConnections(IThreadContext tc, Configuration output, IAuthorizer authorizer)Get mapping connectionsprotected static intManifoldCF. apiReadMappingConnectionStatus(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Read a mapping connection statusprotected static intManifoldCF. apiReadMappingConnectors(IThreadContext tc, Configuration output, IAuthorizer authorizer)List mapping connectorsprotected static intManifoldCF. apiReadNotificationConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Read notification connectionprotected static intManifoldCF. apiReadNotificationConnectionInfo(IThreadContext tc, Configuration output, java.lang.String connectionName, java.lang.String command, IAuthorizer authorizer)Read a notification connection's infoprotected static intManifoldCF. apiReadNotificationConnections(IThreadContext tc, Configuration output, IAuthorizer authorizer)Get notification connectionsprotected static intManifoldCF. apiReadNotificationConnectionStatus(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Read a notification connection statusprotected static intManifoldCF. apiReadNotificationConnectors(IThreadContext tc, Configuration output, IAuthorizer authorizer)List notification connectorsprotected static intManifoldCF. apiReadOutputConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Read output connectionprotected static intManifoldCF. apiReadOutputConnectionInfo(IThreadContext tc, Configuration output, java.lang.String connectionName, java.lang.String command, IAuthorizer authorizer)Read an output connection's infoprotected static intManifoldCF. apiReadOutputConnections(IThreadContext tc, Configuration output, IAuthorizer authorizer)Get output connectionsprotected static intManifoldCF. apiReadOutputConnectionStatus(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Read an output connection statusprotected static intManifoldCF. apiReadOutputConnectors(IThreadContext tc, Configuration output, IAuthorizer authorizer)List output connectorsprotected static intManifoldCF. apiReadRepositoryConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Read repository connectionprotected static intManifoldCF. apiReadRepositoryConnectionActivities(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Read the activity list for a given connection name.protected static intManifoldCF. apiReadRepositoryConnectionHistory(IThreadContext tc, Configuration output, java.lang.String connectionName, java.util.Map<java.lang.String,java.util.List<java.lang.String>> queryParameters, IAuthorizer authorizer)History reportsprotected static intManifoldCF. apiReadRepositoryConnectionInfo(IThreadContext tc, Configuration output, java.lang.String connectionName, java.lang.String command, IAuthorizer authorizer)Read a repository connection's infoprotected static intManifoldCF. apiReadRepositoryConnectionJobs(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Get jobs for connectionprotected static intManifoldCF. apiReadRepositoryConnectionQueue(IThreadContext tc, Configuration output, java.lang.String connectionName, java.util.Map<java.lang.String,java.util.List<java.lang.String>> queryParameters, IAuthorizer authorizer)Queue reportsprotected static intManifoldCF. apiReadRepositoryConnections(IThreadContext tc, Configuration output, IAuthorizer authorizer)Get repository connectionsprotected static intManifoldCF. apiReadRepositoryConnectionStatus(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Read a repository connection statusprotected static intManifoldCF. apiReadRepositoryConnectors(IThreadContext tc, Configuration output, IAuthorizer authorizer)List repository connectorsprotected static intManifoldCF. apiReadTransformationConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Read transformation connectionprotected static intManifoldCF. apiReadTransformationConnectionInfo(IThreadContext tc, Configuration output, java.lang.String connectionName, java.lang.String command, IAuthorizer authorizer)Read a transformation connection's infoprotected static intManifoldCF. apiReadTransformationConnections(IThreadContext tc, Configuration output, IAuthorizer authorizer)Get transformation connectionsprotected static intManifoldCF. apiReadTransformationConnectionStatus(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Read a transformation connection statusprotected static intManifoldCF. apiReadTransformationConnectors(IThreadContext tc, Configuration output, IAuthorizer authorizer)List transformation connectorsprotected static intManifoldCF. apiWriteAbortJob(IThreadContext tc, Configuration output, java.lang.Long jobID, IAuthorizer authorizer)Abort a job.protected static intManifoldCF. apiWriteAuthorityConnection(IThreadContext tc, Configuration output, Configuration input, java.lang.String connectionName, IAuthorizer authorizer)Write authority connection.protected static intManifoldCF. apiWriteAuthorityGroup(IThreadContext tc, Configuration output, Configuration input, java.lang.String groupName, IAuthorizer authorizer)Write authority group.protected static intManifoldCF. apiWriteClearHistoryRepositoryConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Clear repository connection history.protected static intManifoldCF. apiWriteClearOutputConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Clear output connection (remove all recorded documents).protected static intManifoldCF. apiWriteClearVersionsOutputConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Reset output connection (reset version of all recorded documents).protected static intManifoldCF. apiWriteJob(IThreadContext tc, Configuration output, Configuration input, java.lang.Long jobID, IAuthorizer authorizer)Write job.protected static intManifoldCF. apiWriteMappingConnection(IThreadContext tc, Configuration output, Configuration input, java.lang.String connectionName, IAuthorizer authorizer)Write mapping connection.protected static intManifoldCF. apiWriteNotificationConnection(IThreadContext tc, Configuration output, Configuration input, java.lang.String connectionName, IAuthorizer authorizer)Write notification connection.protected static intManifoldCF. apiWriteOutputConnection(IThreadContext tc, Configuration output, Configuration input, java.lang.String connectionName, IAuthorizer authorizer)Write output connection.protected static intManifoldCF. apiWritePauseJob(IThreadContext tc, Configuration output, java.lang.Long jobID, IAuthorizer authorizer)Pause a job.protected static intManifoldCF. apiWriteRepositoryConnection(IThreadContext tc, Configuration output, Configuration input, java.lang.String connectionName, IAuthorizer authorizer)Write repository connection.protected static intManifoldCF. apiWriteReseedJob(IThreadContext tc, Configuration output, java.lang.Long jobID, IAuthorizer authorizer)Reset incremental seeding for a job.protected static intManifoldCF. apiWriteRestartJob(IThreadContext tc, Configuration output, java.lang.Long jobID, boolean requestMinimum, IAuthorizer authorizer)Restart a job.protected static intManifoldCF. apiWriteResumeJob(IThreadContext tc, Configuration output, java.lang.Long jobID, IAuthorizer authorizer)Resume a job.protected static intManifoldCF. apiWriteStartJob(IThreadContext tc, Configuration output, java.lang.Long jobID, boolean requestMinimum, IAuthorizer authorizer)Start a job.protected static intManifoldCF. apiWriteTransformationConnection(IThreadContext tc, Configuration output, Configuration input, java.lang.String connectionName, IAuthorizer authorizer)Write transformation connection.voidCrawlerAgent. cleanUp(IThreadContext threadContext)Tear down agent environment.voidCrawlerAgent. cleanUpAgentData(IThreadContext threadContext, java.lang.String currentProcessID, java.lang.String cleanupProcessID)Cleanup after agents process.voidCrawlerAgent. cleanUpAllAgentData(IThreadContext threadContext, java.lang.String currentProcessID)Cleanup after ALL agents processes.static voidManifoldCF. cleanUpEnvironment(IThreadContext tc)voidCrawlerAgent. clusterInit(IThreadContext threadContext)Called ONLY when no other active services of this kind are running.static voidManifoldCF. createSystemDatabase(IThreadContext threadContext)Create system database using superuser properties from properties.xml.voidCrawlerAgent. deinstall(IThreadContext threadContext)Uninstall agent.static voidManifoldCF. deinstallSystemTables(IThreadContext threadcontext)Uninstall all the crawler system tables.static intManifoldCF. executeDeleteCommand(IThreadContext tc, Configuration output, java.lang.String path, IAuthorizer authorizer)Execute specified delete command.static intManifoldCF. executePostCommand(IThreadContext tc, Configuration output, java.lang.String path, Configuration input, IAuthorizer authorizer)Execute specified post command.static intManifoldCF. executeReadCommand(IThreadContext tc, Configuration output, java.lang.String path, java.util.Map<java.lang.String,java.util.List<java.lang.String>> queryParameters, IAuthorizer authorizer)Execute specified read command.static intManifoldCF. executeWriteCommand(IThreadContext tc, Configuration output, java.lang.String path, Configuration input, IAuthorizer authorizer)Execute specified write command.static voidManifoldCF. exportConfiguration(IThreadContext threadContext, java.lang.String exportFilename, java.lang.String passCode)Atomically export the crawler configurationstatic java.lang.String[]ManifoldCF. getActivitiesList(IThreadContext threadContext, java.lang.String connectionName)Get the activities list for a given repository connection.static intManifoldCF. getMaxCleanupThreads(IThreadContext threadContext)Get the maximum number of cleanup threads.static intManifoldCF. getMaxDeleteThreads(IThreadContext threadContext)Get the maximum number of delete threads.static intManifoldCF. getMaxExpireThreads(IThreadContext threadContext)Get the maximum number of expire threads.static intManifoldCF. getMaxWorkerThreads(IThreadContext threadContext)Get the maximum number of worker threads.static voidManifoldCF. importConfiguration(IThreadContext threadContext, java.lang.String importFilename, java.lang.String passCode)Atomically import a crawler configurationvoidCrawlerAgent. initialize(IThreadContext threadContext)Initialize agent environment.static voidManifoldCF. initializeEnvironment(IThreadContext tc)Initialize environment.voidCrawlerAgent. install(IThreadContext threadContext)Install agent.static voidManifoldCF. installSystemTables(IThreadContext threadcontext)Install all the crawler system tables.booleanCrawlerAgent. isOutputConnectionInUse(IThreadContext threadContext, java.lang.String connName)Request permission from agent to delete an output connection.booleanCrawlerAgent. isTransformationConnectionInUse(IThreadContext threadContext, java.lang.String connName)Request permission from agent to delete a transformation connection.static voidManifoldCF. localCleanup(IThreadContext tc)static voidManifoldCF. localInitialize(IThreadContext tc)voidCrawlerAgent. noteOutputConnectionChange(IThreadContext threadContext, java.lang.String connectionName)Note a change in configuration for an output connection.voidCrawlerAgent. noteOutputConnectorDeregistration(IThreadContext threadContext, java.lang.String[] connectionNames)Note the deregistration of a set of output connections.voidCrawlerAgent. noteOutputConnectorRegistration(IThreadContext threadContext, java.lang.String[] connectionNames)Note the registration of a set of output connections.voidCrawlerAgent. noteTransformationConnectionChange(IThreadContext threadContext, java.lang.String connectionName)Note a change in configuration for a transformation connection.voidCrawlerAgent. noteTransformationConnectorDeregistration(IThreadContext threadContext, java.lang.String[] connectionNames)Note the deregistration of a set of transformation connections.voidCrawlerAgent. noteTransformationConnectorRegistration(IThreadContext threadContext, java.lang.String[] connectionNames)Note the registration of a set of transformation connections.protected voidDeleteStartupResetManager. performResetLogic(IThreadContext tc, java.lang.String processID)Resetprotected voidDocCleanupResetManager. performResetLogic(IThreadContext tc, java.lang.String processID)Resetprotected voidDocDeleteResetManager. performResetLogic(IThreadContext tc, java.lang.String processID)Resetprotected voidNotificationResetManager. performResetLogic(IThreadContext tc, java.lang.String processID)Resetprotected abstract voidResetManager. performResetLogic(IThreadContext tc, java.lang.String processID)Do the reset logic.protected voidSeedingResetManager. performResetLogic(IThreadContext tc, java.lang.String processID)Resetprotected voidStartupResetManager. performResetLogic(IThreadContext tc, java.lang.String processID)Resetprotected voidWorkerResetManager. performResetLogic(IThreadContext tc, java.lang.String processID)Resetstatic voidManifoldCF. registerConnectors(IThreadContext tc, Connectors c)Register all connectors as specified by a Connectors structure, usually read from the connectors.xml file.static voidManifoldCF. registerThisAgent(IThreadContext tc)Register this agentstatic voidManifoldCF. reregisterAllConnectors(IThreadContext tc)Register or re-register all connectors, based on a connectors.xml file.static voidManifoldCF. resetAllDocumentPriorities(IThreadContext threadContext, java.lang.String processID)Reset all (active) document priorities.voidCrawlerAgent. startAgent(IThreadContext threadContext, java.lang.String processID)Start the agent.voidCrawlerAgent. startSystem(IThreadContext threadContext)Start everything.voidCrawlerAgent. stopAgent(IThreadContext threadContext)Stop the agent.voidCrawlerAgent. stopSystem(IThreadContext threadContext)Stop the system.static voidManifoldCF. unregisterAllConnectors(IThreadContext tc)Unregister all connectors.static voidManifoldCF. unregisterAllConnectors(IThreadContext tc, Connectors c)Unregister all connectors which don't match a specified connector list.booleanResetManager. waitForReset(IThreadContext tc)Enter "wait" state for current thread.static voidManifoldCF. writeDocumentPriorities(IThreadContext threadContext, DocumentDescription[] descs, java.util.Map<java.lang.String,IRepositoryConnection> connectionMap, java.util.Map<java.lang.Long,IJobDescription> jobDescriptionMap)Write a set of document priorities, based on the current queue tracker. -
Uses of IThreadContext in org.apache.manifoldcf.jettyrunner
Methods in org.apache.manifoldcf.jettyrunner with parameters of type IThreadContext Modifier and Type Method Description static voidManifoldCFJettyRunner. runAgents(IThreadContext tc)Run the agents process. -
Uses of IThreadContext in org.apache.manifoldcf.ui.beans
Methods in org.apache.manifoldcf.ui.beans that return IThreadContext Modifier and Type Method Description IThreadContextThreadContext. getThreadContext()Get the thread context.Methods in org.apache.manifoldcf.ui.beans with parameters of type IThreadContext Modifier and Type Method Description booleanAdminProfile. checkAllowed(IThreadContext threadContext, int capability)Check user capabilitybooleanAPIProfile. checkAllowed(IThreadContext threadContext, int capability)Check user capabilityvoidAdminProfile. login(IThreadContext threadContext, java.lang.String userID, java.lang.String userPassword)Log on the user, with the already-set user id and company description.voidAPIProfile. login(IThreadContext threadContext, java.lang.String userID, java.lang.String userPassword)Log on the user, with the already-set user id and company description.
-