Uses of Interface
com.atlassian.configurable.ObjectConfigurable

Packages that use ObjectConfigurable
com.atlassian.jira.dev.reference.plugin.services   
com.atlassian.jira.index.ha   
com.atlassian.jira.jelly.service   
com.atlassian.jira.service   
com.atlassian.jira.service.services   
com.atlassian.jira.service.services.auditing   
com.atlassian.jira.service.services.cluster   
com.atlassian.jira.service.services.export   
com.atlassian.jira.service.services.file   
com.atlassian.jira.service.services.imap   
com.atlassian.jira.service.services.index   
com.atlassian.jira.service.services.mail   
com.atlassian.jira.service.services.pop   
 

Uses of ObjectConfigurable in com.atlassian.jira.dev.reference.plugin.services
 

Classes in com.atlassian.jira.dev.reference.plugin.services that implement ObjectConfigurable
 class ReferenceDebugService
          A reference debugging service.
 

Uses of ObjectConfigurable in com.atlassian.jira.index.ha
 

Classes in com.atlassian.jira.index.ha that implement ObjectConfigurable
 class IndexSnapshotService
          A service that when run will store a snapshot of the Lucene indexes
 

Uses of ObjectConfigurable in com.atlassian.jira.jelly.service
 

Classes in com.atlassian.jira.jelly.service that implement ObjectConfigurable
 class JellyService
          Responsible for periodically running a Jelly script.
 

Uses of ObjectConfigurable in com.atlassian.jira.service
 

Subinterfaces of ObjectConfigurable in com.atlassian.jira.service
 interface JiraService
          Classes that are to be run as services within JIRA must implement this interface.
 interface JiraServiceContainer
          Proxies calls to JiraService & manages delay between calls.
 

Classes in com.atlassian.jira.service that implement ObjectConfigurable
 class AbstractService
          A convenience class - if you extend this class, all that needs to be implemented is run()
 class JiraServiceContainerImpl
          Proxies calls to JiraService and manages delay between calls.
 class MockJiraServiceContainer
           
 class UnloadableJiraServiceContainer
          Used to represent a ServiceContainer that could not be properly loaded.
 

Uses of ObjectConfigurable in com.atlassian.jira.service.services
 

Classes in com.atlassian.jira.service.services that implement ObjectConfigurable
 class CacheFlusher
          Flushes caches in JIRA to save memory.
 class DebugService
          A simple debugging service, that prints to the JIRA logs every time it is called.
 

Uses of ObjectConfigurable in com.atlassian.jira.service.services.auditing
 

Classes in com.atlassian.jira.service.services.auditing that implement ObjectConfigurable
 class AuditLogCleaningService
          Service from periodical cleaning of Audit lig
 

Uses of ObjectConfigurable in com.atlassian.jira.service.services.cluster
 

Classes in com.atlassian.jira.service.services.cluster that implement ObjectConfigurable
 class ClusterMessageCleaningService
          Service for flushing the cluster message table
 class NodeStateCheckerService
          Scheduled task that checks the state of this node in the cluster.
 

Uses of ObjectConfigurable in com.atlassian.jira.service.services.export
 

Classes in com.atlassian.jira.service.services.export that implement ObjectConfigurable
 class ExportService
           
 

Uses of ObjectConfigurable in com.atlassian.jira.service.services.file
 

Classes in com.atlassian.jira.service.services.file that implement ObjectConfigurable
 class AbstractMessageHandlingService
          An abstract service to be subclassed by any service which wants to use MessageHandlers.
 class FileService
           
 

Uses of ObjectConfigurable in com.atlassian.jira.service.services.imap
 

Classes in com.atlassian.jira.service.services.imap that implement ObjectConfigurable
 class ImapService
          Deprecated. Use MailFetcherService directly
 

Uses of ObjectConfigurable in com.atlassian.jira.service.services.index
 

Classes in com.atlassian.jira.service.services.index that implement ObjectConfigurable
 class ReplicatedIndexCleaningService
          Service for flushing the replicatedindexoperation table
 

Uses of ObjectConfigurable in com.atlassian.jira.service.services.mail
 

Classes in com.atlassian.jira.service.services.mail that implement ObjectConfigurable
 class MailFetcherService
          Mail fetcher for both POP and IMAP protocols.
 class MailQueueService
           
 

Uses of ObjectConfigurable in com.atlassian.jira.service.services.pop
 

Classes in com.atlassian.jira.service.services.pop that implement ObjectConfigurable
 class PopService
          Deprecated. Use MailFetcherService directly
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.