|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DASConfig
Configuration for the <das-config> element.
The name is confusing, this item actually lives inside an
Copyright 2006 Sun Microsystems, Inc. All rights reserved.
Field Summary
static String
J2EE_TYPE
The j2eeType as returned by AMX.getJ2EEType()
.
Fields inherited from interface com.sun.appserv.management.config.AMXConfig
CONFIG_CREATED_NOTIFICATION_TYPE, CONFIG_OBJECT_NAME_KEY, CONFIG_REMOVED_NOTIFICATION_TYPE
Fields inherited from interface com.sun.appserv.management.base.AMX
FULL_TYPE_DELIM, GROUP_CONFIGURATION, GROUP_JSR77, GROUP_MONITORING, GROUP_OTHER, GROUP_UTILITY, J2EE_TYPE_KEY, JMX_DOMAIN, NAME_KEY, NO_NAME, NOTIFICATION_PREFIX, NULL_NAME
Fields inherited from interface com.sun.appserv.management.config.PropertiesAccess
PROPERTY_PREFIX
Method Summary
String
getAdminSessionTimeoutInMinutes()
String
getAutodeployDir()
boolean
getAutodeployEnabled()
boolean
getAutodeployJSPPrecompilationEnabled()
String
getAutodeployPollingIntervalInSeconds()
boolean
getAutodeployVerifierEnabled()
String
getDeployXMLValidation()
See ValidationLevelValues
.
boolean
getDynamicReloadEnabled()
String
getDynamicReloadPollIntervalInSeconds()
void
setAdminSessionTimeoutInMinutes(String value)
void
setAutodeployDir(String value)
void
setAutodeployEnabled(boolean value)
void
setAutodeployJSPPrecompilationEnabled(boolean value)
void
setAutodeployPollingIntervalInSeconds(String value)
void
setAutodeployVerifierEnabled(boolean value)
void
setDynamicReloadEnabled(boolean value)
void
setDynamicReloadPollIntervalInSeconds(String value)
Methods inherited from interface com.sun.appserv.management.base.AMX
getContainer, getDomainRoot, getFullType, getGroup, getJ2EEType, getName, isDAS
Methods inherited from interface javax.management.NotificationEmitter
removeNotificationListener
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
Methods inherited from interface com.sun.appserv.management.base.AMXMBeanLogging
getMBeanLoggerName, getMBeanLogLevel, setMBeanLogLevel
Methods inherited from interface com.sun.appserv.management.config.PropertiesAccess
createProperty, existsProperty, getProperties, getPropertyNames, getPropertyValue, removeProperty, setPropertyValue
Field Detail
J2EE_TYPE
static final String J2EE_TYPE
AMX.getJ2EEType()
.
Method Detail
getAdminSessionTimeoutInMinutes
String getAdminSessionTimeoutInMinutes()
setAdminSessionTimeoutInMinutes
void setAdminSessionTimeoutInMinutes(String value)
getAutodeployDir
String getAutodeployDir()
setAutodeployDir
void setAutodeployDir(String value)
getAutodeployEnabled
boolean getAutodeployEnabled()
setAutodeployEnabled
void setAutodeployEnabled(boolean value)
getAutodeployJSPPrecompilationEnabled
boolean getAutodeployJSPPrecompilationEnabled()
setAutodeployJSPPrecompilationEnabled
void setAutodeployJSPPrecompilationEnabled(boolean value)
getAutodeployPollingIntervalInSeconds
String getAutodeployPollingIntervalInSeconds()
setAutodeployPollingIntervalInSeconds
void setAutodeployPollingIntervalInSeconds(String value)
getAutodeployVerifierEnabled
boolean getAutodeployVerifierEnabled()
setAutodeployVerifierEnabled
void setAutodeployVerifierEnabled(boolean value)
getDeployXMLValidation
String getDeployXMLValidation()
ValidationLevelValues
. Read-only.
getDynamicReloadEnabled
boolean getDynamicReloadEnabled()
setDynamicReloadEnabled
void setDynamicReloadEnabled(boolean value)
getDynamicReloadPollIntervalInSeconds
String getDynamicReloadPollIntervalInSeconds()
setDynamicReloadPollIntervalInSeconds
void setDynamicReloadPollIntervalInSeconds(String value)
Overview
Package
Class
Tree
Deprecated
Index
Help
Java EE 5 SDK
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Submit a bug or feature