Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.management.configuration
Interface NetworkChannelMBean

All Superinterfaces:
ConfigurationMBean, DeploymentMBean, DescriptorBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, SettableBean, WebLogicMBean

Deprecated. 7.0.0.0 use NetworkAccessPointMBean

public interface NetworkChannelMBean
extends DeploymentMBean

This MBean defines a network channel. A network channel is used to configure additional ports for a server beyond its default listen ports. Network channels do not support IIOP.

A network channel can be targeted at multiple clusters and servers. Targeting a channel at a cluster targets it at every server that is a member of that cluster. A server can support multiple channels.

A server can fine-tune its network channel settings by using a NetworkAccessPointMBean. The NetworkAccessPointMBean also servers to set the listen address and external DNS name that a server uses for a particular channel.

A server serves up to three default listen ports: ServerMBean ListenPort, ServerMBean AdministrationPort, and SSLMBean ListenPort. The default listen ports form implicit channel(s) of weight 50.

A network channel also defines the creation of server-to-server connections. If a server is initiating a new connection to another server, the highest weighted common (same named) channel that supports the desired protocol is used to determine which port to contact.

See Also:
ServerTemplateMBean.getListenPort(), ServerTemplateMBean.getAdministrationPort(), SSLMBean.getListenPort(), KernelMBean.getSSL(), NetworkAccessPointMBean, ServerTemplateMBean.getNetworkAccessPoints()

Field Summary

 

Fields inherited from interface weblogic.management.configuration.DeploymentMBean
DEFAULT_ORDER, MAX_ORDER, MIN_ORDER

 

Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY

 

Method Summary
abstract  int getAcceptBacklog()
          Deprecated. Allowed backlog of connection requests on the listen port(s).
abstract  int getChannelWeight()
          Deprecated. A weight to give this channel when creating server-to-server connections.
abstract  String getClusterAddress()
          Deprecated. This channel's cluster address.
abstract  int getCompleteCOMMessageTimeout()
          Deprecated. The maximum number of seconds spent waiting for a complete COM message to be received.
abstract  int getCompleteHTTPMessageTimeout()
          Deprecated. The maximum number of seconds spent waiting for a complete HTTP message to be received.
abstract  int getCompleteT3MessageTimeout()
          Deprecated. The maximum number of seconds spent waiting for a complete T3 message to be received.
abstract  String getDescription()
          Deprecated. Optional short description of this channel for console display purposes.
abstract  int getListenPort()
          Deprecated. The plaintext (non-SSL) listen port for the channel.
abstract  int getLoginTimeoutMillis()
          Deprecated. The login timeout for the server, in milliseconds.
abstract  int getLoginTimeoutMillisSSL()
          Deprecated. Duration allowed for an SSL login sequence.
abstract  int getMaxCOMMessageSize()
          Deprecated. The maximum COM message size allowable in a message header.
abstract  int getMaxHTTPMessageSize()
          Deprecated. The maximum HTTP message size allowable in a message header.
abstract  int getMaxT3MessageSize()
          Deprecated. The maximum T3 message size allowable in a message header.
abstract  String getName()
          Deprecated. The name of the channel.
abstract  int getSSLListenPort()
          Deprecated. The SSL listen port for the channel.
abstract  int getTunnelingClientPingSecs()
          Deprecated. Interval (in seconds) at which to ping an http-tunneled client to see if its still alive.
abstract  int getTunnelingClientTimeoutSecs()
          Deprecated. Duration (in seconds) after which a missing http-tunneled client is considered dead.
abstract  boolean isBoundOutgoingEnabled()
          Deprecated. Bind new outgoing server side T3 or T3S connections to the server channel's listen address.
abstract  boolean isCOMEnabled()
          Deprecated. Indicates whether plaintext (non-SSL) COM traffic is enabled.
abstract  boolean isHTTPEnabled()
          Deprecated. Whether or not plaintext (non-SSL) HTTP traffic is enabled.
abstract  boolean isHTTPSEnabled()
          Deprecated. Whether or not secure (SSL) HTTP traffic is enabled.
