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 NetworkChannelMBean

All Superinterfaces:
ConfigurationMBean, DeploymentMBean, weblogic.descriptor.DescriptorBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, weblogic.descriptor.SettableBean, weblogic.management.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.

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.

See Also:
ServerMBean.getListenPort(), ServerMBean.getAdministrationPort(), SSLMBean.getListenPort(), KernelMBean.getSSL(), NetworkAccessPointMBean, ServerMBean.getNetworkAccessPoints()
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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

Method Detail

getAcceptBacklog

public 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(), ServerMBean.getAcceptBacklog()
Default value:
50
Minimum value:
0

getChannelWeight

public int getChannelWeight()
Deprecated. 

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

Returns:
The channelWeight value
See Also:
NetworkChannelMBean
Default value:
50
Minimum value:
1
Maximum value:
100

getClusterAddress

public 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()
Default value:
null

getCompleteCOMMessageTimeout

public 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()
Default value:
60
Minimum value:
0
Maximum value:
480
A configurable MBean attribute.
A dynamic MBean attribute.

getCompleteHTTPMessageTimeout

public 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()
Default value:
60
Minimum value:
0
Maximum value:
480
A configurable MBean attribute.
A dynamic MBean attribute.

getCompleteT3MessageTimeout

public 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()
Default value:
60
Minimum value:
0
Maximum value:
480
A configurable MBean attribute.
A dynamic MBean attribute.

getDescription

public String getDescription()
Deprecated. 

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

Returns:
The description value
Default value:
null

getListenPort

public 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:
isListenPortEnabled(), getSSLListenPort(), NetworkAccessPointMBean.getListenPort(), NetworkAccessPointMBean.getListenAddress(), NetworkAccessPointMBean.getExternalDNSName(), ServerMBean.getListenPort()
Default value:
8001
Minimum value:
1
Maximum value:
65534

getLoginTimeoutMillis

public 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(), ServerMBean.getLoginTimeoutMillis()
Default value:
5000
Minimum value:
0
Maximum value:
100000
A dynamic MBean attribute.

getLoginTimeoutMillisSSL

public 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()
Default value:
25000
Minimum value:
0
Maximum value:
java.lang.Integer.MAX_VALUE
A configurable MBean attribute.
A dynamic MBean attribute.

getMaxCOMMessageSize

public 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:
weblogic.management.configuration.NetworkAccessPointMBean#getMaxCOMMessageSize, KernelMBean.getMaxCOMMessageSize()
Default value:
10000000
Minimum value:
4096
Maximum value:
2000000000
A configurable MBean attribute.
A dynamic MBean attribute.

getMaxHTTPMessageSize

public 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:
weblogic.management.configuration.NetworkAccessPointMBean#getMaxHTTPMessageSize, KernelMBean.getMaxHTTPMessageSize()
Default value:
10000000
Minimum value:
4096
Maximum value:
2000000000
A configurable MBean attribute.
A dynamic MBean attribute.

getMaxT3MessageSize

public 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:
weblogic.management.configuration.NetworkAccessPointMBean#getMaxT3MessageSize, KernelMBean.getMaxT3MessageSize()
Default value:
10000000
Minimum value:
4096
Maximum value:
2000000000
A configurable MBean attribute.
A dynamic MBean attribute.

getName

public String getName()
Deprecated. 

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

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

getSSLListenPort

public 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:
getSSLListenPort(), isSSLListenPortEnabled(), SSLMBean.getListenPort(), KernelMBean.getSSL(), NetworkAccessPointMBean.getSSLListenPort(), NetworkAccessPointMBean.getListenAddress()
Default value:
8002
Minimum value:
1
Maximum value:
65534

getTunnelingClientPingSecs

public 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:
ServerMBean.getTunnelingClientPingSecs(), NetworkAccessPointMBean.getTunnelingClientPingSecs()
Default value:
45
Minimum value:
1

getTunnelingClientTimeoutSecs

public 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:
ServerMBean.getTunnelingClientTimeoutSecs(), NetworkAccessPointMBean.getTunnelingClientTimeoutSecs()
Default value:
40
Minimum value:
1

isBoundOutgoingEnabled

public 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
Default value:
false

isCOMEnabled

public boolean isCOMEnabled()
Deprecated. 

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

Returns:
The cOMEnabled value
See Also:
ServerMBean.isCOMEnabled()
Default value:
false

isHTTPEnabled

public boolean isHTTPEnabled()
Deprecated. 

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

Returns:
The hTTPEnabled value
See Also:
ServerMBean.isHttpdEnabled(), isHTTPSEnabled(), isTunnelingEnabled()
Default value:
false

isHTTPSEnabled

public boolean isHTTPSEnabled()
Deprecated. 

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

Returns:
The hTTPSEnabled value
See Also:
ServerMBean.isHttpdEnabled(), isHTTPEnabled(), isTunnelingEnabled()
Default value:
false

isListenPortEnabled

public boolean isListenPortEnabled()
Deprecated. 

Whether or not plaintext port is enabled for the channel.

Returns:
The listenPortEnabled value
See Also:
getListenPort(), ServerMBean.isListenPortEnabled()
Default value:
false

