public static enum SaJMXConstants.ConfigKey extends Enum<SaJMXConstants.ConfigKey>
Enum Constant and Description |
---|
BACKEND
Backend key.
|
CC_BASIC
saperion.properties.
|
CC_LOG4J
log4j.properties.
|
FEATURES
Feature key.
|
RMI_BASIC
saperion.properties.
|
RMI_EHCACHE
ehcache.xml.
|
RMI_HIBERNATE_CFG
hibernate.cfg.xml.
|
RMI_HIBERNATE_MAPPING
hibernate-mapping-3.0.dtd.
|
RMI_HIBERNATE_NAMED
hibernateNamedQueries.properties.
|
RMI_HIBERNATE_TEMPLATE_ADDITIONAL
Template for hibernate mapping for additional data-source.
|
RMI_HIBERNATE_TEMPLATE_DEFAULT
Template for hibernate mapping for default data-source.
|
RMI_HIBERNATE_TEMPLATE_DEFAULT_DB2
Template for hibernate mapping for default data-source.
|
RMI_LOG4J_RMI
log4j_rmi.properties.
|
RMI_STORAGE
storage.properties.
|
RMI_STORAGE_KEYSTORE
storage.keystore.
|
RMI_STORAGE_STARTMGR
storage manager start.
|
SCR_BASIC
scr-config.xml.
|
SCR_BUILDIN_CONTRAINTS
buildin_constraints.xml.
|
SCR_CUSTOM_NODETYPES
custom_nodetypes.xml.
|
SCR_LOG4J
log4j.properties.
|
SCR_NS_REG_NAME
ns_reg.properties.
|
SCR_REPOSITORY_CFG
repository.properties.
|
STARTMODE
Start mode (application/service) key.
|
SYSTEM
System key.
|
Modifier and Type | Method and Description |
---|---|
String |
getFileName()
Configuration filename.
|
String |
getName()
Configuration name.
|
SaJMXConstants.ConfigType |
getType()
Configuration type.
|
boolean |
isMandatory() |
String |
toString() |
static SaJMXConstants.ConfigKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaJMXConstants.ConfigKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SaJMXConstants.ConfigKey SYSTEM
public static final SaJMXConstants.ConfigKey BACKEND
public static final SaJMXConstants.ConfigKey FEATURES
public static final SaJMXConstants.ConfigKey STARTMODE
public static final SaJMXConstants.ConfigKey RMI_EHCACHE
public static final SaJMXConstants.ConfigKey RMI_HIBERNATE_MAPPING
public static final SaJMXConstants.ConfigKey RMI_HIBERNATE_CFG
public static final SaJMXConstants.ConfigKey RMI_HIBERNATE_NAMED
public static final SaJMXConstants.ConfigKey RMI_HIBERNATE_TEMPLATE_DEFAULT
public static final SaJMXConstants.ConfigKey RMI_HIBERNATE_TEMPLATE_DEFAULT_DB2
public static final SaJMXConstants.ConfigKey RMI_HIBERNATE_TEMPLATE_ADDITIONAL
public static final SaJMXConstants.ConfigKey RMI_BASIC
public static final SaJMXConstants.ConfigKey RMI_STORAGE
public static final SaJMXConstants.ConfigKey RMI_STORAGE_KEYSTORE
public static final SaJMXConstants.ConfigKey RMI_STORAGE_STARTMGR
public static final SaJMXConstants.ConfigKey RMI_LOG4J_RMI
public static final SaJMXConstants.ConfigKey CC_BASIC
public static final SaJMXConstants.ConfigKey CC_LOG4J
public static final SaJMXConstants.ConfigKey SCR_BASIC
public static final SaJMXConstants.ConfigKey SCR_REPOSITORY_CFG
public static final SaJMXConstants.ConfigKey SCR_CUSTOM_NODETYPES
public static final SaJMXConstants.ConfigKey SCR_BUILDIN_CONTRAINTS
public static final SaJMXConstants.ConfigKey SCR_NS_REG_NAME
public static final SaJMXConstants.ConfigKey SCR_LOG4J
public static SaJMXConstants.ConfigKey[] values()
for (SaJMXConstants.ConfigKey c : SaJMXConstants.ConfigKey.values()) System.out.println(c);
public static SaJMXConstants.ConfigKey valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getName()
public SaJMXConstants.ConfigType getType()
public String getFileName()
public boolean isMandatory()
public String toString()
toString
in class Enum<SaJMXConstants.ConfigKey>
Enum.toString()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.