abstract  boolean isListenPortEnabled()
          Deprecated. Whether or not plaintext port is enabled for the channel.
abstract  boolean isOutgoingEnabled()
          Deprecated. Whether or not new server-to-server connections may consider this channel when initiating.
abstract  boolean isSSLListenPortEnabled()
          Deprecated. Whether or not SSL port is enabled for the channel.
abstract  boolean isT3Enabled()
          Deprecated. Whether or not plaintext (non-SSL) T3 traffic is enabled.
abstract  boolean isT3SEnabled()
          Deprecated. Whether or not secure T3 traffic is enabled.
abstract  boolean isTunnelingEnabled()
          Deprecated. Enables tunneling via http.
abstract  void setAcceptBacklog(int count)
          Deprecated. Sets the acceptBacklog attribute of the NetworkChannelMBean object
abstract  void setChannelWeight(int weight)
          Deprecated. Sets the channelWeight attribute of the NetworkChannelMBean object
abstract  void setClusterAddress(String address)
          Deprecated. Sets the clusterAddress attribute of the NetworkChannelMBean object
abstract  void setCOMEnabled(boolean enabled)
          Deprecated. Sets the cOMEnabled attribute of the NetworkChannelMBean object
abstract  void setCompleteCOMMessageTimeout(int seconds)
          Deprecated. Sets the completeCOMMessageTimeout attribute of the NetworkChannelMBean object
abstract  void setCompleteHTTPMessageTimeout(int seconds)
          Deprecated. Sets the completeHTTPMessageTimeout attribute of the NetworkChannelMBean object
abstract  void setCompleteIIOPMessageTimeout(int seconds)
          Deprecated. Sets the completeIIOPMessageTimeout attribute of the NetworkChannelMBean object
abstract  void setCompleteT3MessageTimeout(int seconds)
          Deprecated. Sets the completeT3MessageTimeout attribute of the NetworkChannelMBean object
abstract  void setDefaultIIOPPassword(String password)
          Deprecated. Sets the defaultIIOPPassword attribute of the NetworkChannelMBean object
abstract  void setDefaultIIOPPasswordEncrypted(byte[] bytes)
          Deprecated. Encrypts and sets the defaultIIOPPassword attribute.
abstract  void setDefaultIIOPUser(String user)
          Deprecated. Sets the defaultIIOPUser attribute of the NetworkChannelMBean object
abstract  void setDescription(String description)
          Deprecated. Sets the description attribute of the NetworkChannelMBean object
abstract  void setHTTPEnabled(boolean enabled)
          Deprecated. Sets the hTTPEnabled attribute of the NetworkChannelMBean object
abstract  void setHTTPSEnabled(boolean enabled)
          Deprecated. Sets the hTTPSEnabled attribute of the NetworkChannelMBean object
abstract  void setIdleIIOPConnectionTimeout(int seconds)
          Deprecated. Sets the idleIIOPConnectionTimeout attribute of the NetworkChannelMBean object
abstract  void setIIOPEnabled(boolean enabled)
          Deprecated. Sets the iIOPEnabled attribute of the NetworkChannelMBean object
abstract  void setIIOPSEnabled(boolean enabled)
          Deprecated. Sets the iIOPSEnabled attribute of the NetworkChannelMBean object
abstract  void setListenPort(int port)
          Deprecated. Sets the listenPort attribute of the NetworkChannelMBean object
abstract  void setListenPortEnabled(boolean enable)
          Deprecated. Sets the listenPortEnabled attribute of the NetworkChannelMBean object
abstract  void setLoginTimeoutMillis(int timeout)
          Deprecated. Sets the loginTimeoutMillis attribute of the NetworkChannelMBean object
abstract  void setLoginTimeoutMillisSSL(int millis)
          Deprecated. Sets the loginTimeoutMillisSSL attribute of the NetworkChannelMBean object
abstract  void setMaxCOMMessageSize(int maxsize)
          Deprecated. Sets the maxCOMMessageSize attribute of the NetworkChannelMBean object
