public class Governance extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.configuration.Configuration |
configuration |
static String |
DEFAULT_EMAIL_DOMAIN |
static String |
DEFAULT_EMAIL_FROM |
static String |
DEFAULT_GOVERNANCE_PASSWORD |
static String |
DEFAULT_GOVERNANCE_USER |
static String |
DEFAULT_GOVERNANCE_WORKFLOW_GROUP |
static String |
DEFAULT_GOVERNANCE_WORKFLOW_KSESSION |
static String |
DEFAULT_GOVERNANCE_WORKFLOW_NAME |
static String |
DEFAULT_GOVERNANCE_WORKFLOW_PACKAGE |
static String |
DEFAULT_GOVERNANCE_WORKFLOW_VERSION |
static String |
DEFAULT_JNDI_EMAIL_REF |
static String |
DEFAULT_RHQ_BASEURL |
static String |
DEFAULT_RHQ_PASSWORD |
static String |
DEFAULT_RHQ_USER |
static String |
NOTIFICATION_ERROR |
static String |
QUERY_ERROR |
static String |
TARGET_ERROR |
| Constructor and Description |
|---|
Governance()
Constructor.
|
public static String QUERY_ERROR
public static String TARGET_ERROR
public static String NOTIFICATION_ERROR
public static String DEFAULT_JNDI_EMAIL_REF
public static String DEFAULT_EMAIL_DOMAIN
public static String DEFAULT_EMAIL_FROM
public static String DEFAULT_GOVERNANCE_WORKFLOW_GROUP
public static String DEFAULT_GOVERNANCE_WORKFLOW_NAME
public static String DEFAULT_GOVERNANCE_WORKFLOW_VERSION
public static String DEFAULT_GOVERNANCE_WORKFLOW_PACKAGE
public static String DEFAULT_GOVERNANCE_WORKFLOW_KSESSION
public static String DEFAULT_GOVERNANCE_USER
public static String DEFAULT_GOVERNANCE_PASSWORD
public static String DEFAULT_RHQ_USER
public static String DEFAULT_RHQ_PASSWORD
public static String DEFAULT_RHQ_BASEURL
protected static org.apache.commons.configuration.Configuration configuration
protected org.apache.commons.configuration.Configuration getConfiguration()
public String validate() throws ConfigException
ConfigExceptionpublic String getBpmUser()
public String getBpmPassword()
public String getOverlordUser()
public String getOverlordPassword()
public String getRhqUser()
public String getRhqPassword()
public URL getBpmUrl() throws MalformedURLException
MalformedURLExceptionpublic URL getSrampUrl() throws MalformedURLException
MalformedURLExceptionpublic String getSrampUser()
public String getSrampPassword()
public String getGovernanceUrl()
public String getDTGovUiUrl()
public Map<String,Target> getTargets() throws ConfigException
ConfigExceptionpublic Set<Query> getQueries() throws ConfigException
ConfigExceptionpublic Map<String,NotificationDestinations> getNotificationDestinations(String channel) throws ConfigException
ConfigExceptionpublic long getQueryInterval()
public long getAcceptableLagtime()
public String getJNDIEmailName()
public String getDefaultEmailDomain()
public String getDefaultEmailFromAddress()
public String getSrampWagonVersion()
public Boolean getSrampWagonSnapshots()
public Boolean getSrampWagonReleases()
public String getGovernanceWorkflowGroup()
public String getGovernanceWorkflowName()
public String getGovernanceWorkflowVersion()
public String getGovernanceWorkflowPackage()
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.