Uses of Interface
com.atlassian.configurable.ObjectConfigurable

Packages that use ObjectConfigurable
com.atlassian.jira.service   
com.atlassian.jira.service.services.file   
com.atlassian.jira.service.services.mail   
 

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()
 

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.
 

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

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



Copyright © 2002-2011 Atlassian. All Rights Reserved.