abstract  void setMaxHTTPMessageSize(int maxsize)
          Deprecated. Sets the maxHTTPMessageSize attribute of the NetworkChannelMBean object
abstract  void setMaxIIOPMessageSize(int maxsize)
          Deprecated. Sets the maxIIOPMessageSize attribute of the NetworkChannelMBean object
abstract  void setMaxT3MessageSize(int maxsize)
          Deprecated. Sets the maxT3MessageSize attribute of the NetworkChannelMBean object
abstract  void setName(String name)
          Deprecated. Sets the name attribute of the NetworkChannelMBean object
abstract  void setOutgoingEnabled(boolean enabled)
          Deprecated. Sets the outgoingEnabled attribute of the NetworkChannelMBean object
abstract  void setSSLListenPort(int port)
          Deprecated. Sets the sSLListenPort attribute of the NetworkChannelMBean object
abstract  void setSSLListenPortEnabled(boolean enable)
          Deprecated. Sets the sSLListenPortEnabled attribute of the NetworkChannelMBean object
abstract  void setT3Enabled(boolean enabled)
          Deprecated. Sets the t3Enabled attribute of the NetworkChannelMBean object
abstract  void setT3SEnabled(boolean enabled)
          Deprecated. Sets the t3SEnabled attribute of the NetworkChannelMBean object
abstract  void setTunnelingClientPingSecs(int secs)
          Deprecated. Sets the tunnelingClientPingSecs attribute of the NetworkChannelMBean object
abstract  void setTunnelingClientTimeoutSecs(int secs)
          Deprecated. Sets the tunnelingClientTimeoutSecs attribute of the NetworkChannelMBean object
abstract  void setTunnelingEnabled(boolean enabled)
          Deprecated. Sets the tunnelingEnabled attribute of the NetworkChannelMBean object

 

Methods inherited from interface weblogic.management.configuration.DeploymentMBean
addTarget, getDeploymentOrder, getTargets, removeTarget, setDeploymentOrder, setTargets

 

Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getId, getInheritedProperties, getNotes, isDynamicallyCreated, isInherited, 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
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener

 

Method Detail

getName

String getName()
Deprecated. 

The name of the channel. The name must not start with ".WL".

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

setName

void setName(String name)
             throws InvalidAttributeValueException,
                    ManagementException
Deprecated. 

Sets the name attribute of the NetworkChannelMBean object

Specified by:
setName in interface ConfigurationMBean
Specified by:
setName in interface WebLogicMBean
Parameters:
name - The new name value
Throws:
InvalidAttributeValueException
ManagementException

getDescription

String getDescription()
Deprecated. 

Optional short description of this channel for console display purposes. For long descriptions, use the "Notes" field.

Returns:
The description value

setDescription

void setDescription(String description)
                    throws InvalidAttributeValueException
Deprecated. 

Sets the description attribute of the NetworkChannelMBean object

Parameters:
description - The new description value
Throws:
InvalidAttributeValueException

getListenPort

int getListenPort()
Deprecated. 

The plaintext (non-SSL) listen port for the channel. Individual servers may override this value, but may not enable the port if disabled here and may not disable the port if enabled here. Individual servers may override this value using a NetworkAccessPointMBean.

Returns:
The listenPort value
See Also:
NetworkChannelMBean.isListenPortEnabled(), NetworkChannelMBean.getSSLListenPort(), NetworkAccessPointMBean.getListenPort(), NetworkAccessPointMBean.getListenAddress(), NetworkAccessPointMBean.getExternalDNSName(), ServerTemplateMBean.getListenPort()

setListenPort

void setListenPort(int port)
                   throws InvalidAttributeValueException
Deprecated. 

Sets the listenPort attribute of the NetworkChannelMBean object

Parameters:
port - The new listenPort value
Throws:
InvalidAttributeValueException

isListenPortEnabled

boolean isListenPortEnabled()
Deprecated. 

Whether or not plaintext port is enabled for the channel.