isOutgoingEnabled

public boolean isOutgoingEnabled()
Deprecated. 

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

Returns:
The outgoingEnabled value
See Also:
NetworkChannelMBean
Default value:
false

isSSLListenPortEnabled

public 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()
Default value:
false

isT3Enabled

public 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, isT3SEnabled()
Default value:
false

isT3SEnabled

public 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, isT3Enabled()
Default value:
false

isTunnelingEnabled

public boolean isTunnelingEnabled()
Deprecated. 

Enables tunneling via http.

Returns:
The tunnelingEnabled value
See Also:
ServerMBean.isTunnelingEnabled(), isHTTPEnabled(), isHTTPSEnabled()
Default value:
false
A dynamic MBean attribute.

setAcceptBacklog

public void setAcceptBacklog(int count)
                      throws InvalidAttributeValueException
Deprecated. 

Sets the acceptBacklog attribute of the NetworkChannelMBean object

Parameters:
count - The new acceptBacklog value
Throws:
InvalidAttributeValueException

setChannelWeight

public void setChannelWeight(int weight)
                      throws InvalidAttributeValueException
Deprecated. 

Sets the channelWeight attribute of the NetworkChannelMBean object

Parameters:
weight - The new channelWeight value
Throws:
InvalidAttributeValueException

setClusterAddress

public void setClusterAddress(String address)
                       throws InvalidAttributeValueException
Deprecated. 

Sets the clusterAddress attribute of the NetworkChannelMBean object

Parameters:
address - The new clusterAddress value
Throws:
InvalidAttributeValueException

setCOMEnabled

public void setCOMEnabled(boolean enabled)
                   throws InvalidAttributeValueException
Deprecated. 

Sets the cOMEnabled attribute of the NetworkChannelMBean object

Parameters:
enabled - The new cOMEnabled value
Throws:
InvalidAttributeValueException

setCompleteCOMMessageTimeout

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

Sets the completeCOMMessageTimeout attribute of the NetworkChannelMBean object

Parameters:
seconds - The new completeCOMMessageTimeout value
Throws:
InvalidAttributeValueException
weblogic.management.DistributedManagementException

setCompleteHTTPMessageTimeout

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

Sets the completeHTTPMessageTimeout attribute of the NetworkChannelMBean object

Parameters:
seconds - The new completeHTTPMessageTimeout value
Throws:
InvalidAttributeValueException
weblogic.management.DistributedManagementException

setCompleteIIOPMessageTimeout

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

Sets the completeIIOPMessageTimeout attribute of the NetworkChannelMBean object

Parameters:
seconds - The new completeIIOPMessageTimeout value
Throws:
InvalidAttributeValueException
weblogic.management.DistributedManagementException

setCompleteT3MessageTimeout

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

Sets the completeT3MessageTimeout attribute of the NetworkChannelMBean object

Parameters:
seconds - The new completeT3MessageTimeout value
Throws:
InvalidAttributeValueException
weblogic.management.DistributedManagementException

setDefaultIIOPPassword

public void setDefaultIIOPPassword(String password)
                            throws InvalidAttributeValueException
Deprecated. 

Sets the defaultIIOPPassword attribute of the NetworkChannelMBean object

Parameters:
password - The new defaultIIOPPassword value
Throws:
InvalidAttributeValueException

setDefaultIIOPPasswordEncrypted

public void setDefaultIIOPPasswordEncrypted(byte[] bytes)
Deprecated. 

Encrypts and sets the defaultIIOPPassword attribute.

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

setDefaultIIOPUser

public void setDefaultIIOPUser(String user)
                        throws InvalidAttributeValueException
Deprecated. 

Sets the defaultIIOPUser attribute of the NetworkChannelMBean object

Parameters:
user - The new defaultIIOPUser value
Throws:
InvalidAttributeValueException

setDescription

public void setDescription(String description)
                    throws InvalidAttributeValueException
Deprecated. 

Sets the description attribute of the NetworkChannelMBean object

Parameters:
description - The new description value
Throws:
InvalidAttributeValueException

setHTTPEnabled

public void setHTTPEnabled(boolean enabled)
                    throws InvalidAttributeValueException
Deprecated. 

Sets the hTTPEnabled attribute of the NetworkChannelMBean object

Parameters:
enabled - The new hTTPEnabled value
Throws:
InvalidAttributeValueException

setHTTPSEnabled

public void setHTTPSEnabled(boolean enabled)
                     throws InvalidAttributeValueException
Deprecated. 

Sets the hTTPSEnabled attribute of the NetworkChannelMBean object

Parameters:
enabled - The new hTTPSEnabled value
Throws:
InvalidAttributeValueException

setIdleIIOPConnectionTimeout

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

Sets the idleIIOPConnectionTimeout attribute of the NetworkChannelMBean object

Parameters:
seconds - The new idleIIOPConnectionTimeout value
Throws:
InvalidAttributeValueException
weblogic.management.DistributedManagementException

setIIOPEnabled

public void setIIOPEnabled(boolean enabled)
                    throws InvalidAttributeValueException
Deprecated. 

