BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.0 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 are not available through the deprecated MBeanHome interface.)


weblogic.management.configuration
Interface ServerMBean

All Superinterfaces:
ConfigurationMBean, weblogic.descriptor.DescriptorBean, DynamicMBean, KernelMBean, MBeanRegistration, NotificationBroadcaster, weblogic.descriptor.SettableBean, TargetMBean, weblogic.management.WebLogicMBean

public interface ServerMBean
extends KernelMBean, TargetMBean

This class represents a WebLogic Server. A WebLogic Server is a Java process that is a container for J2EE applications.

Deprecation of MBeanHome and Type-Safe Interfaces

This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see "Developing Manageable Applications with JMX" on http://www.oracle.com/technology/documentation/index.html.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
static String DEFAULT_JDBC_FILE_NAME
           
static String DEFAULT_STAGE
          This staging mode indicates that applications deployed to the Admin Server will not be staged, and applications deployed to Managed Servers will evaluate to "staged".
static String EXTERNAL_STAGE
          This staging mode indicates that applications deployed to this server will not be staged as part of the deployment, but will be activated from the staging directory.
static String LOGTYPE_WL_STDERR
           
static String LOGTYPE_WL_STDOUT
           
static String NO_STAGE
          This staging mode indicates that applications deployed to this server will not be staged as part of the deployment, and will be activated from the location specified by the application's Path attribute.
static String STAGE
          This staging mode indicates that applications deployed to this server will be staged as part of the deployment.
static String STAGING_NAME
          the default staging directory name, relative to the server directory.
static String SYNCWRITE_CACHEFLUSH
           
static String SYNCWRITE_DIRECTWRITE
           
static String UPLOAD_DIR_NAME
           
 
Fields inherited from interface weblogic.management.configuration.KernelMBean
STDOUT_NOID, STDOUT_STANDARD
 
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
 