Returns:
The listenPortEnabled value
See Also:
NetworkChannelMBean.getListenPort(), ServerTemplateMBean.isListenPortEnabled()

setListenPortEnabled

void setListenPortEnabled(boolean enable)
                          throws InvalidAttributeValueException
Deprecated. 

Sets the listenPortEnabled attribute of the NetworkChannelMBean object

Parameters:
enable - The new listenPortEnabled value
Throws:
InvalidAttributeValueException

getSSLListenPort

int getSSLListenPort()
Deprecated. 

The SSL listen port for the channel. Individual server's may override this value, but may not enable the port if disabled here and may not disable the port if enabled here. SSL must be configured and enabled for this port to work. Individual servers may override this value using a NetworkAccessPointMBean.

Returns:
The sSLListenPort value
See Also:
NetworkChannelMBean.getSSLListenPort(), NetworkChannelMBean.isSSLListenPortEnabled(), SSLMBean.getListenPort(), KernelMBean.getSSL(), NetworkAccessPointMBean.getSSLListenPort(), NetworkAccessPointMBean.getListenAddress()

setSSLListenPort

void setSSLListenPort(int port)
                      throws InvalidAttributeValueException
Deprecated. 

Sets the sSLListenPort attribute of the NetworkChannelMBean object

Parameters:
port - The new sSLListenPort value
Throws:
InvalidAttributeValueException

isSSLListenPortEnabled

boolean isSSLListenPortEnabled()
Deprecated. 

Whether or not SSL port is enabled for the channel. SSL must be configured and enabled in addition to this setting for the SSL port to work.

Returns:
The sSLListenPortEnabled value
See Also:
SSLMBean.isListenPortEnabled(), KernelMBean.getSSL()

setSSLListenPortEnabled

void setSSLListenPortEnabled(boolean enable)
                             throws InvalidAttributeValueException
Deprecated. 

Sets the sSLListenPortEnabled attribute of the NetworkChannelMBean object

Parameters:
enable - The new sSLListenPortEnabled value
Throws:
InvalidAttributeValueException

getClusterAddress

String getClusterAddress()
Deprecated. 

This channel's cluster address. If this is not set, the cluster address from the cluster configuration is used in its place.

Returns:
The clusterAddress value
See Also:
ClusterMBean.getClusterAddress()

setClusterAddress

void setClusterAddress(String address)
                       throws InvalidAttributeValueException
Deprecated. 

Sets the clusterAddress attribute of the NetworkChannelMBean object

Parameters:
address - The new clusterAddress value
Throws:
InvalidAttributeValueException

isT3Enabled

boolean isT3Enabled()
Deprecated. 

Whether or not plaintext (non-SSL) T3 traffic is enabled. Note that it is not possible to disable T3 traffic on the default channel(s).

Returns:
The t3Enabled value
See Also:
NetworkChannelMBean, NetworkChannelMBean.isT3SEnabled()

setT3Enabled

void setT3Enabled(boolean enabled)
                  throws InvalidAttributeValueException
Deprecated. 

Sets the t3Enabled attribute of the NetworkChannelMBean object

Parameters:
enabled - The new t3Enabled value
Throws:
InvalidAttributeValueException

isT3SEnabled

boolean isT3SEnabled()
Deprecated. 

Whether or not secure T3 traffic is enabled. Note that it is not possible to disable T3 traffic on the default channel(s).

Returns:
The t3SEnabled value
See Also:
NetworkChannelMBean, NetworkChannelMBean.isT3Enabled()

setT3SEnabled

void setT3SEnabled(boolean enabled)
                   throws InvalidAttributeValueException
Deprecated. 

Sets the t3SEnabled attribute of the NetworkChannelMBean object

Parameters:
enabled - The new t3SEnabled value
Throws:
InvalidAttributeValueException

isHTTPEnabled

boolean isHTTPEnabled()
Deprecated. 

Whether or not plaintext (non-SSL) HTTP traffic is enabled.