Sets the iIOPEnabled attribute of the NetworkChannelMBean object

Parameters:
enabled - The new iIOPEnabled value
Throws:
InvalidAttributeValueException

setIIOPSEnabled

public void setIIOPSEnabled(boolean enabled)
                     throws InvalidAttributeValueException
Deprecated. 

Sets the iIOPSEnabled attribute of the NetworkChannelMBean object

Parameters:
enabled - The new iIOPSEnabled value
Throws:
InvalidAttributeValueException

setListenPort

public void setListenPort(int port)
                   throws InvalidAttributeValueException
Deprecated. 

Sets the listenPort attribute of the NetworkChannelMBean object

Parameters:
port - The new listenPort value
Throws:
InvalidAttributeValueException

setListenPortEnabled

public void setListenPortEnabled(boolean enable)
                          throws InvalidAttributeValueException
Deprecated. 

Sets the listenPortEnabled attribute of the NetworkChannelMBean object

Parameters:
enable - The new listenPortEnabled value
Throws:
InvalidAttributeValueException

setLoginTimeoutMillis

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

Sets the loginTimeoutMillis attribute of the NetworkChannelMBean object

Parameters:
timeout - The new loginTimeoutMillis value
Throws:
InvalidAttributeValueException
weblogic.management.DistributedManagementException

setLoginTimeoutMillisSSL

public void setLoginTimeoutMillisSSL(int millis)
Deprecated. 

Sets the loginTimeoutMillisSSL attribute of the NetworkChannelMBean object

Parameters:
millis - The new loginTimeoutMillisSSL value

setMaxCOMMessageSize

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

Sets the maxCOMMessageSize attribute of the NetworkChannelMBean object

Parameters:
maxsize - The new maxCOMMessageSize value
Throws:
InvalidAttributeValueException
weblogic.management.DistributedManagementException

setMaxHTTPMessageSize

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

Sets the maxHTTPMessageSize attribute of the NetworkChannelMBean object

Parameters:
maxsize - The new maxHTTPMessageSize value
Throws:
InvalidAttributeValueException
weblogic.management.DistributedManagementException

setMaxIIOPMessageSize

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

Sets the maxIIOPMessageSize attribute of the NetworkChannelMBean object

Parameters:
maxsize - The new maxIIOPMessageSize value
Throws:
InvalidAttributeValueException
weblogic.management.DistributedManagementException

setMaxT3MessageSize

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

Sets the maxT3MessageSize attribute of the NetworkChannelMBean object

Parameters:
maxsize - The new maxT3MessageSize value
Throws:
InvalidAttributeValueException
weblogic.management.DistributedManagementException

setName

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

Sets the name attribute of the NetworkChannelMBean object

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

setOutgoingEnabled

public void setOutgoingEnabled(boolean enabled)
                        throws InvalidAttributeValueException
Deprecated. 

Sets the outgoingEnabled attribute of the NetworkChannelMBean object

Parameters:
enabled - The new outgoingEnabled value
Throws:
InvalidAttributeValueException

setSSLListenPort

public void setSSLListenPort(int port)
                      throws InvalidAttributeValueException
Deprecated. 

Sets the sSLListenPort attribute of the NetworkChannelMBean object

Parameters:
port - The new sSLListenPort value
Throws:
InvalidAttributeValueException

setSSLListenPortEnabled

public void setSSLListenPortEnabled(boolean enable)
                             throws InvalidAttributeValueException
Deprecated. 

Sets the sSLListenPortEnabled attribute of the NetworkChannelMBean object

Parameters:
enable - The new sSLListenPortEnabled value
Throws:
InvalidAttributeValueException

setT3Enabled

public void setT3Enabled(boolean enabled)
                  throws InvalidAttributeValueException
Deprecated. 

Sets the t3Enabled attribute of the NetworkChannelMBean object

Parameters:
enabled - The new t3Enabled value
Throws:
InvalidAttributeValueException

setT3SEnabled

public void setT3SEnabled(boolean enabled)
                   throws InvalidAttributeValueException
Deprecated. 

Sets the t3SEnabled attribute of the NetworkChannelMBean object

Parameters:
enabled - The new t3SEnabled value
Throws:
InvalidAttributeValueException

setTunnelingClientPingSecs

public void setTunnelingClientPingSecs(int secs)
                                throws InvalidAttributeValueException
Deprecated. 

Sets the tunnelingClientPingSecs attribute of the NetworkChannelMBean object

Parameters:
secs - The new tunnelingClientPingSecs value
Throws:
InvalidAttributeValueException

setTunnelingClientTimeoutSecs

public void setTunnelingClientTimeoutSecs(int secs)
                                   throws InvalidAttributeValueException
Deprecated. 

Sets the tunnelingClientTimeoutSecs attribute of the NetworkChannelMBean object

Parameters:
secs - The new tunnelingClientTimeoutSecs value
Throws:
InvalidAttributeValueException

setTunnelingEnabled

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

Sets the tunnelingEnabled attribute of the NetworkChannelMBean object

Parameters:
enabled - The new tunnelingEnabled value
Throws:
weblogic.management.DistributedManagementException

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