Method Summary
 boolean addNetworkAccessPoint(NetworkAccessPointMBean networkAccessPoint)
          Deprecated. 9.0.0.0
 NetworkAccessPointMBean createNetworkAccessPoint(String name)
          Factory to create a new NetworkAccessPoint instance for this Server.
 void destroyNetworkAccessPoint(NetworkAccessPointMBean accessPoint)
          Destroys a NetworkAccessPoint object.
 int getAcceptBacklog()
          The number of backlogged, new TCP connection requests that should be allowed for this server's regular and SSL ports.
 int getAdministrationPort()
          The secure administration port for the server.
 int getAdminReconnectIntervalSeconds()
          The number of seconds between reconnection attempts to the admin server.
 boolean getAutoKillIfFailed()
          Specifies whether the Node Manager should automatically kill this server if its health state is failed.
 boolean getAutoRestart()
          Specifies whether the Node Manager can automatically restart this server if it crashes or otherwise or goes down unexpectedly.
 MachineMBean[] getCandidateMachines()
          Limits the list of candidate machines that the cluster specifies.
 ClusterMBean getCluster()
          The cluster, or group of WebLogic Server instances, to which this server belongs.
 ClusterRuntimeMBean getClusterRuntime()
          Deprecated. 9.0.0.0
 int getClusterWeight()
          The proportion of the load that this server will bear, relative to other servers in a cluster.
 COMMBean getCOM()
          Returns the server's COM configuration.
 String getCustomIdentityKeyStoreFileName()
          The path and file name of the identity keystore.
 String getCustomIdentityKeyStorePassPhrase()
          The encrypted custom identity keystore's passphrase.
 byte[] getCustomIdentityKeyStorePassPhraseEncrypted()
          Returns encrypted pass phrase defined when creating the keystore.
 String getCustomIdentityKeyStoreType()
          The type of the keystore.
 String getCustomTrustKeyStoreFileName()
          The path and file name of the custom trust keystore.
 String getCustomTrustKeyStorePassPhrase()
          The encrypted custom trust keystore's passphrase.
 byte[] getCustomTrustKeyStorePassPhraseEncrypted()
          The custom trust keystore's encrypted passphrase.
 String getCustomTrustKeyStoreType()
          The type of the keystore.
 DefaultFileStoreMBean getDefaultFileStore()
          Controls the configuration of the default persistent store on this server.
 String getDefaultIIOPPassword()
          The password for the default IIOP user.
 byte[] getDefaultIIOPPasswordEncrypted()
          The encrypted password for the default IIOP user.
 String getDefaultIIOPUser()
          The user name of the default IIOP user.
 String getDefaultTGIOPPassword()
          The password for the default user associated with the Tuxedo GIOP (TGIOP) protocol.
 byte[] getDefaultTGIOPPasswordEncrypted()
          The encrypted password for the default TGIOP user.
 String getDefaultTGIOPUser()
          The default user associated with the Tuxedo GIOP (TGIOP) protocol.
 DomainLogFilterMBean getDomainLogFilter()
          Deprecated. 9.0.0.0 Replaced by LogMBean.LogBroadcastFilter The severity of messages going to the domain log is configured separately through LogMBean.LogBroadcastSeverity, For backward compatibility the changes to this attribute will be propagated to the LogMBean.
 String getExternalDNSName()
          The external IP address or DNS name for this server.
 String getExtraEjbcOptions()
          The options passed to the EJB compiler during server-side generation.
 String getExtraRmicOptions()
          The options passed to the RMIC compiler during server-side generation.
 int getGracefulShutdownTimeout()
          Number of seconds a graceful shutdown operation waits before forcing a shut down.
 int getHealthCheckIntervalSeconds()
          The number of seconds that defines the frequency of this server's self-health monitoring.
 int getHealthCheckTimeoutSeconds()
          Deprecated. 9.0.0.0 Replaced by Server self-health monitoring that takes action without NodeManager intervention. NodeManager identifies if a running server was shutdown due to a restartable failure and restarts the server.
 boolean getHostsMigratableServices()
          Gets the hostsMigratableServices attribute of the ServerMBean object
 String getInterfaceAddress()
          The IP address of the NIC that this server should use for multicast traffic.
 String getJavaCompiler()
          The Java compiler to use for all applications hosted on this server that need to compile Java code.
 String getJavaCompilerPostClassPath()
          The options to append to the Java compiler classpath when compiling Java code.
 String getJavaCompilerPreClassPath()
          The options to prepend to the Java compiler classpath when compiling Java code.
 String getJavaStandardTrustKeyStorePassPhrase()
          The password for the Java Standard Trust keystore.
 byte[] getJavaStandardTrustKeyStorePassPhraseEncrypted()
          The encrypted password for the Java Standard Trust keystore.
 String getJDBCLLRTableName()
          The table name for this server's Logging Last Resource (LLR) database table(s).
 String getJDBCLogFileName()
          Deprecated. 9.0.0.0
 int getJDBCLoginTimeoutSeconds()
          Get the JDBC Login Timeout value.
 String[] getJNDITransportableObjectFactoryList()
          List of factories that create transportable objects.
 JTAMigratableTargetMBean getJTAMigratableTarget()
          Returns the JTAMigratableTargetMBean that is used to deploy the JTA Recovery Service to (is the server's cluster is not null).
 String getKeyStores()
          Which configuration rules should be used for finding the server's identity and trust keystores?
 String getListenAddress()
          The IP address or DNS name this server uses to listen for incoming connections.
 int getListenDelaySecs()
          Deprecated.  
 boolean getListenersBindEarly()
          Determines whether the server should bind server sockets early.
 int getListenPort()
          The default TCP port that this server uses to listen for regular (non-SSL) incoming connections.
 int getListenThreadStartDelaySecs()
          Returns the maximum time that the server will wait for server sockets to bind before starting a listen thread.
 int getLoginTimeoutMillis()
          The login timeout for this server's default regular (non-SSL) listen port.
 int getLowMemoryGCThreshold()
          The threshold level (in percent) that this server uses for logging low memory conditions and changing the server health state to Warning.
 int getLowMemoryGranularityLevel()
          The granularity level (in percent) that this server uses for logging low memory conditions and changing the server health state to Warning.
 int getLowMemorySampleSize()
          The number of times this server samples free memory during the time period specified by LowMemoryTimeInterval.
 int getLowMemoryTimeInterval()
          The amount of time (in seconds) that defines the interval over which this server determines average free memory values.
 MachineMBean getMachine()
          The WebLogic Server host computer (machine) on which this server is meant to run.
 String getName()
          An alphanumeric name for this server instance.
 NetworkAccessPointMBean[] getNetworkAccessPoints()
          Network access points, or "NAPs", define additional ports and addresses that this server listens on.
 OverloadProtectionMBean getOverloadProtection()
          get attributes related to server overload protection
 String getPreferredSecondaryGroup()
          Defines secondary clustered instances considered for hosting replicas of the primary HTTP session states created on the server.
 WSReliableDeliveryPolicyMBean getReliableDeliveryPolicy()
          The reliable delivery policy for web services.
 String getReplicationGroup()
          Defines preferred clustered instances considered for hosting replicas of the primary HTTP session states created on the server.
 int getRestartDelaySeconds()
          The number of seconds the Node Manager should wait before restarting this server.
 int getRestartIntervalSeconds()
          Deprecated.  
 int getRestartMax()
          The number of times that the Node Manager can restart this server within the interval specified in RestartInterval.
 weblogic.management.configuration.WLDFServerDiagnosticMBean getServerDiagnosticConfig()
          The diagnostic configuration for the servers
 int getServerLifeCycleTimeoutVal()
          Number of seconds a force shutdown operation waits before timing out and killing itself.
 ServerStartMBean getServerStart()
          Returns the ServerStartMBean that can be used to start up this server remotely.
 String getServerVersion()
          Deprecated. 9.0.0.0
 String getStagingDirectoryName()
          The directory path on the Managed Server where all staged (prepared) applications are placed.
 String getStagingMode()
          The mode that specifies whether an application's files are copied from a source on the Administration Server to the Managed Server's staging area during application preparation.
 String getStartupMode()
          The state in which this server should be started.
 int getStartupTimeout()
          Timeout value for server start and resume operations.
 byte[] getSystemPasswordEncrypted()
          The password required to access administrative functions on this server.
 String getTransactionLogFilePrefix()
          The path prefix for the server's JTA transaction log files.
 String getTransactionLogFileWritePolicy()
          The policy that determines how transaction log file entries are written to disk.
 int getTunnelingClientPingSecs()
          The interval (in seconds) at which to ping a tunneled client to see if it is still alive.
 int getTunnelingClientTimeoutSecs()
          The amount of time (in seconds) after which a missing tunneled client is considered dead.
 String getUploadDirectoryName()
          The directory path on the Administration Server where all uploaded applications are placed.
 String getVerboseEJBDeploymentEnabled()
          Whether or not verbose deployment of EJBs is enabled.
 WebServerMBean getWebServer()
          Returns the web server for this server.
 XMLEntityCacheMBean getXMLEntityCache()
          The server's XML entity cache, which is used to configure the behavior of JAXP (Java API for XML Parsing).
 XMLRegistryMBean getXMLRegistry()
          The server's XML registry, which is used to configure the behavior of JAXP (Java API for XML Parsing).
 boolean isAutoMigrationEnabled()
          Specifies whether Node Manager can automatically restart this server and its services on another machine if the server fails.
 boolean isClasspathServletDisabled()
          The ClasspathServlet will serve any class file in the classpath and is registered by default in every Web application (including management).
 boolean isClientCertProxyEnabled()
          Specifies whether the HttpClusterServlet proxies the client certificate in a special header.
 boolean isCOMEnabled()
          Specifies whether COM support is enabled on the regular (non-SSL) port.
 boolean isDefaultInternalServletsDisabled()
          Specifies whether all default servlets in the servlet engine are disabled.
 boolean isEnabledForDomainLog()
          Deprecated. 9.0.0.0 replaced by LogMBean.LogBroadcastSeverity, For backward compatibility the changes to this attribute will be propagated to the LogMBean.
 boolean isHttpdEnabled()
          Whether or not HTTP support is enabled on the regular port or SSL port.
 boolean isHttpTraceSupportEnabled()
          Returns the HttpTraceSupportEnabled value
 boolean isIgnoreSessionsDuringShutdown()
          Indicates whether a graceful shutdown operation drops all HTTP sessions immediately.
 boolean isIIOPEnabled()
          Specifies whether this server has IIOP support enabled for both the regular (non-SSL) and SSL ports.
 boolean isJDBCLoggingEnabled()
          Deprecated. 9.0.0.0 Use ServerDebugMBean.getJDBCDriverLogging
 boolean isJMSDefaultConnectionFactoriesEnabled()
          Specifies whether this server uses JMS default connection factories.
 boolean isListenPortEnabled()
          Specifies whether this server can be reached through the default plain-text (non-SSL) listen port.
 boolean isManagedServerIndependenceEnabled()
          Specifies whether this Managed Server can be started when the Administration Server is unavailable.
 boolean isMessageIdPrefixEnabled()
          Indicates whether message IDs in logged messages will include a prefix.
 boolean isMSIFileReplicationEnabled()
          Deprecated.  
 boolean isTGIOPEnabled()
          Specifies whether this server supports Tuxedo GIOP (TGIOP) requests.
 boolean isTunnelingEnabled()
          Specifies whether tunneling for the T3, T3S, HTTP, HTTPS, IIOP, and IIOPS protocols should be enabled for this server.
 boolean isWeblogicPluginEnabled()
          Specifies whether this server uses the proprietary WL-Proxy-Client-IP header, which is recommended if the server instance will receive requests from a proxy plug-in.
 NetworkAccessPointMBean lookupNetworkAccessPoint(String name)
          Look up an NetworkAccessPoint by name
 boolean removeNetworkAccessPoint(NetworkAccessPointMBean networkAccessPoint)
          Deprecated. 9.0.0.0
 void setAcceptBacklog(int count)
          Sets the value of the AcceptBacklog attribute.
 void setAdministrationPort(int port)
          Sets the value of the ServerMBean's AdministrationPort attribute.
 void setAdminReconnectIntervalSeconds(int secs)
          Sets the value of the AdminReconnectIntervalSeconds attribute.
 void setAutoKillIfFailed(boolean enable)
          Sets the value of the AutoKillIfFailed attribute.
 void setAutoMigrationEnabled(boolean enable)
          Sets the value of the AutoMigrationEnabled attribute.
 void setAutoRestart(boolean enable)
          Sets the value of the AutoRestart attribute.
 void setCandidateMachines(MachineMBean[] machines)
          Sets the value of the CandidateMachines attribute.
 void setClasspathServletDisabled(boolean enabled)
          Sets the value of the ClasspathServletDisabled attribute.
 void setClientCertProxyEnabled(boolean ccp)
          Sets the value of the ClientCertProxyEnabled attribute.
 void setCluster(ClusterMBean cluster)
          Sets the value of the Cluster attribute.
 void setClusterRuntime(ClusterRuntimeMBean clusterRuntime)
          Deprecated. 9.0.0.0
 void setClusterWeight(int weight)
          Sets the value of the ClusterWeight attribute.
 void setCOMEnabled(boolean enable)
          Sets the value of the COMEnabled attribute.
 void setCustomIdentityKeyStoreFileName(String fileName)
          Sets the value of the CustomIdentityKeyStoreFileName attribute.
 void setCustomIdentityKeyStorePassPhrase(String passPhrase)
          Sets the value of the CustomIdentityKeyStorePassPhrase attribute.
 void setCustomIdentityKeyStorePassPhraseEncrypted(byte[] passPhraseEncrypted)
          Sets the encrypted value of the CustomIdentityKeyStorePassPhrase attribute.
 void setCustomIdentityKeyStoreType(String type)
          Sets the value of the CustomIdentityKeyStoreType attribute.
 void setCustomTrustKeyStoreFileName(String fileName)
          Sets the value of the CustomTrustKeyStoreFilename attribute.
 void setCustomTrustKeyStorePassPhrase(String passPhrase)
          Sets the value of the CustomTrustKeyStorePassPhrase attribute.
 void setCustomTrustKeyStorePassPhraseEncrypted(byte[] passPhraseEncrypted)
          Sets the encrypted value of the CustomTrustKeyStorePassPhrase attribute.
 void setCustomTrustKeyStoreType(String type)
          Sets the value of the CustomTrustKeyStoreType attribute.
 void setDefaultIIOPPassword(String password)
          Sets the value of the DefaultIIOPPassword attribute.
 void setDefaultIIOPPasswordEncrypted(byte[] passwordEncrypted)
          Sets the encrypted value of the DefaultIIOPPassword attribute.
 void setDefaultIIOPUser(String user)
          Sets the value of the DefaultIIOPUser attribute.
 void setDefaultInternalServletsDisabled(boolean enabled)
          Sets the value of the DefaultInternalServletsDisabled attribute.
 void setDefaultTGIOPPassword(String password)
          Sets the value of the DefaultTGIOPPassword attribute.
 void setDefaultTGIOPPasswordEncrypted(byte[] passwordEncrypted)
          Sets the encrypted value of the DefaultTGIOPPassword attribute.
 void setDefaultTGIOPUser(String user)
          Sets the value of the DefaultTGIOPUser attribute.
 void setDomainLogFilter(DomainLogFilterMBean filter)
          Sets the value of the DomainLogFilter attribute.
 void setEnabledForDomainLog(boolean choice)
          Sets the value of the EnabledForDomainLog attribute.
 void setExternalDNSName(String externalDNSName)
          Sets the value of the ExternalDNSName attribute.
 void setExtraEjbcOptions(String options)
           
 void setExtraRmicOptions(String options)
          Sets the value of ServerMBean's ExtraRmicOptions attribute.
 void setGracefulShutdownTimeout(int timeout)
          Sets the value of the GracefulShutdownTimeout attribute.
 void setHealthCheckIntervalSeconds(int secs)
          Sets the value of the HealthCheckIntervalSeconds attribute.
 void setHealthCheckStartDelaySeconds(int secs)
          Sets the value of the HealthCheckStartDelaySeconds attribute.
 void setHealthCheckTimeoutSeconds(int secs)
          Deprecated. 9.0.0.0 Replaced by Server self-health monitoring that takes action without NodeManager intervention. NodeManager identifies if a running server was shutdown due to a restartable failure and restarts the server.
 void setHttpdEnabled(boolean enable)
          Sets the value of the HttpdEnabled attribute.
 void setHttpTraceSupportEnabled(boolean tse)
          Attackers may abuse HTTP TRACE functionality to gain access to information in HTTP headers such as cookies and authentication data.
 void setIgnoreSessionsDuringShutdown(boolean ignoreSessions)
          Sets the value of the IgnoreSessionsDuringShutdown attribute.
 void setIIOPEnabled(boolean enable)
          Sets the value of the IIOPEnabled attribute.
 void setInterfaceAddress(String address)
           
 void setJ2EE12OnlyModeEnabled(boolean enable)
          Sets the j2EE12OnlyModeEnabled attribute of the ServerMBean object
 void setJ2EE13WarningEnabled(boolean enable)
          Sets the j2EE13WarningEnabled attribute of the ServerMBean object
 void setJavaCompiler(String javaCompiler)
          Sets the value of the JavaCompiler attribute.
 void setJavaCompilerPostClassPath(String postClassPath)
          Sets the value of the JavaCompilerPostClassPath attribute.
 void setJavaCompilerPreClassPath(String preClassPath)
          Sets the value of the JavaCompilerPreClassPath attribute.
 void setJavaStandardTrustKeyStorePassPhrase(String passPhrase)
          Sets the value of the JavaStandardTrustKeyStorePhrase attribute.
 void setJavaStandardTrustKeyStorePassPhraseEncrypted(byte[] passPhraseEncrypted)
          Sets the encrypted value of the JavaStandardTrustKeyStorePhrase attribute.
 void setJDBCLLRTableName(String name)
          Set a custom table for this server's logging last resource database table.
 void setJDBCLogFileName(String logFileName)
          Deprecated. 9.0.0.0
 void setJDBCLoggingEnabled(boolean enable)
          Deprecated. 9.0.0.0 Use ServerDebugMBean.setJDBCDriverLogging
 void setJDBCLoginTimeoutSeconds(int timeout)
          Set the JDBC Login Timeout value.
 void setJMSDefaultConnectionFactoriesEnabled(boolean enabled)
          Sets the value of the JMSDefaultConnectionFactoriesEnabled attribute.
 void setJNDITransportableObjectFactoryList(String[] list)
          Sets the jNDITransportableObjectFactoryList attribute of the ServerMBean object
 void setJRMPEnabled(boolean enable)
          Sets the value of the JRMPEnabled attribute.
 void setKeyStores(String keystores)
          Sets the value of the KeyStores attribute.
 void setListenAddress(String address)
          Sets the value of the ListenAddress attribute.
 void setListenDelaySecs(int seconds)
          Sets the listenDelaySecs attribute of the ServerMBean object
 void setListenersBindEarly(boolean value)
           
 void setListenPort(int port)
          Sets the value of the ListenPort attribute.
 void setListenPortEnabled(boolean enable)
           
 void setListenThreadStartDelaySecs(int seconds)
           
 void setLoginTimeoutMillis(int count)
          Sets the value of the LoginTimeoutMillis attribute.
 void setLowMemoryGCThreshold(int size)
          Sets the value of the LowMemoryGCThreshold attribute.
 void setLowMemoryGranularityLevel(int size)
          Sets the value of the LowMemoryGranularityLevel attribute.
 void setLowMemorySampleSize(int sampleSize)
          Sets the value of the LowMemorySampleSize attribute.
 void setLowMemoryTimeInterval(int seconds)
          Sets the value of the LowMemoryTimeInterval attribute.
 void setMachine(MachineMBean machine)
          Sets the value of the Machine attribute.
 void setManagedServerIndependenceEnabled(boolean enable)
          Sets the value of the ManagedServerIndependenceEnabled attribute.
 void setMessageIdPrefixEnabled(boolean prefix)
          Sets the value of the MessageIdPrefixEnabled attribute.
 void setMSIFileReplicationEnabled(boolean enable)
          Deprecated.  
 void setName(String name)
          Set the value of the Name attribute.
 void setNetworkAccessPoints(NetworkAccessPointMBean[] networkAccessPoints)
          Deprecated. 9.0.0.0
 void setPreferredSecondaryGroup(String group)
          Sets the value of the PreferredSecondaryGroup attribute.
 void setReliableDeliveryPolicy(WSReliableDeliveryPolicyMBean mbean)
          Sets the value of the ReliableDeliveryPolicy attribute.
 void setReplicationGroup(String group)
          Sets the value of the ReplicationGroup attribute.
 void setRestartDelaySeconds(int secs)
          Sets the value of the RestartDelaySeconds attribute.
 void setRestartIntervalSeconds(int secs)
          Deprecated.  
 void setRestartMax(int value)
          Sets the value of the RestartMax attribute.
 void setServerLifeCycleTimeoutVal(int timeoutVal)
          Sets the value of the ServerLifeCycleTimeoutVal attribute.
 void setServerVersion(String version)
          Deprecated. 9.0.0.0
 void setStagingMode(String staging)
          Sets the value of the StagingMode attribute.
 void setStartupMode(String mode)
          Sets the value of the StartupMode attribute.
 void setStartupTimeout(int timeoutVal)
          Sets the timeout value for server start and resume operations.
 void setSystemPassword(String password)
          Sets the systemPassword attribute of the ServerMBean object
 void setSystemPasswordEncrypted(byte[] passwordEncrypted)
          Sets the encrypted systemPassword attribute of the ServerMBean object
 void setTGIOPEnabled(boolean enable)
          Sets the value of the TGIOPEnabled attribute.
 void setTransactionLogFilePrefix(String pathPrefix)
          Sets the value of the TransactionLogFilePrefix attribute.
 void setTransactionLogFileWritePolicy(String policy)
          Sets the value of the TransactionLogFileWritePolicy attribute.
 void setTunnelingClientPingSecs(int secs)
          Sets the value of the TunnelingClientPingSecs attribute.
 void setTunnelingClientTimeoutSecs(int secs)
          Sets the value of the TunnelingClientTimeoutSecs attribute.
 void setTunnelingEnabled(boolean enabled)
          Sets the value of the TunnelingEnabled attribute.
 void setUploadDirectoryName(String dir)
          Sets the value of the UploadDirectoryName attribute.
 void setVerboseEJBDeploymentEnabled(String verbose)
          Sets the verboseEJBDeploymentEnabled attribute of the ServerMBean object
 void setWeblogicPluginEnabled(boolean wpe)
          Sets the value of the ServerMBean's WebLogicPluginEnabled attribute.
 void setXMLEntityCache(XMLEntityCacheMBean cache)
          Sets the value of the XMLEntityCache attribute.
 void setXMLRegistry(XMLRegistryMBean registry)
          Sets the value of the XMLRegistry attribute.
 String synchronousKill()
          Deprecated. 9.0.0.0 Use ServerRuntimeMBean.forceShutdown() instead
 String synchronousStart()
          Deprecated. 9.0.0.0 Use ServerLifeCycleRuntimeMBean.start() instead.
 
Methods inherited from interface weblogic.management.configuration.KernelMBean
getAdministrationProtocol, getCompleteCOMMessageTimeout, getCompleteHTTPMessageTimeout, getCompleteIIOPMessageTimeout, getCompleteMessageTimeout, getCompleteT3MessageTimeout, getDefaultProtocol, getDefaultSecureProtocol, getDGCIdlePeriodsUntilTimeout, getExecuteQueues, getIdleConnectionTimeout, getIdleIIOPConnectionTimeout, getIdlePeriodsUntilTimeout, getIIOP, getIIOPTxMechanism, getLog, getMaxCOMMessageSize, getMaxHTTPMessageSize, getMaxIIOPMessageSize, getMaxMessageSize, getMaxOpenSockCount, getMaxT3MessageSize, getMessagingBridgeThreadPoolSize, getMuxerClass, getPeriodLength, getSocketReaders, getSSL, getStdoutFormat, getStdoutSeverityLevel, getStuckThreadMaxTime, getStuckThreadTimerInterval, getThreadPoolPercentSocketReaders, getUse81StyleExecuteQueues, isInstrumentStackTraceEnabled, isLogRemoteExceptionsEnabled, isNativeIOEnabled, isOutboundEnabled, isOutboundPrivateKeyEnabled, isReverseDNSAllowed, isStdoutDebugEnabled, isStdoutEnabled, isStdoutLogStack, lookupExecuteQueue, setAdministrationProtocol, setCompleteCOMMessageTimeout, setCompleteHTTPMessageTimeout, setCompleteIIOPMessageTimeout, setCompleteMessageTimeout, setCompleteT3MessageTimeout, setDefaultProtocol, setDefaultSecureProtocol, setDGCIdlePeriodsUntilTimeout, setIdleConnectionTimeout, setIdleIIOPConnectionTimeout, setIdlePeriodsUntilTimeout, setIIOPTxMechanism, setInstrumentStackTraceEnabled, setLogRemoteExceptionsEnabled, setMaxCOMMessageSize, setMaxHTTPMessageSize, setMaxIIOPMessageSize, setMaxMessageSize, setMaxOpenSockCount, setMaxT3MessageSize, setMessagingBridgeThreadPoolSize, setMuxerClass, setNativeIOEnabled, setOutboundEnabled, setOutboundPrivateKeyEnabled, setPeriodLength, setReverseDNSAllowed, setSocketReaders, setStdoutDebugEnabled, setStdoutEnabled, setStdoutFormat, setStdoutLogStack, setStdoutSeverityLevel, setStuckThreadMaxTime, setStuckThreadTimerInterval, setThreadPoolPercentSocketReaders, setUse81StyleExecuteQueues
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getNotes, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, unSet
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 
Methods inherited from interface weblogic.descriptor.DescriptorBean
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener
 

Field Detail

DEFAULT_JDBC_FILE_NAME

public static final String DEFAULT_JDBC_FILE_NAME
See Also:
Constant Field Values

DEFAULT_STAGE

public static final String DEFAULT_STAGE
This staging mode indicates that applications deployed to the Admin Server will not be staged, and applications deployed to Managed Servers will evaluate to "staged".


EXTERNAL_STAGE

public static final String EXTERNAL_STAGE
This staging mode indicates that applications deployed to this server will not be staged as part of the deployment, but will be activated from the staging directory.

See Also:
Constant Field Values

LOGTYPE_WL_STDERR

public static final String LOGTYPE_WL_STDERR
See Also:
Constant Field Values

LOGTYPE_WL_STDOUT

public static final String LOGTYPE_WL_STDOUT
See Also:
Constant Field Values

NO_STAGE

public static final String NO_STAGE
This staging mode indicates that applications deployed to this server will not be staged as part of the deployment, and will be activated from the location specified by the application's Path attribute.

See Also:
Constant Field Values

STAGE

public static final String STAGE
This staging mode indicates that applications deployed to this server will be staged as part of the deployment.

See Also:
Constant Field Values

STAGING_NAME

public static final String STAGING_NAME
the default staging directory name, relative to the server directory. This is the directory used to stage applications during deployment.

See Also:
Constant Field Values

SYNCWRITE_CACHEFLUSH

public static final String SYNCWRITE_CACHEFLUSH
See Also:
Constant Field Values

SYNCWRITE_DIRECTWRITE

public static final String SYNCWRITE_DIRECTWRITE
See Also:
Constant Field Values

UPLOAD_DIR_NAME

public static final String UPLOAD_DIR_NAME
See Also:
Constant Field Values
Method Detail

addNetworkAccessPoint

public boolean addNetworkAccessPoint(NetworkAccessPointMBean networkAccessPoint)
                              throws InvalidAttributeValueException,
                                     ConfigurationException
Deprecated. 9.0.0.0

Parameters:
networkAccessPoint - The feature to be added to the NetworkAccessPoint attribute
Returns:
Throws:
InvalidAttributeValueException
ConfigurationException
Since:
7.0.0.0
See Also:
getNetworkAccessPoints()
A dynamic MBean attribute.

createNetworkAccessPoint

public NetworkAccessPointMBean createNetworkAccessPoint(String name)

Factory to create a new NetworkAccessPoint instance for this Server.

Parameters:
name -
Returns:
NetworkAccessPoint object
Since:
7.0.0.0

destroyNetworkAccessPoint

public void destroyNetworkAccessPoint(NetworkAccessPointMBean accessPoint)

Destroys a NetworkAccessPoint object.

Parameters:
accessPoint - to be destroyed
Since:
7.0.0.0

getAcceptBacklog

public int getAcceptBacklog()

The number of backlogged, new TCP connection requests that should be allowed for this server's regular and SSL ports.

Setting the backlog to 0 may prevent this server from accepting any incoming connection on some operating systems.

Returns:
The acceptBacklog value
See Also:
getListenPort(), getAcceptBacklog(), NetworkAccessPointMBean.getAcceptBacklog()
Default value:
50
Minimum value:
0
A dynamic MBean attribute.

getAdministrationPort

public int getAdministrationPort()

The secure administration port for the server. This port requires that you enable the domain's administration port and that SSL is configured and enabled.

By default, the server uses the administration port that is specified at the domain level. To override the domain-level administration port for the current server instance, set this server's administration port.

Returns:
The administrationPort value
See Also:
DomainMBean.isAdministrationPortEnabled(), DomainMBean.getAdministrationPort(), KernelMBean.getSSL()
Minimum value:
0
Maximum value:
65534
A dynamic MBean attribute.

getAdminReconnectIntervalSeconds

public int getAdminReconnectIntervalSeconds()

The number of seconds between reconnection attempts to the admin server. When the admin server fails the managed server will periodically try to connect back to it.

Returns:
The adminReconnectIntervalSeconds value
Default value:
10
Minimum value:
0
Maximum value:
2147483647
A configurable MBean attribute.
A dynamic MBean attribute.

getAutoKillIfFailed

public boolean getAutoKillIfFailed()

Specifies whether the Node Manager should automatically kill this server if its health state is failed.

Returns:
The autoKillIfFailed value
Default value:
false
A configurable MBean attribute.
A dynamic MBean attribute.

getAutoRestart

public boolean getAutoRestart()

Specifies whether the Node Manager can automatically restart this server if it crashes or otherwise or goes down unexpectedly.

Returns:
The autoRestart value
Default value:
true
A configurable MBean attribute.
A dynamic MBean attribute.

getCandidateMachines

public MachineMBean[] getCandidateMachines()

Limits the list of candidate machines that the cluster specifies. (Requires you to enable this server for automatic migration and to configure the cluster with a set of candidate machines.)

If this server fails and if it is enabled for automatic migration, Node Manager automatically restarts it. By default, Node Manager restarts the server on any of the candidate machines that the cluster specifies (in order of preference that you configured in the cluster). To change the default, you use this server's list of candidate machines to create a subset of the cluster-wide candidates. You can also change the order of preference.

See Also:
ClusterMBean#getCandidateMachines

getCluster

public ClusterMBean getCluster()

The cluster, or group of WebLogic Server instances, to which this server belongs.

If set, the server will listen for cluster multicast events.

Returns:
The cluster value
See Also:
getClusterWeight(), ClusterMBean.getMulticastPort(), ClusterMBean.getMulticastAddress()
A configurable MBean attribute.

getClusterRuntime

public ClusterRuntimeMBean getClusterRuntime()
Deprecated. 9.0.0.0

This method is unsupported and always returns null. Use ServerRuntimeMBean.getClusterRuntime instead.

Returns:
The clusterRuntime value

getClusterWeight

public int getClusterWeight()

The proportion of the load that this server will bear, relative to other servers in a cluster.

If all servers have the default weight or the same weight, each bears an equal proportion of the load. If one server has weight 50 and all other servers have weight 100, the 50-weight server will bear half as much load as any other server.

Returns:
The clusterWeight value
See Also:
getCluster()
Default value:
100
Minimum value:
1
Maximum value:
100
A configurable MBean attribute.

getCOM

public COMMBean getCOM()

Returns the server's COM configuration.

Returns:
The cOM value

getCustomIdentityKeyStoreFileName

public String getCustomIdentityKeyStoreFileName()

The path and file name of the identity keystore.

The path name must either be absolute or relative to where the server was booted. The custom identity key store file name is only used if KeyStores is CUSTOM_IDENTITY_AND_JAVA_STANDARD_TRUST, CUSTOM_IDENTITY_AND_CUSTOM_TRUST or CUSTOM_IDENTITY_AND_COMMAND_LINE_TRUST.

Returns:
The customIdentityKeyStoreFileName value
Default value:
null
A dynamic MBean attribute.
true

getCustomIdentityKeyStorePassPhrase

public String getCustomIdentityKeyStorePassPhrase()

The encrypted custom identity keystore's passphrase. If empty or null, then the keystore will be opened without a passphrase.

This attribute is only used if KeyStores is CUSTOM_IDENTITY_AND_JAVA_STANDARD_TRUST, CUSTOM_IDENTITY_AND_CUSTOM_TRUST or CUSTOM_IDENTITY_AND_COMMAND_LINE_TRUST.

When you get the value of this attribute, WebLogic Server does the following:

  1. Retrieves the value of the CustomIdentityKeyStorePassPhraseEncrypted attribute.
  2. Decrypts the value and returns the unencrypted password as a String.

When you set the value of this attribute, WebLogic Server does the following:

  1. Encrypts the value.
  2. Sets the value of the CustomIdentityKeyStorePassPhraseEncrypted attribute to the encrypted value.

Using this attribute (CustomIdentityKeyStorePassPhrase) is a potential security risk because the String object (which contains the unencrypted password) remains in the JVM's memory until garbage collection removes it. Depending on how memory is allocated in the JVM, a significant amount of time could pass before this unencrypted data is removed from memory.

Instead of using this attribute, use CustomIdentityKeyStorePassPhraseEncrypted.

Returns:
The customIdentityKeyStorePassPhrase value
See Also:
getCustomIdentityKeyStorePassPhraseEncrypted()

getCustomIdentityKeyStorePassPhraseEncrypted

public byte[] getCustomIdentityKeyStorePassPhraseEncrypted()

Returns encrypted pass phrase defined when creating the keystore.

Returns:
The encrypted customIdentityKeyStorePassPhrase value
See Also:
weblogic.management.EncryptionHelper
Default value:
null
A dynamic MBean attribute.
true

getCustomIdentityKeyStoreType

public String getCustomIdentityKeyStoreType()

The type of the keystore. Generally, this is JKS.

If empty or null, then the JDK's default keystore type (specified in java.security) is used. The custom identity key store type is only used if KeyStores is CUSTOM_IDENTITY_AND_JAVA_STANDARD_TRUST, CUSTOM_IDENTITY_AND_CUSTOM_TRUST or CUSTOM_IDENTITY_AND_COMMAND_LINE_TRUST.

Returns:
The customIdentityKeyStoreType value
Default value:
null
A dynamic MBean attribute.
true

getCustomTrustKeyStoreFileName

public String getCustomTrustKeyStoreFileName()

The path and file name of the custom trust keystore.

The path name must either be absolute or relative to where the server was booted. This file name is only used if KeyStores is CUSTOM_IDENTITY_AND_CUSTOM_TRUST.

Returns:
The customTrustKeyStoreFileName value
Default value:
null
A dynamic MBean attribute.
true

getCustomTrustKeyStorePassPhrase

public String getCustomTrustKeyStorePassPhrase()

The encrypted custom trust keystore's passphrase. If empty or null, then the keystore will be opened without a passphrase.

This attribute is only used if KeyStores is CUSTOM_IDENTITY_AND_CUSTOM_TRUST.

When you get the value of this attribute, WebLogic Server does the following:

  1. Retrieves the value of the CustomTrustKeyStorePassPhraseEncrypted attribute.
  2. Decrypts the value and returns the unencrypted password as a String.

When you set the value of this attribute, WebLogic Server does the following:

  1. Encrypts the value.
  2. Sets the value of the CustomTrustKeyStorePassPhraseEncrypted attribute to the encrypted value.

Using this attribute (CustomTrustKeyStorePassPhrase) is a potential security risk because the String object (which contains the unencrypted password) remains in the JVM's memory until garbage collection removes it. Depending on how memory is allocated in the JVM, a significant amount of time could pass before this unencrypted data is removed from memory.

Instead of using this attribute, use CustomTrustKeyStorePassPhraseEncrypted.

Returns:
The customTrustKeyStorePassPhrase value
See Also:
getCustomTrustKeyStorePassPhraseEncrypted()

getCustomTrustKeyStorePassPhraseEncrypted

public byte[] getCustomTrustKeyStorePassPhraseEncrypted()

The custom trust keystore's encrypted passphrase. If empty or null, then the keystore will be opened without a passphrase.

This attribute is only used if KeyStores is CUSTOM_IDENTITY_AND_CUSTOM_TRUST.

To set this attribute, pass an unencrypted string to the MBean server's setAttribute method. WebLogic Server encrypts the value and sets the attribute to the encrypted value.

To compare a password that a user enters with the encrypted value of this attribute, use the same WebLogic Server instance that you used to set and encrypt this attribute and use weblogic.management.EncryptionHelper.encrypt() to encrypt the user-supplied password. Then compare the encrypted values.

Returns:
The encrypted customTrustKeyStorePassPhrase value
See Also:
weblogic.management.EncryptionHelper
Default value:
null
A dynamic MBean attribute.
true

getCustomTrustKeyStoreType

public String getCustomTrustKeyStoreType()

The type of the keystore. Generally, this is JKS.

If empty or null, then the JDK's default keystore type (specified in java.security) is used. This keystore type is only used if KeyStores is CUSTOM_IDENTITY_AND_CUSTOM_TRUST.

Returns:
The customTrustKeyStoreType value
Default value:
null
A dynamic MBean attribute.
true

getDefaultFileStore

public DefaultFileStoreMBean getDefaultFileStore()

Controls the configuration of the default persistent store on this server. Each server has a default store, which is a file-based object repository used by various subsystems.


getDefaultIIOPPassword

public String getDefaultIIOPPassword()

The password for the default IIOP user. (Requires you to enable IIOP.)

As of 8.1 sp4, when you get the value of this attribute, WebLogic Server does the following:

  1. Retrieves the value of the DefaultIIOPPasswordEncrypted attribute.
  2. Decrypts the value and returns the unencrypted password as a String.

Using this attribute (DefaultIIOPPassword) is a potential security risk because the String object (which contains the unencrypted password) remains in the JVM's memory until garbage collection removes it. Depending on how memory is allocated in the JVM, a significant amount of time could pass before this unencrypted data is removed from memory.

Instead of using this attribute, use DefaultIIOPPasswordEncrypted.

Returns:
The defaultIIOPPassword value
See Also:
isIIOPEnabled(), getDefaultIIOPPasswordEncrypted()
Default value:
null

getDefaultIIOPPasswordEncrypted

public byte[] getDefaultIIOPPasswordEncrypted()

The encrypted password for the default IIOP user.

To set this attribute, pass an unencrypted string to the MBean server's setAttribute method. WebLogic Server encrypts the value and sets the attribute to the encrypted value.

To compare a password that a user enters with the encrypted value of this attribute, go to the same WebLogic Server instance that you used to set and encrypt this attribute and use weblogic.management.EncryptionHelper.encrypt() to encrypt the user-supplied password. Then compare the encrypted values.

Returns:
The encrypted defaultIIOPPassword value
See Also:
weblogic.management.EncryptionHelper
Default value:
null

getDefaultIIOPUser

public String getDefaultIIOPUser()

The user name of the default IIOP user. (Requires you to enable IIOP.)

Returns:
The defaultIIOPUser value
See Also:
isIIOPEnabled()
Default value:
null

getDefaultTGIOPPassword

public String getDefaultTGIOPPassword()

The password for the default user associated with the Tuxedo GIOP (TGIOP) protocol. (Requires you to configure WebLogic Tuxedo Connector (WTC) for this server.)

As of 8.1 sp4, when you get the value of this attribute, WebLogic Server does the following:

  1. Retrieves the value of the DefaultTGIOPPasswordEncrypted attribute.
  2. Decrypts the value and returns the unencrypted password as a String.

When you set the value of this attribute, WebLogic Server does the following:

  1. Encrypts the value.
  2. Sets the value of the DefaultTGIOPPasswordEncrypted attribute to the encrypted value.

Using this attribute (DefaultTGIOPPassword) is a potential security risk in because the String object (which contains the unencrypted password) remains the JVM's memory until garbage collection removes it. Depending on how memory is allocated in the JVM, a significant amount of time could pass before this unencrypted data is removed from memory.

Instead of using this attribute, use DefaultTGIOPPasswordEncrypted.

Returns:
The defaultTGIOPPassword value
See Also:
getDefaultTGIOPPasswordEncrypted()

getDefaultTGIOPPasswordEncrypted

public byte[] getDefaultTGIOPPasswordEncrypted()

The encrypted password for the default TGIOP user.

To set this attribute, pass an unencrypted string to the MBean server's setAttribute method. WebLogic Server encrypts the value and sets the attribute to the encrypted value.

To compare a password that a user enters with the encrypted value of this attribute, go to the same WebLogic Server instance that you used to set and encrypt this attribute and use weblogic.management.EncryptionHelper.encrypt() to encrypt the user-supplied password. Then compare the encrypted values.

Returns:
The encrypted defaultTGIOPPassword value
See Also:
weblogic.management.EncryptionHelper

getDefaultTGIOPUser

public String getDefaultTGIOPUser()

The default user associated with the Tuxedo GIOP (TGIOP) protocol. (Requires you to configure WebLogic Tuxedo Connector (WTC) for this server.)

Returns:
The defaultTGIOPUser value
Default value:
"guest"

getDomainLogFilter

public DomainLogFilterMBean getDomainLogFilter()
Deprecated. 9.0.0.0 Replaced by LogMBean.LogBroadcastFilter The severity of messages going to the domain log is configured separately through LogMBean.LogBroadcastSeverity, For backward compatibility the changes to this attribute will be propagated to the LogMBean.

Determines which messages this server sends to the domain log. (Requires you to enable domain logging for this server.)

If you specify none, the server sends all messages of severity WARNING and higher. This list contains all Domain Log Filters that have been defined for the domain. A server can user only one Domain Log Filter.

Returns:
The domainLogFilter value
A dynamic MBean attribute.

getExternalDNSName

public String getExternalDNSName()

The external IP address or DNS name for this server.

This address will be sent with HTTP session cookies and with dynamic server lists to HTTP proxies. It will also be used by external application clients to enable the propagation of RMI traffic through network address translating (NAT) firewalls.

You must specify an external DNS name for configurations in which a firewall is performing network address translation, unless clients are accessing WebLogic Server using t3 and the default channel. For example, define the external DNS name for configurations in which a firewall is performing network address translation, and clients are accessing WebLogic Server using HTTP via a proxy plug-in.

Returns:
The externalDNSName value
See Also:
getListenAddress(), NetworkAccessPointMBean.getExternalDNSName()
Default value:
null
A configurable MBean attribute.

getExtraEjbcOptions

public String getExtraEjbcOptions()

The options passed to the EJB compiler during server-side generation.

Each EJB component can override the compiler options that you specify here.

See Also:
EJBContainerMBean.getExtraEjbcOptions()
Default value:
null

getExtraRmicOptions

public String getExtraRmicOptions()

The options passed to the RMIC compiler during server-side generation.

Each EJB component can override the compiler options that you specify here.

Returns:
The extraRmicOptions value
See Also:
EJBContainerMBean.getExtraRmicOptions()
Default value:
null

getGracefulShutdownTimeout

public int getGracefulShutdownTimeout()

Number of seconds a graceful shutdown operation waits before forcing a shut down. A graceful shutdown gives WebLogic Server subsystems time to complete certain application processing currently in progress. If subsystems are unable to complete processing within the number of seconds that you specify here, then the server will force shutdown automatically.

A value of 0 means that the server will wait indefinitely for graceful shutdown to complete.

The graceful shutdown timeout applies only to graceful shutdown operations.

Returns:
The gracefulShutdownTimeout value
See Also:
getServerLifeCycleTimeoutVal()

getHealthCheckIntervalSeconds

public int getHealthCheckIntervalSeconds()

The number of seconds that defines the frequency of this server's self-health monitoring. The server monitors the health of it's subsystems every HealthCheckIntervalSeconds and changes the Server's overall state if required.

Returns:
The healthCheckIntervalSeconds value
Default value:
180
Minimum value:
1
Maximum value:
2147483647
A configurable MBean attribute.
A dynamic MBean attribute.

getHealthCheckTimeoutSeconds

public int getHealthCheckTimeoutSeconds()
Deprecated. 9.0.0.0 Replaced by Server self-health monitoring that takes action without NodeManager intervention. NodeManager identifies if a running server was shutdown due to a restartable failure and restarts the server.

The number of seconds the Node Manager should wait before timing out its health query to this server.

If the timeout is reached, Node Managed assumes the Managed Server has failed.

Returns:
The healthCheckTimeoutSeconds value
Default value:
60
Minimum value:
1
Maximum value:
2147483647
A configurable MBean attribute.
A dynamic MBean attribute.

getHostsMigratableServices

public boolean getHostsMigratableServices()

Gets the hostsMigratableServices attribute of the ServerMBean object

Returns:
The hostsMigratableServices value

getInterfaceAddress

public String getInterfaceAddress()

The IP address of the NIC that this server should use for multicast traffic.

Returns:
The interfaceAddress value
See Also:
getCluster(), setInterfaceAddress(java.lang.String), ClusterMBean.getMulticastAddress()
A configurable MBean attribute.

getJavaCompiler

public String getJavaCompiler()

The Java compiler to use for all applications hosted on this server that need to compile Java code.

Returns:
The javaCompiler value
Default value:
"javac"
A dynamic MBean attribute.

getJavaCompilerPostClassPath

public String getJavaCompilerPostClassPath()

The options to append to the Java compiler classpath when compiling Java code.

Returns:
The javaCompilerPostClassPath value
Default value:
null

getJavaCompilerPreClassPath

public String getJavaCompilerPreClassPath()

The options to prepend to the Java compiler classpath when compiling Java code.

Returns:
The javaCompilerPreClassPath value
Default value:
null

getJavaStandardTrustKeyStorePassPhrase

public String getJavaStandardTrustKeyStorePassPhrase()

The password for the Java Standard Trust keystore. This password is defined when the keystore is created.

If empty or null, then the keystore will be opened without a passphrase.

This attribute is only used if KeyStores is CUSTOM_IDENTITY_AND_JAVA_STANDARD_TRUST or DEMO_IDENTITY_AND_DEMO_TRUST.

When you get the value of this attribute, WebLogic Server does the following:

  1. Retrieves the value of the JavaStandardTrustKeyStorePassPhraseEncrypted attribute.
  2. Decrypts the value and returns the unencrypted password as a String.

When you set the value of this attribute, WebLogic Server does the following:

  1. Encrypts the value.
  2. Sets the value of the JavaStandardTrustKeyStorePassPhraseEncrypted attribute to the encrypted value.

Using this attribute (JavaStandardTrustKeyStorePassPhrase) is a potential security risk because the String object (which contains the unencrypted password) remains in the JVM's memory until garbage collection removes it. Depending on how memory is allocated in the JVM, a significant amount of time could pass before this unencrypted data is removed from memory.

Instead of using this attribute, use JavaStandardTrustKeyStorePassPhraseEncrypted.

Returns:
The javaStandardTrustKeyStorePassPhrase value
See Also:
getJavaStandardTrustKeyStorePassPhraseEncrypted()

getJavaStandardTrustKeyStorePassPhraseEncrypted

public byte[] getJavaStandardTrustKeyStorePassPhraseEncrypted()

The encrypted password for the Java Standard Trust keystore. This password is defined when the keystore is created.

To set this attribute, pass an unencrypted string to the MBean server's setAttribute method. WebLogic Server encrypts the value and sets the attribute to the encrypted value.

To compare a password that a user enters with the encrypted value of this attribute, go to the same WebLogic Server instance that you used to set and encrypt this attribute and use weblogic.management.EncryptionHelper.encrypt() to encrypt the user-supplied password. Then compare the encrypted values.

Returns:
The encrypted javaStandardTrustKeyStorePassPhrase value
See Also:
weblogic.management.EncryptionHelper
Default value:
null
A dynamic MBean attribute.
true

getJDBCLLRTableName

public String getJDBCLLRTableName()

The table name for this server's Logging Last Resource (LLR) database table(s). WebLogic Server creates the table(s) and then uses them during transaction processing for the LLR transaction optimization. This setting must be unique for each server. The default table name is WL_LLR_SERVERNAME.

This setting only applies if this server hosts one or more LLR-enabled JDBC data sources.

The format for the tables that WebLogic Server creates is [[[catalog.]schema.]name. Each "." in the table name is significant, and schema generally corresponds to username in many databases.

IMPORTANT: If this value is changed but the LLR table already exists in the database, you must preserve the existing table's data. Consequently, when changing the table name, the existing database table must be renamed by a database administrator to match the new configured table name. Otherwise, transaction records may be lost, resulting in heuristic failures that aren't logged.

IMPORTANT: Each server's table name must be unique. Multiple LLR-enabled data sources within the same server may share the same table, but multiple servers must not share the same table. If multiple same-named servers share a table, the behavior is undefined and it is likely that transactions will not recover properly after a crash, creating heuristic hazards.


getJDBCLogFileName

public String getJDBCLogFileName()
Deprecated. 9.0.0.0

The name of the JDBC log file. If the pathname is not absolute, it is assumed to be relative to the root directory of the machine on which this server is running. (Requires you to enable JDBC logging.)

If the log has no path element and is atomic (for example, jdbc.log), the file will be placed relative to the root directory in ./SERVER_NAME/ to avoid name space conflicts. This attribute is deprecated because the JDBC output now goes in the server log.

Returns:
The jDBCLogFileName value
See Also:
isJDBCLoggingEnabled()
Default value:
ServerMBean.DEFAULT_JDBC_FILE_NAME

getJDBCLoginTimeoutSeconds

public int getJDBCLoginTimeoutSeconds()
Get the JDBC Login Timeout value. Specified value is passed into java.sql.DriverManager.setLoginTimeout(). Note that this DriverManager setting will impact *all* JDBC drivers loaded into this JVM. Feature is disabled by default.

Since:
9.0.0.0
Default value:
0
Minimum value:
0
Maximum value:
300

getJNDITransportableObjectFactoryList

public String[] getJNDITransportableObjectFactoryList()

List of factories that create transportable objects.

Returns:
The jNDITransportableObjectFactoryList value

getJTAMigratableTarget

public JTAMigratableTargetMBean getJTAMigratableTarget()

Returns the JTAMigratableTargetMBean that is used to deploy the JTA Recovery Service to (is the server's cluster is not null).

Returns:
The jTAMigratableTarget value

getKeyStores

public String getKeyStores()

Which configuration rules should be used for finding the server's identity and trust keystores?

Returns:
The keyStores value
Default value:
weblogic.security.utils.KeyStoreConstants.DEMO_IDENTITY_AND_DEMO_TRUST
Legal values:
weblogic.security.utils.KeyStoreConstants.DEMO_IDENTITY_AND_DEMO_TRUST, weblogic.security.utils.KeyStoreConstants.CUSTOM_IDENTITY_AND_JAVA_STANDARD_TRUST, weblogic.security.utils.KeyStoreConstants.CUSTOM_IDENTITY_AND_CUSTOM_TRUST, weblogic.security.utils.KeyStoreConstants.CUSTOM_IDENTITY_AND_COMMAND_LINE_TRUST
A dynamic MBean attribute.
true

getListenAddress

public String getListenAddress()

The IP address or DNS name this server uses to listen for incoming connections.

Servers can be reached through the following URL:
protocol://listen-address:listen-port

Any network channel that you configure for this server can override this listen address.

If a server's listen address is undefined, clients can reach the server through an IP address of the computer that hosts the server, a DNS name that resolves to the host, or the localhost string. The localhost string can be used only for requests from clients that running on the same computer as the server.

If you want to limit the valid addresses for a server instance, specify one of the following:

Do not leave the listen address undefined on a Windows computer that uses multiple IP address (a multihomed computer). On such a computer, the server will bind to all available IP addresses.

Note:

To resolve a DNS name to an IP address, WebLogic Server must be able to contact an appropriate DNS server or obtain the IP address mapping locally. Therefore, if you specify a DNS name for the listen address, you must either leave a port open long enough for the WebLogic Server instance to connect to a DNS server and cache its mapping or you must specify the IP address mapping in a local file. If you specify an IP address for ListenAddress and then a client request specifies a DNS name, WebLogic Server will attempt to resolve the DNS name, but if it cannot access DNS name mapping, the request will fail.

Returns:
The listenAddress value
See Also:
getExternalDNSName(), getListenPort(), getInterfaceAddress(), SSLMBean.getListenPort(), KernelMBean.getSSL(), NetworkAccessPointMBean.getListenAddress()

getListenDelaySecs

public int getListenDelaySecs()
Deprecated.  

Perpetuated for compatibility with 6.1 only.

Returns:
The listenDelaySecs value
Default value:
0
A configurable MBean attribute.

getListenersBindEarly

public boolean getListenersBindEarly()

Determines whether the server should bind server sockets early.

Early binding detects port conflicts quickly and also gives user feedback on the default listen port as to the server state.

Returns:
The early bind value
Default value:
false

getListenPort

public int getListenPort()

The default TCP port that this server uses to listen for regular (non-SSL) incoming connections.

If this port is disabled, the SSL port must be enabled. Additional ports can be configured using network channels. The cluster (multicast) port is configured separately.

Returns:
The listenPort value
See Also:
isListenPortEnabled(), getAdministrationPort(), getListenAddress(), getCluster(), SSLMBean.getListenPort(), ClusterMBean.getMulticastPort(), NetworkAccessPointMBean.getListenPort()
Default value:
7001
Minimum value:
1
Maximum value:
65534
A configurable MBean attribute.
A dynamic MBean attribute.

getListenThreadStartDelaySecs

public int getListenThreadStartDelaySecs()

Returns the maximum time that the server will wait for server sockets to bind before starting a listen thread.

Properties to consider for removal

Returns:
The listenThreadStartDelaySecs value
Default value:
60

getLoginTimeoutMillis

public int getLoginTimeoutMillis()

The login timeout for this server's default regular (non-SSL) listen port. This is the maximum amount of time allowed for a new connection to establish.

A value of 0 indicates there is no maximum.

Returns:
The loginTimeoutMillis value
See Also:
SSLMBean.getLoginTimeoutMillis(), KernelMBean.getSSL(), NetworkAccessPointMBean.getLoginTimeoutMillis()
Default value:
5000
Minimum value:
0
Maximum value:
100000
A dynamic MBean attribute.

getLowMemoryGCThreshold

public int getLowMemoryGCThreshold()

The threshold level (in percent) that this server uses for logging low memory conditions and changing the server health state to Warning.

For example, if you specify 5, the server logs a low memory warning in the log file and changes the server health state to Warning after the average free memory reaches 5% of the initial free memory measured at the server's boot time.

Returns:
The lowMemoryGCThreshold value
Default value:
5
Minimum value:
0
Maximum value:
99
A configurable MBean attribute.

getLowMemoryGranularityLevel

public int getLowMemoryGranularityLevel()

The granularity level (in percent) that this server uses for logging low memory conditions and changing the server health state to Warning.

For example, if you specify 5 and the average free memory drops by 5% or more over two measured intervals, the server logs a low memory warning in the log file and changes the server health state to Warning.

Returns:
The lowMemoryGranularityLevel value
Default value:
5
Minimum value:
1
Maximum value:
100
A configurable MBean attribute.

getLowMemorySampleSize

public int getLowMemorySampleSize()

The number of times this server samples free memory during the time period specified by LowMemoryTimeInterval.

Increasing the sample size can improve the accuracy of the reading.

Returns:
The lowMemorySampleSize value
Default value:
10
Minimum value:
1
Maximum value:
java.lang.Integer.MAX_VALUE
A configurable MBean attribute.

getLowMemoryTimeInterval

public int getLowMemoryTimeInterval()

The amount of time (in seconds) that defines the interval over which this server determines average free memory values.

By default, the server obtains an average free memory value every 3600 seconds. This interval is not used if the JRockit VM is used, as the memory samples are collected immediately after a VM-scheduled garbage collection. Taking memory samples after a garbage collection gives a more accurate average value of the free memory.

Returns:
The lowMemoryTimeInterval value
Default value:
3600
Minimum value:
300
Maximum value:
java.lang.Integer.MAX_VALUE
A configurable MBean attribute.

getMachine

public MachineMBean getMachine()

The WebLogic Server host computer (machine) on which this server is meant to run.

If you want to use a Node Manager to start this server, you must assign the server to a machine and you must configure the machine for the Node Manager.

You cannot change this value if a server instance is already running.

Returns:
The machine value
A configurable MBean attribute.
A dynamic MBean attribute.
false

getName

public String getName()

An alphanumeric name for this server instance. (Spaces are not valid.)

The name must be unique for all configuration objects in the domain. Within a domain, each server, machine, cluster, JDBC connection pool, virtual host, and any other resource type must be named uniquely and must not use the same name as the domain.

The server name is not used as part of the URL for applications that are deployed on the server. It is for your identification purposes only. The server name displays in the Administration Console, and if you use WebLogic Server command-line utilities or APIs, you use this name to identify the server.

After you have created a server, you cannot change its name. Instead, clone the server and provide a new name for the clone.

Specified by:
getName in interface ConfigurationMBean
Returns:
The name value

getNetworkAccessPoints

public NetworkAccessPointMBean[] getNetworkAccessPoints()

Network access points, or "NAPs", define additional ports and addresses that this server listens on. Additionally, if two servers both support the same channel for a given protocol, then new connections between them will use that channel.

Returns:
The networkAccessPoints value
Since:
7.0.0.0
A dynamic MBean attribute.

getOverloadProtection

public OverloadProtectionMBean getOverloadProtection()
get attributes related to server overload protection


getPreferredSecondaryGroup

public String getPreferredSecondaryGroup()

Defines secondary clustered instances considered for hosting replicas of the primary HTTP session states created on the server.

Returns:
The preferredSecondaryGroup value

getReliableDeliveryPolicy

public WSReliableDeliveryPolicyMBean getReliableDeliveryPolicy()

The reliable delivery policy for web services.

Returns:
The reliableDeliveryPolicy value

getReplicationGroup

public String getReplicationGroup()

Defines preferred clustered instances considered for hosting replicas of the primary HTTP session states created on the server.

Returns:
The replicationGroup value

getRestartDelaySeconds

public int getRestartDelaySeconds()

The number of seconds the Node Manager should wait before restarting this server.

After killing a server process, the system might need several seconds to release the TCP port(s) the server was using. If Node Manager attempts to restart the Managed Server while its ports are still active, the startup attempt fails.

Returns:
The restartDelaySeconds value
Default value:
0
Minimum value:
0
Maximum value:
2147483647
A configurable MBean attribute.
A dynamic MBean attribute.

getRestartIntervalSeconds

public int getRestartIntervalSeconds()
Deprecated.  

The number of seconds during which this server can be restarted, up to the number of times specified in RestartMax.

Returns:
The restartIntervalSeconds value
See Also:
getRestartMax()
Default value:
3600
Minimum value:
300
Maximum value:
2147483647
A configurable MBean attribute.
A dynamic MBean attribute.

getRestartMax

public int getRestartMax()

The number of times that the Node Manager can restart this server within the interval specified in RestartInterval.

Returns:
The restartMax value
Default value:
2
Minimum value:
0
Maximum value:
2147483647
A configurable MBean attribute.
A dynamic MBean attribute.

getServerDiagnosticConfig

public weblogic.management.configuration.WLDFServerDiagnosticMBean getServerDiagnosticConfig()
The diagnostic configuration for the servers

Returns:
Since:
9.0.0.0

getServerLifeCycleTimeoutVal

public int getServerLifeCycleTimeoutVal()

Number of seconds a force shutdown operation waits before timing out and killing itself. If the operation does not complete within the configured timeout seconds, the server will shutdown automatically if the state of the server at that time was SHUTTING_DOWN.

A value of 0 means that the server will wait indefinitely for life cycle operation to complete.

Returns:
The serverLifeCycleTimeoutVal value
Default value:
30
Production mode default value:
120

getServerStart

public ServerStartMBean getServerStart()

Returns the ServerStartMBean that can be used to start up this server remotely.

Returns:
The serverStart value

getServerVersion

public String getServerVersion()
Deprecated. 9.0.0.0

The release identifier for the server. Since this is a configured attribute it is only as accurate as the configuration. The form of the version is major.minor.servicepack.rollingpatch. Not all parts of the version are required. i.e. "7" is acceptable.

Returns:
The serverVersion value
Default value:
"unknown"

getStagingDirectoryName

public String getStagingDirectoryName()

The directory path on the Managed Server where all staged (prepared) applications are placed.

If an absolute directory name is not specified, the path is relative to rootdirectory/ Once configured, you cannot change the staging directory name. Remove all applications from the server prior to changing this attribute. The default staging directory is "stage", relative to the server root.

Returns:
The stagingDirectoryName value

getStagingMode

public String getStagingMode()

The mode that specifies whether an application's files are copied from a source on the Administration Server to the Managed Server's staging area during application preparation.

During application preparation, the application's files are copied from the source on the Administration Server to the Managed Server's staging area. If you specify nostage or external_stage, the copy will not occur. This is useful when the staging area is a shared directory, already containing the application files, or if this is a single server domain. The administrator must ensure that the Managed Server's staging directory is set appropriately. Deployment errors will result if the application is not available during the preparation or activation of the application. Each application can override the staging mode specified here.

Returns:
The stagingMode value
Since:
7.0.0.0
See Also:
ApplicationMBean.getStagingMode()
Legal values:
ServerMBean.DEFAULT_STAGE, ServerMBean.STAGE, ServerMBean.NO_STAGE,ServerMBean.EXTERNAL_STAGE

getStartupMode

public String getStartupMode()

The state in which this server should be started. If you specify STANDBY, you must also enable the domain-wide administration port.

In the RUNNING state, a server offers its services to clients and can operate as a full member of a cluster. In the ADMIN state, the server is up and running, but available only for administration operations, allowing you to perform server and application-level administration tasks without risk to running applications. In the STANDBY state, a server can accept administration commands and participate in cluster communication, but is not accessible for requests that come from external clients.

Returns:
The startupMode value
Default value:
"RUNNING"

getStartupTimeout

public int getStartupTimeout()

Timeout value for server start and resume operations. If the server fails to start in the timeout period, it will force shutdown.

A value of 0 means that the server will wait indefinitely for the operation to complete.

Default value:
0
Production mode default value:
0

getSystemPasswordEncrypted

public byte[] getSystemPasswordEncrypted()

The password required to access administrative functions on this server.

To set this attribute, pass an unencrypted string to the MBean server's setAttribute method. WebLogic Server encrypts the value and sets the attribute to the encrypted value.

To compare a password that a user enters with the encrypted value of this attribute, go to the same WebLogic Server instance that you used to set and encrypt this attribute and use weblogic.management.EncryptionHelper.encrypt() to encrypt the user-supplied password. Then compare the encrypted values.

Returns:
The encrypted systemPassword value
See Also:
weblogic.management.EncryptionHelper

getTransactionLogFilePrefix

public String getTransactionLogFilePrefix()

The path prefix for the server's JTA transaction log files. If the pathname is not absolute, the path is assumed to be relative to the server's root directory.

For a clustered server, if you plan to be able to migrate the Transaction Recovery Service from this server if it fails to another server (backup server) in the same cluster, you must store transaction log files on persistent storage, such as a Storage Area Network (SAN) device or a dual-ported disk, available to both servers.

Do not use an NFS file system to store transaction log files. Because of the caching scheme in NFS, transaction log files on disk may not always be current. Using transaction log files stored on an NFS device for recovery may cause data corruption.

Returns:
The transactionLogFilePrefix value
Default value:
"./"

getTransactionLogFileWritePolicy

public String getTransactionLogFileWritePolicy()

The policy that determines how transaction log file entries are written to disk. This policy can affect transaction performance. (Note: To be transactionally safe, the Direct-Write policy may require additional OS or environment changes on some Windows systems.)

WebLogic Server supports the following policies:

If Direct-Write is not supported on the host platform, the policy becomes Cache-Flush and a log message is printed.

Note: On Windows, unlike Solaris and HP, the "Direct-Write" policy may leave transaction data in the on-disk cache without writing it to disk immediately. This is not transactionally safe because a power failure can cause loss of on-disk cache data. For transactionally safe writes using "Direct-Write" on Windows, either disable all write caching for the disk (enabled by default), or use a disk with a battery-backed cache.

The on-disk cache for a hard-drive on Windows can be disabled through system administration: Control-Panel -> System -> Hardware-tab -> Device-Manager-button -> Disk-Drives -> name-of-drive -> Policies-tab -> "Enable write caching on the disk" check-box. Some file systems do not allow this value to be changed. For example, a RAID system that has a reliable cache.

Returns:
The transactionLogFileWritePolicy value
Default value:
ServerMBean.SYNCWRITE_DIRECTWRITE
Legal null:
false
Legal values:
ServerMBean.SYNCWRITE_CACHEFLUSH,ServerMBean.SYNCWRITE_DIRECTWRITE

getTunnelingClientPingSecs

public int getTunnelingClientPingSecs()

The interval (in seconds) at which to ping a tunneled client to see if it is still alive.

If you create network channels for this server, each channel can override this setting.

Returns:
The tunnelingClientPingSecs value
See Also:
NetworkAccessPointMBean.getTunnelingClientPingSecs()
Default value:
45
Minimum value:
1
A dynamic MBean attribute.

getTunnelingClientTimeoutSecs

public int getTunnelingClientTimeoutSecs()

The amount of time (in seconds) after which a missing tunneled client is considered dead.

If you create network channels for this server, each channel can override this setting.

Returns:
The tunnelingClientTimeoutSecs value
See Also:
NetworkAccessPointMBean.getTunnelingClientTimeoutSecs()
Default value:
40
Minimum value:
1
A dynamic MBean attribute.

getUploadDirectoryName

public String getUploadDirectoryName()

The directory path on the Administration Server where all uploaded applications are placed.

If an absolute directory name is not specified, the path is relative to rootdirectory/ The default staging directory is "stage", relative to the server root.. On the Managed Server this returns null, and is not configurable.

Returns:
The uploadDirectoryName value
A dynamic MBean attribute.

getVerboseEJBDeploymentEnabled

public String getVerboseEJBDeploymentEnabled()

Whether or not verbose deployment of EJBs is enabled.

Returns:
The verboseEJBDeploymentEnabled value
Default value:
"false"

getWebServer

public WebServerMBean getWebServer()

Returns the web server for this server. A server has exactly one WebServer. A server may also have one or more VirtualHosts. A VirtualHost is a subclass of WebServer.

Returns:
The webServer value

getXMLEntityCache

public XMLEntityCacheMBean getXMLEntityCache()

The server's XML entity cache, which is used to configure the behavior of JAXP (Java API for XML Parsing).

Returns:
The xMLEntityCache value
See Also:
XMLEntityCacheMBean
A configurable MBean attribute.

getXMLRegistry

public XMLRegistryMBean getXMLRegistry()

The server's XML registry, which is used to configure the behavior of JAXP (Java API for XML Parsing).

Returns:
The xMLRegistry value
See Also:
XMLRegistryMBean
A configurable MBean attribute.

isAutoMigrationEnabled

public boolean isAutoMigrationEnabled()

Specifies whether Node Manager can automatically restart this server and its services on another machine if the server fails.

Returns:
The autoMigrationEnabled value

isClasspathServletDisabled

public boolean isClasspathServletDisabled()

The ClasspathServlet will serve any class file in the classpath and is registered by default in every Web application (including management). It does not need to be turned on for many applications though, and represents a security hole if unchecked.

Returns:
The classpathServletDisabled value

isClientCertProxyEnabled

public boolean isClientCertProxyEnabled()

Specifies whether the HttpClusterServlet proxies the client certificate in a special header.

By default (or if you specify false), the weblogic.xml deployment descriptor for each web application that is deployed on this server determines whether the web application trusts certificates sent from the proxy server plugin. By default (or if the deployment descriptor specifies false), users cannot log in to the web application from a proxy server plugin.

A value of true causes proxy-server plugins to pass identity certifications from clients to all web applications that are deployed on this server instance. A proxy-server plugin encodes each identify certification in the WL-Proxy-Client-Cert header and passes the header to WebLogic Server instances. A WebLogic Server instance takes the certificate information from the header, trusting that it came from a secure source, and uses that information to authenticate the user.

If you specify true, use a weblogic.security.net.ConnectionFilter to ensure that this WebLogic Server instance accepts connections only from the machine on which the proxy-server plugin is running. Specifying true without using a connection filter creates a security vulnerability because the WL-Proxy-Client-Cert header can be spoofed.

A cluster can also specify whether the HttpClusterServlet proxies the client certificate in a special header. The cluster-level setting overrides the setting in individual servers that are part of the cluster.

Returns:
The clientCertProxyEnabled value
See Also:
ConnectionFilter, WebAppContainerMBean.isClientCertProxyEnabled(), ClusterMBean.isClientCertProxyEnabled()

isCOMEnabled

public boolean isCOMEnabled()

Specifies whether COM support is enabled on the regular (non-SSL) port. COM is not supported on the SSL port. (The remaining fields on this page are relevant only if you check this box.)

Returns:
The COMEnabled value
See Also:
getListenPort()
Default value:
false

isDefaultInternalServletsDisabled

public boolean isDefaultInternalServletsDisabled()

Specifies whether all default servlets in the servlet engine are disabled.

This includes: weblogic.servlet.ClasspathServlet weblogic.servlet.utils.iiop.GetIORServlet weblogic.rjvm.http.TunnelSendServlet weblogic.rjvm.http.TunnelRecvServlet weblogic.rjvm.http.TunnelLoginServlet weblogic.rjvm.http.TunnelCloseServlet If set to true, this property overrides the ClasspathServletDisabled property.

Returns:
The defaultInternalServletsDisabled value

isEnabledForDomainLog

public boolean isEnabledForDomainLog()
Deprecated. 9.0.0.0 replaced by LogMBean.LogBroadcastSeverity, For backward compatibility the changes to this attribute will be propagated to the LogMBean.

Determines whether this server sends messages to the domain log (in addition to keeping its own log).

Returns:
The enabledForDomainLog value
Default value:
true
A dynamic MBean attribute.

isHttpdEnabled

public boolean isHttpdEnabled()

Whether or not HTTP support is enabled on the regular port or SSL port.

Returns:
The httpdEnabled value
See Also:
getListenPort(), isTunnelingEnabled(), SSLMBean.getListenPort(), KernelMBean.getSSL()
Default value:
true

isHttpTraceSupportEnabled

public boolean isHttpTraceSupportEnabled()
Returns the HttpTraceSupportEnabled value

See Also:
WebAppContainerMBean.isHttpTraceSupportEnabled(), ClusterMBean.isHttpTraceSupportEnabled()

isIgnoreSessionsDuringShutdown

public boolean isIgnoreSessionsDuringShutdown()

Indicates whether a graceful shutdown operation drops all HTTP sessions immediately.

If this is set to false, a graceful shutdown operation waits for HTTP sessions to complete or timeout.

Returns:
The ignoreSessionsDuringShutdown value
Default value:
false
A configurable MBean attribute.
A dynamic MBean attribute.

isIIOPEnabled

public boolean isIIOPEnabled()

Specifies whether this server has IIOP support enabled for both the regular (non-SSL) and SSL ports.

Returns:
The iIOPEnabled value
See Also:
getListenPort(), SSLMBean.getListenPort(), KernelMBean.getSSL()
Default value:
true

isJDBCLoggingEnabled

public boolean isJDBCLoggingEnabled()
Deprecated. 9.0.0.0 Use ServerDebugMBean.getJDBCDriverLogging

Specifies whether this server maintains a JDBC log file.

Returns:
The jDBCLoggingEnabled value

isJMSDefaultConnectionFactoriesEnabled

public boolean isJMSDefaultConnectionFactoriesEnabled()

Specifies whether this server uses JMS default connection factories.

WebLogic Server provides the following JMS default connection factories:

Note: When using the default connection factories, you have no control over targeting the WebLogic Server instances where the connection factory may be deployed. However, you can disable the default connection factories on a per-server basis. To deploy a connection factory on independent servers, on specific servers within a cluster, or on an entire cluster, you need to configure a connection factory and specify the appropriate server targets.

Returns:
The jMSDefaultConnectionFactoriesEnabled value
Default value:
true
A dynamic MBean attribute.

isListenPortEnabled

public boolean isListenPortEnabled()

Specifies whether this server can be reached through the default plain-text (non-SSL) listen port.

If you disable this listen port, you must enable the default SSL listen port.

You can define additional listen ports for this server by configuring network channels.

Returns:
The listenPortEnabled value
Since:
7.0.0.0
See Also:
getListenPort(), isAdministrationPortEnabled(), KernelMBean.getSSL(), SSLMBean.isListenPortEnabled(), NetworkAccessPointMBean.isEnabled()
Default value:
true
A dynamic MBean attribute.

isManagedServerIndependenceEnabled

public boolean isManagedServerIndependenceEnabled()

Specifies whether this Managed Server can be started when the Administration Server is unavailable.

In such a case, the Managed Server retrieves its configuration by reading a configuration file and other files directly.

Returns:
The managedServerIndependenceEnabled value
Default value:
true

isMessageIdPrefixEnabled

public boolean isMessageIdPrefixEnabled()

Indicates whether message IDs in logged messages will include a prefix. Message ids are 6 digit numeric strings that can be optionally presented in a log entry with a prefix. The prefix used by server messages is "BEA-".

Returns:
The messageIdPrefixEnabled value
Default value:
true
A configurable MBean attribute.

isMSIFileReplicationEnabled

public boolean isMSIFileReplicationEnabled()
Deprecated.  

Specifies whether the Administration Server replicates its configuration files to this Managed Server.

With file replication enabled, the Administration Server copies its configuration file and SerializedSystemIni.dat into the Managed Server's root directory every 5 minutes. This option does not replicate a boot identity file.

Regardless of the name of the configuration file that you used to start the Administration Server, the replicated file is always named msi-config.xml. For example, if you specified -Dweblogic.ConfigFile=MyConfig.xml when you started the Administration Server, if you have enabled file replication, the Administration Server copies MyConfig.xml and names the copy msi-config.xml.

Depending on your backup schemes and the frequency with which you update your domain's configuration, this option might not be worth the performance cost of copying potentially large files across a network.

Returns:
The mSIFileReplicationEnabled value
Default value:
false

isTGIOPEnabled

public boolean isTGIOPEnabled()

Specifies whether this server supports Tuxedo GIOP (TGIOP) requests. (Requires you to configure WebLogic Tuxedo Connector (WTC) for this server.)

Returns:
The TGIOPEnabled value
Default value:
true

isTunnelingEnabled

public boolean isTunnelingEnabled()

Specifies whether tunneling for the T3, T3S, HTTP, HTTPS, IIOP, and IIOPS protocols should be enabled for this server.

If you create network channels for this server, each channel can override this setting.

Returns:
The tunnelingEnabled value
See Also:
isHttpdEnabled(), NetworkAccessPointMBean.isTunnelingEnabled()
Default value:
false
A dynamic MBean attribute.

isWeblogicPluginEnabled

public boolean isWeblogicPluginEnabled()

Specifies whether this server uses the proprietary WL-Proxy-Client-IP header, which is recommended if the server instance will receive requests from a proxy plug-in.

If the server instance is a member of a cluster that will receive proxied requests, enable the WebLogic plugin at the cluster level. For servers that are members of a cluster, the setting at the cluster level overrides the server's setting.

When the WebLogic plugin is enabled, a call to getRemoteAddr will return the address of the browser client from the proprietary WL-Proxy-Client-IP header instead of the web server.

Returns:
The weblogicPluginEnabled value
See Also:
WebAppContainerMBean.isWeblogicPluginEnabled(), ClusterMBean.isWeblogicPluginEnabled()

lookupNetworkAccessPoint

public NetworkAccessPointMBean lookupNetworkAccessPoint(String name)

Look up an NetworkAccessPoint by name

Parameters:
name - the key of the network access point.
Returns:
The named networkAccessPoint value
Since:
7.0.0.0
A dynamic MBean attribute.

removeNetworkAccessPoint

public boolean removeNetworkAccessPoint(NetworkAccessPointMBean networkAccessPoint)
                                 throws InvalidAttributeValueException,
                                        ConfigurationException
Deprecated. 9.0.0.0

Parameters:
networkAccessPoint -
Returns:
Throws:
InvalidAttributeValueException
ConfigurationException
Since:
7.0.0.0
See Also:
getNetworkAccessPoints()
A dynamic MBean attribute.

setAcceptBacklog

public void setAcceptBacklog(int count)
                      throws InvalidAttributeValueException

Sets the value of the AcceptBacklog attribute.

Parameters:
count - The new acceptBacklog value
Throws:
InvalidAttributeValueException
See Also:
getAcceptBacklog()

setAdministrationPort

public void setAdministrationPort(int port)
                           throws InvalidAttributeValueException

Sets the value of the ServerMBean's AdministrationPort attribute.

Parameters:
port - The new administrationPort value
Throws:
InvalidAttributeValueException
See Also:
getAdministrationPort()

setAdminReconnectIntervalSeconds

public void setAdminReconnectIntervalSeconds(int secs)
                                      throws InvalidAttributeValueException

Sets the value of the AdminReconnectIntervalSeconds attribute.

Parameters:
secs - The new restartIntervalSeconds value
Throws:
InvalidAttributeValueException
See Also:
getAdminReconnectIntervalSeconds()

setAutoKillIfFailed

public void setAutoKillIfFailed(boolean enable)

Sets the value of the AutoKillIfFailed attribute.

Parameters:
enable - The new autoKillIfFailed value
See Also:
getAutoKillIfFailed()

setAutoMigrationEnabled

public void setAutoMigrationEnabled(boolean enable)

Sets the value of the AutoMigrationEnabled attribute.

Parameters:
enable - The new autoMigrationEnabled value
See Also:
setAutoMigrationEnabled(boolean)

setAutoRestart

public void setAutoRestart(boolean enable)

Sets the value of the AutoRestart attribute.

Parameters:
enable - The new autoRestart value
See Also:
getAutoRestart()

setCandidateMachines

public void setCandidateMachines(MachineMBean[] machines)

Sets the value of the CandidateMachines attribute.

See Also:
getCandidateMachines()

setClasspathServletDisabled

public void setClasspathServletDisabled(boolean enabled)

Sets the value of the ClasspathServletDisabled attribute.

Parameters:
enabled - The new classpathServletDisabled value
See Also:
isClasspathServletDisabled()
Default value:
false

setClientCertProxyEnabled

public void setClientCertProxyEnabled(boolean ccp)

Sets the value of the ClientCertProxyEnabled attribute.

Parameters:
ccp - The new clientCertProxyEnabled value
See Also:
WebAppContainerMBean.setClientCertProxyEnabled(boolean), ClusterMBean.setClientCertProxyEnabled(boolean), isClientCertProxyEnabled()
Default value:
false

setCluster

public void setCluster(ClusterMBean cluster)
                throws InvalidAttributeValueException

Sets the value of the Cluster attribute.

Parameters:
cluster - The new cluster value
Throws:
InvalidAttributeValueException
See Also:
getCluster()

setClusterRuntime

public void setClusterRuntime(ClusterRuntimeMBean clusterRuntime)
Deprecated. 9.0.0.0


setClusterWeight

public void setClusterWeight(int weight)
                      throws InvalidAttributeValueException

Sets the value of the ClusterWeight attribute.

Parameters:
weight - The new clusterWeight value
Throws:
InvalidAttributeValueException
See Also:
getClusterWeight()

setCOMEnabled

public void setCOMEnabled(boolean enable)

Sets the value of the COMEnabled attribute.

Parameters:
enable - The new cOMEnabled value
See Also:
isCOMEnabled()

setCustomIdentityKeyStoreFileName

public void setCustomIdentityKeyStoreFileName(String fileName)

Sets the value of the CustomIdentityKeyStoreFileName attribute.

Parameters:
fileName - The new customIdentityKeyStoreFileName value
See Also:
getCustomIdentityKeyStoreFileName()

setCustomIdentityKeyStorePassPhrase

public void setCustomIdentityKeyStorePassPhrase(String passPhrase)

Sets the value of the CustomIdentityKeyStorePassPhrase attribute.

Parameters:
passPhrase - The new customIdentityKeyStorePassPhrase value
See Also:
getCustomIdentityKeyStorePassPhrase(), setCustomIdentityKeyStorePassPhraseEncrypted(byte[])

setCustomIdentityKeyStorePassPhraseEncrypted

public void setCustomIdentityKeyStorePassPhraseEncrypted(byte[] passPhraseEncrypted)

Sets the encrypted value of the CustomIdentityKeyStorePassPhrase attribute.

Parameters:
passPhraseEncrypted - The new encrypted customIdentityKeyStorePassPhrase value
See Also:
getCustomIdentityKeyStorePassPhraseEncrypted()

setCustomIdentityKeyStoreType

public void setCustomIdentityKeyStoreType(String type)

Sets the value of the CustomIdentityKeyStoreType attribute.

Parameters:
type - The new customIdentityKeyStoreType value
See Also:
getCustomIdentityKeyStoreType()

setCustomTrustKeyStoreFileName

public void setCustomTrustKeyStoreFileName(String fileName)

Sets the value of the CustomTrustKeyStoreFilename attribute.

Parameters:
fileName - The new customTrustKeyStoreFileName value
See Also:
getCustomTrustKeyStoreFileName()

setCustomTrustKeyStorePassPhrase

public void setCustomTrustKeyStorePassPhrase(String passPhrase)

Sets the value of the CustomTrustKeyStorePassPhrase attribute.

Parameters:
passPhrase - The new customTrustKeyStorePassPhrase value
See Also:
getCustomTrustKeyStorePassPhrase(), setCustomTrustKeyStorePassPhraseEncrypted(byte[])

setCustomTrustKeyStorePassPhraseEncrypted

public void setCustomTrustKeyStorePassPhraseEncrypted(byte[] passPhraseEncrypted)

Sets the encrypted value of the CustomTrustKeyStorePassPhrase attribute.

Parameters:
passPhraseEncrypted - The new encrypted customTrustKeyStorePassPhrase value
See Also:
getCustomTrustKeyStorePassPhraseEncrypted()

setCustomTrustKeyStoreType

public void setCustomTrustKeyStoreType(String type)

Sets the value of the CustomTrustKeyStoreType attribute.

Parameters:
type - The new customTrustKeyStoreType value
See Also:
getCustomTrustKeyStoreType()

setDefaultIIOPPassword

public void setDefaultIIOPPassword(String password)
                            throws InvalidAttributeValueException

Sets the value of the DefaultIIOPPassword attribute.

Parameters:
password - The new defaultIIOPPassword value
Throws:
InvalidAttributeValueException
See Also:
getDefaultIIOPPassword()

setDefaultIIOPPasswordEncrypted

public void setDefaultIIOPPasswordEncrypted(byte[] passwordEncrypted)

Sets the encrypted value of the DefaultIIOPPassword attribute.

Parameters:
passwordEncrypted - The new encrypted value

setDefaultIIOPUser

public void setDefaultIIOPUser(String user)
                        throws InvalidAttributeValueException

Sets the value of the DefaultIIOPUser attribute.

Parameters:
user - The new defaultIIOPUser value
Throws:
InvalidAttributeValueException
See Also:
getDefaultIIOPUser()

setDefaultInternalServletsDisabled

public void setDefaultInternalServletsDisabled(boolean enabled)

Sets the value of the DefaultInternalServletsDisabled attribute.

Parameters:
enabled - The new defaultInternalServletsDisabled value
See Also:
isDefaultInternalServletsDisabled()
Default value:
false

setDefaultTGIOPPassword

public void setDefaultTGIOPPassword(String password)
                             throws InvalidAttributeValueException

Sets the value of the DefaultTGIOPPassword attribute.

Parameters:
password - The new defaultTGIOPPassword value
Throws:
InvalidAttributeValueException
See Also:
getDefaultTGIOPPassword()

setDefaultTGIOPPasswordEncrypted

public void setDefaultTGIOPPasswordEncrypted(byte[] passwordEncrypted)

Sets the encrypted value of the DefaultTGIOPPassword attribute.

Parameters:
passwordEncrypted - The new encrypted defaultTGIOPPassword value

setDefaultTGIOPUser

public void setDefaultTGIOPUser(String user)
                         throws InvalidAttributeValueException

Sets the value of the DefaultTGIOPUser attribute.

Parameters:
user - The new defaultTGIOPUser value
Throws:
InvalidAttributeValueException
See Also:
getDefaultTGIOPUser()
Default value:
"guest"

setDomainLogFilter

public void setDomainLogFilter(DomainLogFilterMBean filter)
                        throws InvalidAttributeValueException,
                               weblogic.management.DistributedManagementException

Sets the value of the DomainLogFilter attribute.

Parameters:
filter - The new domainLogFilter value
Throws:
InvalidAttributeValueException
weblogic.management.DistributedManagementException
See Also:
getDomainLogFilter()

setEnabledForDomainLog

public void setEnabledForDomainLog(boolean choice)
                            throws InvalidAttributeValueException,
                                   weblogic.management.DistributedManagementException

Sets the value of the EnabledForDomainLog attribute.

Parameters:
choice - The new enabledForDomainLog value
Throws:
InvalidAttributeValueException
weblogic.management.DistributedManagementException
See Also:
isEnabledForDomainLog()

setExternalDNSName

public void setExternalDNSName(String externalDNSName)
                        throws InvalidAttributeValueException

Sets the value of the ExternalDNSName attribute.

Parameters:
externalDNSName - The new externalDNSName value
Throws:
InvalidAttributeValueException
See Also:
getExternalDNSName()

setExtraEjbcOptions

public void setExtraEjbcOptions(String options)
                         throws InvalidAttributeValueException
Throws:
InvalidAttributeValueException

setExtraRmicOptions

public void setExtraRmicOptions(String options)
                         throws InvalidAttributeValueException

Sets the value of ServerMBean's ExtraRmicOptions attribute.

Parameters:
options - The new extraRmicOptions value
Throws:
InvalidAttributeValueException
See Also:
getExtraRmicOptions()

setGracefulShutdownTimeout

public void setGracefulShutdownTimeout(int timeout)

Sets the value of the GracefulShutdownTimeout attribute.

Parameters:
timeout - The new gracefulShutdownTimeout value
See Also:
getGracefulShutdownTimeout()
Default value:
0
Minimum value:
0
A configurable MBean attribute.
A dynamic MBean attribute.

setHealthCheckIntervalSeconds

public void setHealthCheckIntervalSeconds(int secs)
                                   throws InvalidAttributeValueException

Sets the value of the HealthCheckIntervalSeconds attribute.

Parameters:
secs - The new healthCheckIntervalSeconds value
Throws:
InvalidAttributeValueException
See Also:
getHealthCheckIntervalSeconds()

setHealthCheckStartDelaySeconds

public void setHealthCheckStartDelaySeconds(int secs)
                                     throws InvalidAttributeValueException

Sets the value of the HealthCheckStartDelaySeconds attribute.

Parameters:
secs - The new healthCheckStartDelaySeconds value
Throws:
InvalidAttributeValueException
See Also:
getHealthCheckStartDelaySeconds()

setHealthCheckTimeoutSeconds

public void setHealthCheckTimeoutSeconds(int secs)
                                  throws InvalidAttributeValueException
Deprecated. 9.0.0.0 Replaced by Server self-health monitoring that takes action without NodeManager intervention. NodeManager identifies if a running server was shutdown due to a restartable failure and restarts the server.

Sets the value of the HealthCheckTimeoutSeconds attribute.

Parameters:
secs - The new healthCheckTimeoutSeconds value
Throws:
InvalidAttributeValueException
See Also:
getHealthCheckTimeoutSeconds()

setHttpdEnabled

public void setHttpdEnabled(boolean enable)

Sets the value of the HttpdEnabled attribute.

Parameters:
enable - The new httpdEnabled value
See Also:
isHttpdEnabled(), isHttpdEnabled()

setHttpTraceSupportEnabled

public void setHttpTraceSupportEnabled(boolean tse)
Attackers may abuse HTTP TRACE functionality to gain access to information in HTTP headers such as cookies and authentication data. In the presence of other cross-domain vulnerabilities in web browsers, sensitive header information could be read from any domains that support the HTTP TRACE method. This attribute is for disabling HTTP TRACE support. It is duplicated both in ClusterMBean and ServerMBean so the attribute HttpTraceSupportEnabled can be used cluster-wide. ClusterMBean overrides ServerMBean

See Also:
WebAppContainerMBean.setHttpTraceSupportEnabled(boolean), ClusterMBean.setHttpTraceSupportEnabled(boolean)
Default value:
false

setIgnoreSessionsDuringShutdown

public void setIgnoreSessionsDuringShutdown(boolean ignoreSessions)

Sets the value of the IgnoreSessionsDuringShutdown attribute.

Parameters:
ignoreSessions - The new ignoreSessionsDuringShutdown value
See Also:
isIgnoreSessionsDuringShutdown()

setIIOPEnabled

public void setIIOPEnabled(boolean enable)

Sets the value of the IIOPEnabled attribute.

Parameters:
enable - The new iIOPEnabled value
See Also:
isIIOPEnabled()

setInterfaceAddress

public void setInterfaceAddress(String address)
                         throws InvalidAttributeValueException
Parameters:
address - The new interfaceAddress value
Throws:
InvalidAttributeValueException
IllegalArgumentException - if the argument is not a well-formed IP address.

setJ2EE12OnlyModeEnabled

public void setJ2EE12OnlyModeEnabled(boolean enable)

Sets the j2EE12OnlyModeEnabled attribute of the ServerMBean object

Parameters:
enable - The new j2EE12OnlyModeEnabled value

setJ2EE13WarningEnabled

public void setJ2EE13WarningEnabled(boolean enable)

Sets the j2EE13WarningEnabled attribute of the ServerMBean object

Parameters:
enable - The new j2EE13WarningEnabled value

setJavaCompiler

public void setJavaCompiler(String javaCompiler)
                     throws InvalidAttributeValueException

Sets the value of the JavaCompiler attribute.

Parameters:
javaCompiler - The new javaCompiler value
Throws:
InvalidAttributeValueException
See Also:
getJavaCompiler()

setJavaCompilerPostClassPath

public void setJavaCompilerPostClassPath(String postClassPath)
                                  throws InvalidAttributeValueException

Sets the value of the JavaCompilerPostClassPath attribute.

Parameters:
postClassPath - The new javaCompilerPostClassPath value
Throws:
InvalidAttributeValueException
See Also:
getJavaCompilerPostClassPath()

setJavaCompilerPreClassPath

public void setJavaCompilerPreClassPath(String preClassPath)
                                 throws InvalidAttributeValueException

Sets the value of the JavaCompilerPreClassPath attribute.

Parameters:
preClassPath - The new javaCompilerPreClassPath value
Throws:
InvalidAttributeValueException
See Also:
getJavaCompilerPreClassPath()

setJavaStandardTrustKeyStorePassPhrase

public void setJavaStandardTrustKeyStorePassPhrase(String passPhrase)

Sets the value of the JavaStandardTrustKeyStorePhrase attribute.

Parameters:
passPhrase - The new javaStandardTrustKeyStorePassPhrase value
See Also:
getJavaStandardTrustKeyStorePassPhrase(), setJavaStandardTrustKeyStorePassPhraseEncrypted(byte[])

setJavaStandardTrustKeyStorePassPhraseEncrypted

public void setJavaStandardTrustKeyStorePassPhraseEncrypted(byte[] passPhraseEncrypted)

Sets the encrypted value of the JavaStandardTrustKeyStorePhrase attribute.

Parameters:
passPhraseEncrypted - The new encrypted javaStandardTrustKeyStorePassPhrase value
See Also:
#getJavaStandardTrustKeyStorePassPhraseEncrytped()

setJDBCLLRTableName

public void setJDBCLLRTableName(String name)
Set a custom table for this server's logging last resource database table.


setJDBCLogFileName

public void setJDBCLogFileName(String logFileName)
                        throws InvalidAttributeValueException
Deprecated. 9.0.0.0

Sets the value of the JDBCLogFileName attribute.

Parameters:
logFileName - The new jDBCLogFileName value
Throws:
InvalidAttributeValueException
See Also:
getJDBCLogFileName()

setJDBCLoggingEnabled

public void setJDBCLoggingEnabled(boolean enable)
Deprecated. 9.0.0.0 Use ServerDebugMBean.setJDBCDriverLogging

Sets the value of the JDBCLoggingEnabled attribute.

Parameters:
enable - The new jDBCLoggingEnabled value
See Also:
isJDBCLoggingEnabled()

setJDBCLoginTimeoutSeconds

public void setJDBCLoginTimeoutSeconds(int timeout)
Set the JDBC Login Timeout value.


setJMSDefaultConnectionFactoriesEnabled

public void setJMSDefaultConnectionFactoriesEnabled(boolean enabled)
                                             throws weblogic.management.DistributedManagementException

Sets the value of the JMSDefaultConnectionFactoriesEnabled attribute.

Parameters:
enabled - The new jMSDefaultConnectionFactoriesEnabled value
Throws:
weblogic.management.DistributedManagementException
See Also:
isJMSDefaultConnectionFactoriesEnabled()

setJNDITransportableObjectFactoryList

public void setJNDITransportableObjectFactoryList(String[] list)
                                           throws InvalidAttributeValueException

Sets the jNDITransportableObjectFactoryList attribute of the ServerMBean object

Parameters:
list - The new jNDITransportableObjectFactoryList value
Throws:
InvalidAttributeValueException

setJRMPEnabled

public void setJRMPEnabled(boolean enable)

Sets the value of the JRMPEnabled attribute.

Parameters:
enable - The new JRMPEnabled value
See Also:
isJRMPEnabled()

setKeyStores

public void setKeyStores(String keystores)

Sets the value of the KeyStores attribute.

Parameters:
keystores - The new keyStores value
See Also:
getKeyStores()

setListenAddress

public void setListenAddress(String address)
                      throws InvalidAttributeValueException

Sets the value of the ListenAddress attribute.

Parameters:
address - The new listenAddress value
Throws:
InvalidAttributeValueException
See Also:
getListenAddress()

setListenDelaySecs

public void setListenDelaySecs(int seconds)

Sets the listenDelaySecs attribute of the ServerMBean object

Parameters:
seconds - The new listenDelaySecs value

setListenersBindEarly

public void setListenersBindEarly(boolean value)
                           throws InvalidAttributeValueException
Parameters:
value - The new listenersBinarly value
Throws:
InvalidAttributeValueException

setListenPort

public void setListenPort(int port)
                   throws InvalidAttributeValueException

Sets the value of the ListenPort attribute.

Parameters:
port - The new listenPort value
Throws:
InvalidAttributeValueException
See Also:
getListenPort()

setListenPortEnabled

public void setListenPortEnabled(boolean enable)
                          throws InvalidAttributeValueException
Parameters:
enable - The new listenPortEnabled value
Throws:
InvalidAttributeValueException

setListenThreadStartDelaySecs

public void setListenThreadStartDelaySecs(int seconds)
                                   throws InvalidAttributeValueException
Parameters:
seconds - The new listenThreadStartDelaySecs value
Throws:
InvalidAttributeValueException

setLoginTimeoutMillis

public void setLoginTimeoutMillis(int count)
                           throws InvalidAttributeValueException

Sets the value of the LoginTimeoutMillis attribute.

Parameters:
count - The new loginTimeoutMillis value
Throws:
InvalidAttributeValueException
See Also:
getLoginTimeoutMillis()

setLowMemoryGCThreshold

public void setLowMemoryGCThreshold(int size)

Sets the value of the LowMemoryGCThreshold attribute.

Parameters:
size - The new lowMemoryGCThreshold value
See Also:
getLowMemoryGCThreshold()

setLowMemoryGranularityLevel

public void setLowMemoryGranularityLevel(int size)

Sets the value of the LowMemoryGranularityLevel attribute.

Parameters:
size - The new lowMemoryGranularityLevel value
See Also:
getLowMemoryGranularityLevel()

setLowMemorySampleSize

public void setLowMemorySampleSize(int sampleSize)

Sets the value of the LowMemorySampleSize attribute.

Parameters:
sampleSize - The new lowMemorySampleSize value
See Also:
getLowMemorySampleSize()

setLowMemoryTimeInterval

public void setLowMemoryTimeInterval(int seconds)
                              throws InvalidAttributeValueException

Sets the value of the LowMemoryTimeInterval attribute.

Parameters:
seconds - The new lowMemoryTimeInterval value
Throws:
InvalidAttributeValueException
See Also:
getLowMemoryTimeInterval()

setMachine

public void setMachine(MachineMBean machine)
                throws InvalidAttributeValueException

Sets the value of the Machine attribute.

Parameters:
machine - The new machine value
Throws:
InvalidAttributeValueException
See Also:
getMachine()

setManagedServerIndependenceEnabled

public void setManagedServerIndependenceEnabled(boolean enable)

Sets the value of the ManagedServerIndependenceEnabled attribute.

Parameters:
enable - The new managedServerIndependenceEnabled value
See Also:
isManagedServerIndependenceEnabled()

setMessageIdPrefixEnabled

public void setMessageIdPrefixEnabled(boolean prefix)

Sets the value of the MessageIdPrefixEnabled attribute.

Parameters:
prefix - The new messageIdPrefixEnabled value
See Also:
isMessageIdPrefixEnabled()

setMSIFileReplicationEnabled

public void setMSIFileReplicationEnabled(boolean enable)
Deprecated.  

Sets the value of the MSIFileReplicationEnabled attribute.

Parameters:
enable - The new mSIFileReplicationEnabled value
See Also:
isMSIFileReplicationEnabled()

setName

public void setName(String name)
             throws InvalidAttributeValueException,
                    weblogic.management.ManagementException

Set the value of the Name attribute.

Specified by:
setName in interface ConfigurationMBean
Parameters:
name - The new name value
Throws:
InvalidAttributeValueException
weblogic.management.ManagementException
See Also:
getName()

setNetworkAccessPoints

public void setNetworkAccessPoints(NetworkAccessPointMBean[] networkAccessPoints)
                            throws InvalidAttributeValueException,
                                   ConfigurationException
Deprecated. 9.0.0.0

Parameters:
networkAccessPoints - The new networkAccessPoints value
Throws:
InvalidAttributeValueException
ConfigurationException
See Also:
getNetworkAccessPoints()

setPreferredSecondaryGroup

public void setPreferredSecondaryGroup(String group)
                                throws InvalidAttributeValueException

Sets the value of the PreferredSecondaryGroup attribute.

Parameters:
group - The new preferredSecondaryGroup value
Throws:
InvalidAttributeValueException
See Also:
getPreferredSecondaryGroup()

setReliableDeliveryPolicy

public void setReliableDeliveryPolicy(WSReliableDeliveryPolicyMBean mbean)

Sets the value of the ReliableDeliveryPolicy attribute.

Parameters:
mbean - The new reliableDeliveryPolicy value
See Also:
getReliableDeliveryPolicy()
A configurable MBean attribute.

setReplicationGroup

public void setReplicationGroup(String group)
                         throws InvalidAttributeValueException

Sets the value of the ReplicationGroup attribute.

Parameters:
group - The new replicationGroup value
Throws:
InvalidAttributeValueException
See Also:
getClusterWeight()

setRestartDelaySeconds

public void setRestartDelaySeconds(int secs)
                            throws InvalidAttributeValueException

Sets the value of the RestartDelaySeconds attribute.

Parameters:
secs - The new restartDelaySeconds value
Throws:
InvalidAttributeValueException
See Also:
getRestartDelaySeconds()

setRestartIntervalSeconds

public void setRestartIntervalSeconds(int secs)
                               throws InvalidAttributeValueException
Deprecated.  

Sets the value of the RestartIntervalSeconds attribute.

Parameters:
secs - The new restartIntervalSeconds value
Throws:
InvalidAttributeValueException
See Also:
getRestartIntervalSeconds()

setRestartMax

public void setRestartMax(int value)
                   throws InvalidAttributeValueException

Sets the value of the RestartMax attribute.

Parameters:
value - The new restartMax value
Throws:
InvalidAttributeValueException
See Also:
getRestartMax()

setServerLifeCycleTimeoutVal

public void setServerLifeCycleTimeoutVal(int timeoutVal)

Sets the value of the ServerLifeCycleTimeoutVal attribute.

Parameters:
timeoutVal - The new serverLifeCycleTimeoutVal value
Default value:
30
Minimum value:
0
A configurable MBean attribute.
A dynamic MBean attribute.
Production mode default value:
120

setServerVersion

public void setServerVersion(String version)
Deprecated. 9.0.0.0

Sets the value of the ServerVersion attribute.

Parameters:
version - The new serverVersion value
See Also:
getServerVersion()

setStagingMode

public void setStagingMode(String staging)

Sets the value of the StagingMode attribute.

Parameters:
staging - The new stagingMode value
See Also:
getStagingMode()

setStartupMode

public void setStartupMode(String mode)

Sets the value of the StartupMode attribute.

Parameters:
mode - The new startupMode value
See Also:
getStartupMode()
Default value:
"RUNNING"
A configurable MBean attribute.
A dynamic MBean attribute.

setStartupTimeout

public void setStartupTimeout(int timeoutVal)

Sets the timeout value for server start and resume operations. If the server fails to start in the timeout period, it will force shutdown.

Default value:
0
Minimum value:
0
A configurable MBean attribute.
Production mode default value:
0

setSystemPassword

public void setSystemPassword(String password)
                       throws InvalidAttributeValueException

Sets the systemPassword attribute of the ServerMBean object

Parameters:
password - The new systemPassword value
Throws:
InvalidAttributeValueException

setSystemPasswordEncrypted

public void setSystemPasswordEncrypted(byte[] passwordEncrypted)

Sets the encrypted systemPassword attribute of the ServerMBean object

Parameters:
passwordEncrypted - The new encrypted systemPassword value

setTGIOPEnabled

public void setTGIOPEnabled(boolean enable)

Sets the value of the TGIOPEnabled attribute.

Parameters:
enable - The new TGIOPEnabled value
See Also:
isTGIOPEnabled()

setTransactionLogFilePrefix

public void setTransactionLogFilePrefix(String pathPrefix)
                                 throws InvalidAttributeValueException

Sets the value of the TransactionLogFilePrefix attribute.

Parameters:
pathPrefix - The new transactionLogFilePrefix value
Throws:
InvalidAttributeValueException
See Also:
getTransactionLogFilePrefix()

setTransactionLogFileWritePolicy

public void setTransactionLogFileWritePolicy(String policy)
                                      throws InvalidAttributeValueException,
                                             weblogic.management.DistributedManagementException

Sets the value of the TransactionLogFileWritePolicy attribute.

Parameters:
policy - The new transactionLogFileWritePolicy value
Throws:
InvalidAttributeValueException
weblogic.management.DistributedManagementException
See Also:
getTransactionLogFileWritePolicy()

setTunnelingClientPingSecs

public void setTunnelingClientPingSecs(int secs)
                                throws InvalidAttributeValueException

Sets the value of the TunnelingClientPingSecs attribute.

Parameters:
secs - The new tunnelingClientPingSecs value
Throws:
InvalidAttributeValueException
See Also:
getTunnelingClientPingSecs()

setTunnelingClientTimeoutSecs

public void setTunnelingClientTimeoutSecs(int secs)
                                   throws InvalidAttributeValueException

Sets the value of the TunnelingClientTimeoutSecs attribute.

Parameters:
secs - The new tunnelingClientTimeoutSecs value
Throws:
InvalidAttributeValueException
See Also:
getTunnelingClientTimeoutSecs()

setTunnelingEnabled

public void setTunnelingEnabled(boolean enabled)
                         throws weblogic.management.DistributedManagementException

Sets the value of the TunnelingEnabled attribute.

Parameters:
enabled - The new tunnelingEnabled value
Throws:
weblogic.management.DistributedManagementException
See Also:
isTunnelingEnabled()

setUploadDirectoryName

public void setUploadDirectoryName(String dir)

Sets the value of the UploadDirectoryName attribute.

Parameters:
dir - The new uploadDirectoryName value
See Also:
getUploadDirectoryName()

setVerboseEJBDeploymentEnabled

public void setVerboseEJBDeploymentEnabled(String verbose)

Sets the verboseEJBDeploymentEnabled attribute of the ServerMBean object

Parameters:
verbose - The new verboseEJBDeploymentEnabled value

setWeblogicPluginEnabled

public void setWeblogicPluginEnabled(boolean wpe)

Sets the value of the ServerMBean's WebLogicPluginEnabled attribute.

Parameters:
wpe - The new weblogicPluginEnabled value
See Also:
isWeblogicPluginEnabled(), WebAppContainerMBean.setWeblogicPluginEnabled(boolean), ClusterMBean.setWeblogicPluginEnabled(boolean)
Default value:
false

setXMLEntityCache

public void setXMLEntityCache(XMLEntityCacheMBean cache)
                       throws InvalidAttributeValueException

Sets the value of the XMLEntityCache attribute.

Parameters:
cache - The new xMLEntityCache value
Throws:
InvalidAttributeValueException
See Also:
getXMLEntityCache()

setXMLRegistry

public void setXMLRegistry(XMLRegistryMBean registry)
                    throws InvalidAttributeValueException

Sets the value of the XMLRegistry attribute.

Parameters:
registry - The new xMLRegistry value
Throws:
InvalidAttributeValueException
See Also:
getXMLRegistry()

synchronousKill

public String synchronousKill()
Deprecated. 9.0.0.0 Use ServerRuntimeMBean.forceShutdown() instead

Kill this server. This is a blocking call. Returns String containing NodeManger log for killing the server.

Returns:

synchronousStart

public String synchronousStart()
Deprecated. 9.0.0.0 Use ServerLifeCycleRuntimeMBean.start() instead.

Start this server. This is a blocking call. Returns String containing NodeManger log for starting the server.

Returns:

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.