Returns:
The hTTPEnabled value
See Also:
ServerTemplateMBean.isHttpdEnabled(), NetworkChannelMBean.isHTTPSEnabled(), NetworkChannelMBean.isTunnelingEnabled()

setHTTPEnabled

void setHTTPEnabled(boolean enabled)
                    throws InvalidAttributeValueException
Deprecated. 

Sets the hTTPEnabled attribute of the NetworkChannelMBean object

Parameters:
enabled - The new hTTPEnabled value
Throws:
InvalidAttributeValueException

isHTTPSEnabled

boolean isHTTPSEnabled()
Deprecated. 

Whether or not secure (SSL) HTTP traffic is enabled.

Returns:
The hTTPSEnabled value
See Also:
ServerTemplateMBean.isHttpdEnabled(), NetworkChannelMBean.isHTTPEnabled(), NetworkChannelMBean.isTunnelingEnabled()

setHTTPSEnabled

void setHTTPSEnabled(boolean enabled)
                     throws InvalidAttributeValueException
Deprecated. 

Sets the hTTPSEnabled attribute of the NetworkChannelMBean object

Parameters:
enabled - The new hTTPSEnabled value
Throws:
InvalidAttributeValueException

isCOMEnabled

boolean isCOMEnabled()
Deprecated. 

Indicates whether plaintext (non-SSL) COM traffic is enabled.

Returns:
The cOMEnabled value
See Also:
ServerTemplateMBean.isCOMEnabled()

setCOMEnabled

void setCOMEnabled(boolean enabled)
                   throws InvalidAttributeValueException
Deprecated. 

Sets the cOMEnabled attribute of the NetworkChannelMBean object

Parameters:
enabled - The new cOMEnabled value
Throws:
InvalidAttributeValueException

isOutgoingEnabled

boolean isOutgoingEnabled()
Deprecated. 

Whether or not new server-to-server connections may consider this channel when initiating.

Returns:
The outgoingEnabled value
See Also:
NetworkChannelMBean

setOutgoingEnabled

void setOutgoingEnabled(boolean enabled)
                        throws InvalidAttributeValueException
Deprecated. 

Sets the outgoingEnabled attribute of the NetworkChannelMBean object

Parameters:
enabled - The new outgoingEnabled value
Throws:
InvalidAttributeValueException

isBoundOutgoingEnabled

boolean isBoundOutgoingEnabled()
Deprecated. 

Bind new outgoing server side T3 or T3S connections to the server channel's listen address. Other protocols ignore this field. This field is ignored for connections initiated via URLs, it takes effect if and only if the connection was initiated by accessing a remote reference (such as an EJB or RMI stub.)

Returns:
The boundOutgoingEnabled value

getChannelWeight

int getChannelWeight()
Deprecated. 

A weight to give this channel when creating server-to-server connections.

Returns:
The channelWeight value
See Also:
NetworkChannelMBean

setChannelWeight

void setChannelWeight(int weight)
                      throws InvalidAttributeValueException
Deprecated. 

Sets the channelWeight attribute of the NetworkChannelMBean object

Parameters:
weight - The new channelWeight value
Throws:
InvalidAttributeValueException

getAcceptBacklog

int getAcceptBacklog()
Deprecated. 

Allowed backlog of connection requests on the listen port(s). Individual servers may override this value using a NetworkAccessPointMBean. Setting the backlog to 0 may prevent accepting any incoming connection on some of the OS.

Returns:
The acceptBacklog value
See Also:
NetworkAccessPointMBean.getAcceptBacklog(), ServerTemplateMBean.getAcceptBacklog()

setAcceptBacklog

void setAcceptBacklog(int count)
                      throws InvalidAttributeValueException
Deprecated. 

Sets the acceptBacklog attribute of the NetworkChannelMBean object

Parameters:
count - The new acceptBacklog value
Throws:
InvalidAttributeValueException

getLoginTimeoutMillis

int getLoginTimeoutMillis()
Deprecated. 

The login timeout for the server, in milliseconds. This value must be equal to or greater than 0. Individual servers may override this value using a NetworkAccessPointMBean.

