|
J2EE1.4 SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Configuration for an
Copyright 2003 Sun Microsystems, Inc. All rights reserved.
Field Summary
static java.lang.String
J2EE_TYPE
The j2eeType as returned by AMX.getJ2EEType()
.
Fields inherited from interface com.sun.appserv.management.config.PropertiesAccess
PROPERTY_PREFIX
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, NAME_KEY, NO_NAME, NULL_NAME
Fields inherited from interface com.sun.appserv.management.base.AMXMBeanLogging
LOG_RECORD_KEY, LOG_RECORD_NOTIFICATION_TYPE
Fields inherited from interface com.sun.appserv.management.base.Container
ATTR_CONTAINEE_J2EE_TYPES
Method Summary
java.lang.String
getAcceptorThreads()
java.lang.String
getAddress()
boolean
getBlockingEnabled()
java.lang.String
getDefaultVirtualServer()
boolean
getEnabled()
java.lang.String
getExternalPort()
java.lang.String
getFamily()
See HTTPListenerConfigFamilyValues
.
java.lang.String
getPort()
The port can be either a number or a system property ${...}, thus its
type is String.
java.lang.String
getRedirectPort()
The port can be either a number or a system property ${...}, thus its
type is String.
boolean
getSecurityEnabled()
java.lang.String
getServerName()
boolean
getXpoweredBy()
void
setAcceptorThreads(java.lang.String value)
void
setAddress(java.lang.String value)
void
setBlockingEnabled(boolean value)
void
setDefaultVirtualServer(java.lang.String value)
void
setEnabled(boolean value)
void
setExternalPort(java.lang.String value)
void
setFamily(java.lang.String value)
void
setPort(java.lang.String value)
void
setRedirectPort(java.lang.String value)
void
setSecurityEnabled(boolean value)
void
setServerName(java.lang.String value)
void
setXpoweredBy(boolean value)
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.AMX
getContainer, getDomainRoot, getFullType, getGroup, getJ2EEType, getName
Methods inherited from interface com.sun.appserv.management.base.AMXMBeanLogging
getMBeanEmitLogNotifications, getMBeanLoggerName, getMBeanLogLevel, setMBeanEmitLogNotifications, setMBeanLogLevel
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.config.SSLConfigContainer
createSSLConfig, getSSLConfig, removeSSLConfig
Methods inherited from interface com.sun.appserv.management.base.Container
getByNameContaineeSet, getContainee, getContainee, getContaineeJ2EETypes, getContaineeMap, getContaineeSet, getContaineeSet, getContaineeSet, getMultiContaineeMap
Field Detail
J2EE_TYPE
public static final java.lang.String J2EE_TYPE
AMX.getJ2EEType()
.
Method Detail
getAcceptorThreads
public java.lang.String getAcceptorThreads()
setAcceptorThreads
public void setAcceptorThreads(java.lang.String value)
getAddress
public java.lang.String getAddress()
setAddress
public void setAddress(java.lang.String value)
getDefaultVirtualServer
public java.lang.String getDefaultVirtualServer()
setDefaultVirtualServer
public void setDefaultVirtualServer(java.lang.String value)
getEnabled
public boolean getEnabled()
setEnabled
public void setEnabled(boolean value)
getPort
public java.lang.String getPort()
setPort
public void setPort(java.lang.String value)
getRedirectPort
public java.lang.String getRedirectPort()
setRedirectPort
public void setRedirectPort(java.lang.String value)
getSecurityEnabled
public boolean getSecurityEnabled()
setSecurityEnabled
public void setSecurityEnabled(boolean value)
getServerName
public java.lang.String getServerName()
setServerName
public void setServerName(java.lang.String value)
getXpoweredBy
public boolean getXpoweredBy()
setXpoweredBy
public void setXpoweredBy(boolean value)
getFamily
public java.lang.String getFamily()
setFamily
public void setFamily(java.lang.String value)
value
- Valid values are as defined in HTTPListenerConfigFamilyValues
.
getExternalPort
public java.lang.String getExternalPort()
setExternalPort
public void setExternalPort(java.lang.String value)
getBlockingEnabled
public boolean getBlockingEnabled()
setBlockingEnabled
public void setBlockingEnabled(boolean value)
Overview
Package
Class
Tree
Deprecated
Index
Help
J2EE1.4 SDK
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Submit a bug or feature