public class NodeStateCheckerService extends AbstractService
If the node's state in the database is changed to PASSIVE, it is interpreted
as a request for the node to passivate itself.
log, name, SERVICE_EVENTNAME_COMPARATOR| Constructor and Description |
|---|
NodeStateCheckerService(NodeStateManager nodeStateManager,
OfBizClusterNodeStore clusterNodeStore) |
| Modifier and Type | Method and Description |
|---|---|
ObjectConfiguration |
getObjectConfiguration()
Retrieves an object configuration object with properties that can be set
|
void |
init(com.opensymphony.module.propertyset.PropertySet properties)
Initialise the service.
|
void |
run()
This method must be implemented in a subclass, and performs the functionality
that the service performs.
|
destroy, getDefaultProperty, getDescription, getKey, getLongProperty, getName, getObjectConfiguration, getProperties, getProperty, getTextProperty, hasProperty, isInternal, isUnique, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitpublic NodeStateCheckerService(NodeStateManager nodeStateManager, OfBizClusterNodeStore clusterNodeStore)
public void init(com.opensymphony.module.propertyset.PropertySet properties)
throws ObjectConfigurationException
JiraServiceAs the parameters are gained from the user's interaction with the website, it is not guaranteed to be called with the correct, or indeed with any parameters.
init() may be called multiple times during the services lifetime.
init in interface JiraServiceinit in class AbstractServiceproperties - initialisation parametersObjectConfigurationException - in case of an error with initialisation parametersJiraService.init(PropertySet, long)public void run()
AbstractServicerun in interface JiraServicerun in interface Runnablerun in class AbstractServiceJiraService.init(com.opensymphony.module.propertyset.PropertySet)public ObjectConfiguration getObjectConfiguration() throws ObjectConfigurationException
ObjectConfigurableObjectConfigurationExceptionCopyright © 2002-2021 Atlassian. All Rights Reserved.