Returns:
The loginTimeoutMillis value
See Also:
NetworkAccessPointMBean.getLoginTimeoutMillis(), ServerTemplateMBean.getLoginTimeoutMillis()

setLoginTimeoutMillis

void setLoginTimeoutMillis(int timeout)
                           throws InvalidAttributeValueException,
                                  DistributedManagementException
Deprecated. 

Sets the loginTimeoutMillis attribute of the NetworkChannelMBean object

Parameters:
timeout - The new loginTimeoutMillis value
Throws:
InvalidAttributeValueException
DistributedManagementException

getLoginTimeoutMillisSSL

int getLoginTimeoutMillisSSL()
Deprecated. 

Duration allowed for an SSL login sequence. If the duration is exceeded, the login is timed out. 0 to disable. Individual servers may override this value using a NetworkAccessPointMBean.

Returns:
The loginTimeoutMillisSSL value
See Also:
NetworkAccessPointMBean.getLoginTimeoutMillisSSL(), SSLMBean.getLoginTimeoutMillis()

setLoginTimeoutMillisSSL

void setLoginTimeoutMillisSSL(int millis)
Deprecated. 

Sets the loginTimeoutMillisSSL attribute of the NetworkChannelMBean object

Parameters:
millis - The new loginTimeoutMillisSSL value

isTunnelingEnabled

boolean isTunnelingEnabled()
Deprecated. 

Enables tunneling via http.

Returns:
The tunnelingEnabled value
See Also:
ServerTemplateMBean.isTunnelingEnabled(), NetworkChannelMBean.isHTTPEnabled(), NetworkChannelMBean.isHTTPSEnabled()

setTunnelingEnabled

void setTunnelingEnabled(boolean enabled)
                         throws DistributedManagementException
Deprecated. 

Sets the tunnelingEnabled attribute of the NetworkChannelMBean object

Parameters:
enabled - The new tunnelingEnabled value
Throws:
DistributedManagementException

getTunnelingClientPingSecs

int getTunnelingClientPingSecs()
Deprecated. 

Interval (in seconds) at which to ping an http-tunneled client to see if its still alive. Individual servers may override this value using a NetworkAccessPointMBean.

Returns:
The tunnelingClientPingSecs value
See Also:
ServerTemplateMBean.getTunnelingClientPingSecs(), NetworkAccessPointMBean.getTunnelingClientPingSecs()

setTunnelingClientPingSecs

void setTunnelingClientPingSecs(int secs)
                                throws InvalidAttributeValueException
Deprecated. 

Sets the tunnelingClientPingSecs attribute of the NetworkChannelMBean object

Parameters:
secs - The new tunnelingClientPingSecs value
Throws:
InvalidAttributeValueException

getTunnelingClientTimeoutSecs

int getTunnelingClientTimeoutSecs()
Deprecated. 

Duration (in seconds) after which a missing http-tunneled client is considered dead. Individual servers may override this value using a NetworkAccessPointMBean.

Returns:
The tunnelingClientTimeoutSecs value
See Also:
ServerTemplateMBean.getTunnelingClientTimeoutSecs(), NetworkAccessPointMBean.getTunnelingClientTimeoutSecs()

setTunnelingClientTimeoutSecs

void setTunnelingClientTimeoutSecs(int secs)
                                   throws InvalidAttributeValueException
Deprecated. 

Sets the tunnelingClientTimeoutSecs attribute of the NetworkChannelMBean object

Parameters:
secs - The new tunnelingClientTimeoutSecs value
Throws:
InvalidAttributeValueException

getCompleteT3MessageTimeout

int getCompleteT3MessageTimeout()
Deprecated. 

The maximum number of seconds spent waiting for a complete T3 message to be received. This attribute helps guard against denial of service attacks in which a caller indicates that they will be sending a message of a certain size which they never finish sending. Individual servers may override this value using a NetworkAccessPointMBean.

