public class ReloadSiteEvent extends Event
| Constructor and Description |
|---|
ReloadSiteEvent(String siteName) |
ReloadSiteEvent(String siteName,
String targetNode) |
| Modifier and Type | Method and Description |
|---|---|
protected InitializerService |
getInitializerService(Environment environment) |
protected org.springframework.context.ApplicationContext |
getPlatformContext(Environment environment) |
protected boolean |
isTargetNode(Environment environment) |
protected void |
logIgnoreMessage(org.slf4j.Logger logger) |
void |
perform(Environment env,
Site site)
Performs the event
|
void |
waitForClusterState(Environment env,
Site site,
org.slf4j.Logger logger) |
public ReloadSiteEvent(String siteName)
public void perform(Environment env, Site site) throws InvalidConfigurationException
Eventperform in class Eventenv - then Environment to usesite - the Site where the event occurredInvalidConfigurationException - if there's a configuration errorpublic void waitForClusterState(Environment env, Site site, org.slf4j.Logger logger)
protected boolean isTargetNode(Environment environment)
protected void logIgnoreMessage(org.slf4j.Logger logger)
protected InitializerService getInitializerService(Environment environment)
protected org.springframework.context.ApplicationContext getPlatformContext(Environment environment)
Copyright © 2011–2023 aiticon GmbH. All rights reserved.