|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HTTPServiceConfig
Configuration for the <http-service> 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 |
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 |
---|
Map<String,HTTPListenerConfig> getHTTPListenerConfigMap()
Container.getContaineeMap(java.lang.String)
Map<String,VirtualServerConfig> getVirtualServerConfigMap()
Container.getContaineeMap(java.lang.String)
AccessLogConfig createAccessLogConfig(Map<String,String> params)
params
-
AccessLogConfigKeys
void removeAccessLogConfig()
RequestProcessingConfig createRequestProcessingConfig(Map<String,String> params)
params
-
RequestProcessingConfigKeys
void removeRequestProcessingConfig()
KeepAliveConfig getKeepAliveConfig()
KeepAliveConfig createKeepAliveConfig(Map<String,String> params)
params
-
KeepAliveConfigKeys
void removeKeepAliveConfig()
ConnectionPoolConfig createConnectionPoolConfig(Map<String,String> params)
params
-
ConnectionPoolConfigKeys
void removeConnectionPoolConfig()
HTTPProtocolConfig getHTTPProtocolConfig()
HTTPProtocolConfig createHTTPProtocolConfig(Map<String,String> params)
params
-
HTTPProtocolConfigKeys
void removeHTTPProtocolConfig()
HTTPFileCacheConfig getHTTPFileCacheConfig()
HTTPFileCacheConfig createHTTPFileCacheConfig(Map<String,String> params)
params
-
HTTPFileCacheConfigKeys
void removeHTTPFileCacheConfig()
HTTPListenerConfig createHTTPListenerConfig(String name, String address, int port, String defaultVirtualServer, String serverName, Map<String,String> optional)
HTTPListenerConfigKeys.ADDRESS_KEY
HTTPListenerConfigKeys.PORT_KEY
HTTPListenerConfigKeys.ENABLED_KEY
HTTPListenerConfigKeys.SECURITY_ENABLED_KEY
HTTPListenerConfigKeys.DEFAULT_VIRTUAL_SERVER_KEY
HTTPListenerConfigKeys.ACCEPTOR_THREADS_KEY
HTTPListenerConfigKeys.XPOWERED_BY_KEY
HTTPListenerConfigKeys.XPOWERED_BY_KEY
CommonConfigKeys.IGNORE_MISSING_REFERENCES_KEY
(for defaultVirtualServer)
name
- the name (id) of the newly created listeneraddress
- IP address of the listenerport
- port of the listenerdefaultVirtualServer
- The name of the default
virtual server for this particular connection group.serverName
- optional
- optional parameters keyed by one of XXX_KEY
HTTPListenerConfigKeys
void removeHTTPListenerConfig(String name)
name
- the name (id) of the http listener to be removed.VirtualServerConfig createVirtualServerConfig(String name, String hosts, Map<String,String> optional)
VirtualServerConfigKeys.HTTP_LISTENERS_KEY
VirtualServerConfigKeys.STATE_KEY
VirtualServerConfigKeys.DOC_ROOT_PROPERTY_KEY
VirtualServerConfigKeys.ACCESS_LOG_PROPERTY_KEY
name
- the name (id) of the newly created virtual serverhosts
- comma-separated list of hostsoptional
- optional params
VirtualServerConfigKeys
void removeVirtualServerConfig(String virtualServerName)
virtualServerName
- AccessLogConfig getAccessLogConfig()
RequestProcessingConfig getRequestProcessingConfig()
ConnectionPoolConfig getConnectionPoolConfig()
|
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.