Returns:
The completeT3MessageTimeout value
See Also:
KernelMBean.getCompleteT3MessageTimeout(), NetworkAccessPointMBean.getCompleteT3MessageTimeout()

setCompleteT3MessageTimeout

void setCompleteT3MessageTimeout(int seconds)
                                 throws InvalidAttributeValueException,
                                        DistributedManagementException
Deprecated. 

Sets the completeT3MessageTimeout attribute of the NetworkChannelMBean object

Parameters:
seconds - The new completeT3MessageTimeout value
Throws:
InvalidAttributeValueException
DistributedManagementException

getCompleteHTTPMessageTimeout

int getCompleteHTTPMessageTimeout()
Deprecated. 

The maximum number of seconds spent waiting for a complete HTTP message to be received. This attribute helps guard against denial of service attacks in which a caller indicates that they will be sending a message of a certain size which they never finish sending. Individual servers may override this value using a NetworkAccessPointMBean.

Returns:
The completeHTTPMessageTimeout value
See Also:
KernelMBean.getCompleteHTTPMessageTimeout(), NetworkAccessPointMBean.getCompleteHTTPMessageTimeout()

setCompleteHTTPMessageTimeout

void setCompleteHTTPMessageTimeout(int seconds)
                                   throws InvalidAttributeValueException,
                                          DistributedManagementException
Deprecated. 

Sets the completeHTTPMessageTimeout attribute of the NetworkChannelMBean object

Parameters:
seconds - The new completeHTTPMessageTimeout value
Throws:
InvalidAttributeValueException
DistributedManagementException

getCompleteCOMMessageTimeout

int getCompleteCOMMessageTimeout()
Deprecated. 

The maximum number of seconds spent waiting for a complete COM message to be received. This attribute helps guard against denial of service attacks in which a caller indicates that they will be sending a message of a certain size which they never finish sending. Individual servers may override this value using a NetworkAccessPointMBean.

Returns:
The completeCOMMessageTimeout value
See Also:
KernelMBean.getCompleteCOMMessageTimeout(), NetworkAccessPointMBean.getCompleteCOMMessageTimeout()

setCompleteCOMMessageTimeout

void setCompleteCOMMessageTimeout(int seconds)
                                  throws InvalidAttributeValueException,
                                         DistributedManagementException
Deprecated. 

Sets the completeCOMMessageTimeout attribute of the NetworkChannelMBean object

Parameters:
seconds - The new completeCOMMessageTimeout value
Throws:
InvalidAttributeValueException
DistributedManagementException

getMaxT3MessageSize

int getMaxT3MessageSize()
Deprecated. 

The maximum T3 message size allowable in a message header. This attribute attempts to prevent a denial of service attack whereby a caller attempts to force the server to allocate more memory than is available thereby keeping the server from responding quickly to other requests. Individual servers may override this value using a NetworkAccessPointMBean.

Returns:
The maxT3MessageSize value
See Also:
NetworkAccessPointMBean.getMaxMessageSize(), KernelMBean.getMaxT3MessageSize()

setMaxT3MessageSize

void setMaxT3MessageSize(int maxsize)
                         throws InvalidAttributeValueException,
                                DistributedManagementException
Deprecated. 

Sets the maxT3MessageSize attribute of the NetworkChannelMBean object

Parameters:
maxsize - The new maxT3MessageSize value
Throws:
InvalidAttributeValueException
DistributedManagementException

getMaxHTTPMessageSize

int getMaxHTTPMessageSize()
Deprecated. 

The maximum HTTP message size allowable in a message header. This attribute attempts to prevent a denial of service attack whereby a caller attempts to force the server to allocate more memory than is available thereby keeping the server from responding quickly to other requests. Individual servers may override this value using a NetworkAccessPointMBean.

Returns:
The maxHTTPMessageSize value
See Also:
NetworkAccessPointMBean.getMaxMessageSize(), KernelMBean.getMaxHTTPMessageSize()

setMaxHTTPMessageSize

void setMaxHTTPMessageSize(int maxsize)
                           throws InvalidAttributeValueException,
                                  DistributedManagementException
