com.atlassian.jira.service.services.imap
Class ImapService
java.lang.Object
com.atlassian.jira.service.AbstractService
com.atlassian.jira.service.services.imap.ImapService
- All Implemented Interfaces:
- ObjectConfigurable, JiraService, Runnable
Deprecated. Use MailFetcherService directly
@Deprecated
@Internal
public final class ImapService
- extends AbstractService
This class remains here only to prevent alarming exceptions from occuring during system upgrade.
Please don't use it for any purpose, extend the MailFetcherService class directly.
Method Summary |
ObjectConfiguration |
getObjectConfiguration()
Deprecated. Retrieves an object configuration object with properties that can be set |
void |
run()
Deprecated. This method must be implemented in a subclass, and performs the functionality
that the service performs. |
Methods inherited from class com.atlassian.jira.service.AbstractService |
destroy, getDefaultProperty, getDescription, getKey, getLongProperty, getName, getObjectConfiguration, getProperties, getProperty, getTextProperty, hasProperty, init, isInternal, isUnique, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImapService
public ImapService()
- Deprecated.
getObjectConfiguration
public ObjectConfiguration getObjectConfiguration()
throws ObjectConfigurationException
- Deprecated.
- Description copied from interface:
ObjectConfigurable
- Retrieves an object configuration object with properties that can be set
- Returns:
- ObjectConfiguration object
- Throws:
ObjectConfigurationException
run
public void run()
- Deprecated.
- Description copied from class:
AbstractService
- This method must be implemented in a subclass, and performs the functionality
that the service performs. This method is called after the duration specified through
the administration web interface.
- Specified by:
run
in interface JiraService
- Specified by:
run
in interface Runnable
- Specified by:
run
in class AbstractService
- See Also:
JiraService.init(com.opensymphony.module.propertyset.PropertySet)
Copyright © 2002-2013 Atlassian. All Rights Reserved.