|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VirtualServerConfig
Configuration for the <virtual-server> element.
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 |
Fields inherited from interface com.sun.appserv.management.base.Container |
---|
ATTR_CONTAINEE_J2EE_TYPES |
Method Summary | |
---|---|
HTTPAccessLogConfig |
createHTTPAccessLogConfig(boolean ipOnly,
String logDirectory,
Map<String,String> reserved)
Creates new http-access-log element. |
String |
getDefaultWebModule()
|
String |
getDocRoot()
|
String |
getHosts()
|
HTTPAccessLogConfig |
getHTTPAccessLogConfig()
Get the HTTPAccessLogConfig MBean. |
String |
getHTTPListeners()
|
String |
getLogFile()
|
String |
getState()
|
void |
removeHTTPAccessLogConfig()
Removes http-access-log element. |
void |
setDefaultWebModule(String value)
|
void |
setDocRoot(String value)
|
void |
setHosts(String value)
|
void |
setHTTPListeners(String value)
|
void |
setLogFile(String value)
|
void |
setState(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 |
Methods inherited from interface com.sun.appserv.management.base.Container |
---|
getByNameContaineeSet, getContainee, getContainee, getContaineeJ2EETypes, getContaineeMap, getContaineeSet, getContaineeSet, getContaineeSet, getMultiContaineeMap |
Field Detail |
---|
static final String J2EE_TYPE
AMX.getJ2EEType()
.
Method Detail |
---|
String getDefaultWebModule()
void setDefaultWebModule(String value)
String getHosts()
void setHosts(String value)
String getHTTPListeners()
void setHTTPListeners(String value)
String getLogFile()
void setLogFile(String value)
String getState()
void setState(String value)
String getDocRoot()
void setDocRoot(String value)
void removeHTTPAccessLogConfig()
HTTPAccessLogConfig getHTTPAccessLogConfig()
HTTPAccessLogConfig createHTTPAccessLogConfig(boolean ipOnly, String logDirectory, Map<String,String> reserved)
ipOnly
- logDirectory
- reserved
-
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.