Deprecated. 

Sets the maxHTTPMessageSize attribute of the NetworkChannelMBean object

Parameters:
maxsize - The new maxHTTPMessageSize value
Throws:
InvalidAttributeValueException
DistributedManagementException

getMaxCOMMessageSize

int getMaxCOMMessageSize()
Deprecated. 

The maximum COM message size allowable in a message header. This attribute attempts to prevent a denial of service attack whereby a caller attempts to force the server to allocate more memory than is available thereby keeping the server from responding quickly to other requests. Individual servers may override this value using a NetworkAccessPointMBean.

Returns:
The maxCOMMessageSize value
See Also:
NetworkAccessPointMBean.getMaxMessageSize(), KernelMBean.getMaxCOMMessageSize()

setMaxCOMMessageSize

void setMaxCOMMessageSize(int maxsize)
                          throws InvalidAttributeValueException,
                                 DistributedManagementException
Deprecated. 

Sets the maxCOMMessageSize attribute of the NetworkChannelMBean object

Parameters:
maxsize - The new maxCOMMessageSize value
Throws:
InvalidAttributeValueException
DistributedManagementException

setIIOPEnabled

void setIIOPEnabled(boolean enabled)
                    throws InvalidAttributeValueException
Deprecated. 

Sets the iIOPEnabled attribute of the NetworkChannelMBean object

Parameters:
enabled - The new iIOPEnabled value
Throws:
InvalidAttributeValueException

setIIOPSEnabled

void setIIOPSEnabled(boolean enabled)
                     throws InvalidAttributeValueException
Deprecated. 

Sets the iIOPSEnabled attribute of the NetworkChannelMBean object

Parameters:
enabled - The new iIOPSEnabled value
Throws:
InvalidAttributeValueException

setCompleteIIOPMessageTimeout

void setCompleteIIOPMessageTimeout(int seconds)
                                   throws InvalidAttributeValueException,
                                          DistributedManagementException
Deprecated. 

Sets the completeIIOPMessageTimeout attribute of the NetworkChannelMBean object

Parameters:
seconds - The new completeIIOPMessageTimeout value
Throws:
InvalidAttributeValueException
DistributedManagementException

setMaxIIOPMessageSize

void setMaxIIOPMessageSize(int maxsize)
                           throws InvalidAttributeValueException,
                                  DistributedManagementException
Deprecated. 

Sets the maxIIOPMessageSize attribute of the NetworkChannelMBean object

Parameters:
maxsize - The new maxIIOPMessageSize value
Throws:
InvalidAttributeValueException
DistributedManagementException

setIdleIIOPConnectionTimeout

void setIdleIIOPConnectionTimeout(int seconds)
                                  throws InvalidAttributeValueException,
                                         DistributedManagementException
Deprecated. 

Sets the idleIIOPConnectionTimeout attribute of the NetworkChannelMBean object

Parameters:
seconds - The new idleIIOPConnectionTimeout value
Throws:
InvalidAttributeValueException
DistributedManagementException

setDefaultIIOPUser

void setDefaultIIOPUser(String user)
                        throws InvalidAttributeValueException
Deprecated. 

Sets the defaultIIOPUser attribute of the NetworkChannelMBean object

Parameters:
user - The new defaultIIOPUser value
Throws:
InvalidAttributeValueException

setDefaultIIOPPassword

void setDefaultIIOPPassword(String password)
                            throws InvalidAttributeValueException
Deprecated. 

Sets the defaultIIOPPassword attribute of the NetworkChannelMBean object

Parameters:
password - The new defaultIIOPPassword value
Throws:
InvalidAttributeValueException

setDefaultIIOPPasswordEncrypted

void setDefaultIIOPPasswordEncrypted(byte[] bytes)
Deprecated. 

Encrypts and sets the defaultIIOPPassword attribute.

Parameters:
bytes - The new DefaultIIOPPasswordEncrypted value as a byte array.
See Also:
NetworkChannelMBean.getDefaultIIOPPasswordEncrypted()

Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09