|
Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.5) Part Number E13945-05 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
NetworkAccessPointMBean
public interface NetworkChannelMBean
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.
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."
ServerMBean.getListenPort()
,
ServerMBean.getAdministrationPort()
,
SSLMBean.getListenPort()
,
KernelMBean.getSSL()
,
NetworkAccessPointMBean
,
ServerMBean.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 | |
---|---|
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 |
Method Detail |
---|
String getName()
The name of the channel. The name must not start with ".WL".
getName
in interface ConfigurationMBean
void setName(String name) throws InvalidAttributeValueException, ManagementException
Sets the name attribute of the NetworkChannelMBean object
setName
in interface ConfigurationMBean
name
- The new name value
InvalidAttributeValueException
ManagementException
String getDescription()
Optional short description of this channel for console display purposes. For long descriptions, use the "Notes" field.
void setDescription(String description) throws InvalidAttributeValueException
Sets the description attribute of the NetworkChannelMBean object
description
- The new description value
InvalidAttributeValueException
int getListenPort()
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.
NetworkChannelMBean.isListenPortEnabled()
,
NetworkChannelMBean.getSSLListenPort()
,
NetworkAccessPointMBean.getListenPort()
,
NetworkAccessPointMBean.getListenAddress()
,
NetworkAccessPointMBean.getExternalDNSName()
,
ServerMBean.getListenPort()
void setListenPort(int port) throws InvalidAttributeValueException
Sets the listenPort attribute of the NetworkChannelMBean object
port
- The new listenPort value
InvalidAttributeValueException
boolean isListenPortEnabled()
Whether or not plaintext port is enabled for the channel.
NetworkChannelMBean.getListenPort()
,
ServerMBean.isListenPortEnabled()
void setListenPortEnabled(boolean enable) throws InvalidAttributeValueException
Sets the listenPortEnabled attribute of the NetworkChannelMBean object
enable
- The new listenPortEnabled value
InvalidAttributeValueException
int getSSLListenPort()
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.
NetworkChannelMBean.getSSLListenPort()
,
NetworkChannelMBean.isSSLListenPortEnabled()
,
SSLMBean.getListenPort()
,
KernelMBean.getSSL()
,
NetworkAccessPointMBean.getSSLListenPort()
,
NetworkAccessPointMBean.getListenAddress()
void setSSLListenPort(int port) throws InvalidAttributeValueException
Sets the sSLListenPort attribute of the NetworkChannelMBean object
port
- The new sSLListenPort value
InvalidAttributeValueException
boolean isSSLListenPortEnabled()
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.
SSLMBean.isListenPortEnabled()
,
KernelMBean.getSSL()
void setSSLListenPortEnabled(boolean enable) throws InvalidAttributeValueException
Sets the sSLListenPortEnabled attribute of the NetworkChannelMBean object
enable
- The new sSLListenPortEnabled value
InvalidAttributeValueException
String getClusterAddress()
This channel's cluster address. If this is not set, the cluster address from the cluster configuration is used in its place.
ClusterMBean.getClusterAddress()
void setClusterAddress(String address) throws InvalidAttributeValueException
Sets the clusterAddress attribute of the NetworkChannelMBean object
address
- The new clusterAddress value
InvalidAttributeValueException
boolean isT3Enabled()
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).
NetworkChannelMBean
,
NetworkChannelMBean.isT3SEnabled()
void setT3Enabled(boolean enabled) throws InvalidAttributeValueException
Sets the t3Enabled attribute of the NetworkChannelMBean object
enabled
- The new t3Enabled value
InvalidAttributeValueException
boolean isT3SEnabled()
Whether or not secure T3 traffic is enabled. Note that it is not possible to disable T3 traffic on the default channel(s).
NetworkChannelMBean
,
NetworkChannelMBean.isT3Enabled()
void setT3SEnabled(boolean enabled) throws InvalidAttributeValueException
Sets the t3SEnabled attribute of the NetworkChannelMBean object
enabled
- The new t3SEnabled value
InvalidAttributeValueException
boolean isHTTPEnabled()
Whether or not plaintext (non-SSL) HTTP traffic is enabled.
ServerMBean.isHttpdEnabled()
,
NetworkChannelMBean.isHTTPSEnabled()
,
NetworkChannelMBean.isTunnelingEnabled()
void setHTTPEnabled(boolean enabled) throws InvalidAttributeValueException
Sets the hTTPEnabled attribute of the NetworkChannelMBean object
enabled
- The new hTTPEnabled value
InvalidAttributeValueException
boolean isHTTPSEnabled()
Whether or not secure (SSL) HTTP traffic is enabled.
ServerMBean.isHttpdEnabled()
,
NetworkChannelMBean.isHTTPEnabled()
,
NetworkChannelMBean.isTunnelingEnabled()
void setHTTPSEnabled(boolean enabled) throws InvalidAttributeValueException
Sets the hTTPSEnabled attribute of the NetworkChannelMBean object
enabled
- The new hTTPSEnabled value
InvalidAttributeValueException
boolean isCOMEnabled()
Indicates whether plaintext (non-SSL) COM traffic is enabled.
ServerMBean.isCOMEnabled()
void setCOMEnabled(boolean enabled) throws InvalidAttributeValueException
Sets the cOMEnabled attribute of the NetworkChannelMBean object
enabled
- The new cOMEnabled value
InvalidAttributeValueException
boolean isOutgoingEnabled()
Whether or not new server-to-server connections may consider this channel when initiating.
NetworkChannelMBean
void setOutgoingEnabled(boolean enabled) throws InvalidAttributeValueException
Sets the outgoingEnabled attribute of the NetworkChannelMBean object
enabled
- The new outgoingEnabled value
InvalidAttributeValueException
boolean isBoundOutgoingEnabled()
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.)
int getChannelWeight()
A weight to give this channel when creating server-to-server connections.
NetworkChannelMBean
void setChannelWeight(int weight) throws InvalidAttributeValueException
Sets the channelWeight attribute of the NetworkChannelMBean object
weight
- The new channelWeight value
InvalidAttributeValueException
int getAcceptBacklog()
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.
NetworkAccessPointMBean.getAcceptBacklog()
,
ServerMBean.getAcceptBacklog()
void setAcceptBacklog(int count) throws InvalidAttributeValueException
Sets the acceptBacklog attribute of the NetworkChannelMBean object
count
- The new acceptBacklog value
InvalidAttributeValueException
int getLoginTimeoutMillis()
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.
NetworkAccessPointMBean.getLoginTimeoutMillis()
,
ServerMBean.getLoginTimeoutMillis()
void setLoginTimeoutMillis(int timeout) throws InvalidAttributeValueException, DistributedManagementException
Sets the loginTimeoutMillis attribute of the NetworkChannelMBean object
timeout
- The new loginTimeoutMillis value
InvalidAttributeValueException
DistributedManagementException
int getLoginTimeoutMillisSSL()
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.
NetworkAccessPointMBean.getLoginTimeoutMillisSSL()
,
SSLMBean.getLoginTimeoutMillis()
void setLoginTimeoutMillisSSL(int millis)
Sets the loginTimeoutMillisSSL attribute of the NetworkChannelMBean object
millis
- The new loginTimeoutMillisSSL valueboolean isTunnelingEnabled()
Enables tunneling via http.
ServerMBean.isTunnelingEnabled()
,
NetworkChannelMBean.isHTTPEnabled()
,
NetworkChannelMBean.isHTTPSEnabled()
void setTunnelingEnabled(boolean enabled) throws DistributedManagementException
Sets the tunnelingEnabled attribute of the NetworkChannelMBean object
enabled
- The new tunnelingEnabled value
DistributedManagementException
int getTunnelingClientPingSecs()
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.
ServerMBean.getTunnelingClientPingSecs()
,
NetworkAccessPointMBean.getTunnelingClientPingSecs()
void setTunnelingClientPingSecs(int secs) throws InvalidAttributeValueException
Sets the tunnelingClientPingSecs attribute of the NetworkChannelMBean object
secs
- The new tunnelingClientPingSecs value
InvalidAttributeValueException
int getTunnelingClientTimeoutSecs()
Duration (in seconds) after which a missing http-tunneled client is considered dead. Individual servers may override this value using a NetworkAccessPointMBean.
ServerMBean.getTunnelingClientTimeoutSecs()
,
NetworkAccessPointMBean.getTunnelingClientTimeoutSecs()
void setTunnelingClientTimeoutSecs(int secs) throws InvalidAttributeValueException
Sets the tunnelingClientTimeoutSecs attribute of the NetworkChannelMBean object
secs
- The new tunnelingClientTimeoutSecs value
InvalidAttributeValueException
int getCompleteT3MessageTimeout()
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.
KernelMBean.getCompleteT3MessageTimeout()
,
NetworkAccessPointMBean.getCompleteT3MessageTimeout()
void setCompleteT3MessageTimeout(int seconds) throws InvalidAttributeValueException, DistributedManagementException
Sets the completeT3MessageTimeout attribute of the NetworkChannelMBean object
seconds
- The new completeT3MessageTimeout value
InvalidAttributeValueException
DistributedManagementException
int getCompleteHTTPMessageTimeout()
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.
KernelMBean.getCompleteHTTPMessageTimeout()
,
NetworkAccessPointMBean.getCompleteHTTPMessageTimeout()
void setCompleteHTTPMessageTimeout(int seconds) throws InvalidAttributeValueException, DistributedManagementException
Sets the completeHTTPMessageTimeout attribute of the NetworkChannelMBean object
seconds
- The new completeHTTPMessageTimeout value
InvalidAttributeValueException
DistributedManagementException
int getCompleteCOMMessageTimeout()
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.
KernelMBean.getCompleteCOMMessageTimeout()
,
NetworkAccessPointMBean.getCompleteCOMMessageTimeout()
void setCompleteCOMMessageTimeout(int seconds) throws InvalidAttributeValueException, DistributedManagementException
Sets the completeCOMMessageTimeout attribute of the NetworkChannelMBean object
seconds
- The new completeCOMMessageTimeout value
InvalidAttributeValueException
DistributedManagementException
int getMaxT3MessageSize()
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.
weblogic.management.configuration.NetworkAccessPointMBean#getMaxT3MessageSize
,
KernelMBean.getMaxT3MessageSize()
void setMaxT3MessageSize(int maxsize) throws InvalidAttributeValueException, DistributedManagementException
Sets the maxT3MessageSize attribute of the NetworkChannelMBean object
maxsize
- The new maxT3MessageSize value
InvalidAttributeValueException
DistributedManagementException
int getMaxHTTPMessageSize()
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.
weblogic.management.configuration.NetworkAccessPointMBean#getMaxHTTPMessageSize
,
KernelMBean.getMaxHTTPMessageSize()
void setMaxHTTPMessageSize(int maxsize) throws InvalidAttributeValueException, DistributedManagementException
Sets the maxHTTPMessageSize attribute of the NetworkChannelMBean object
maxsize
- The new maxHTTPMessageSize value
InvalidAttributeValueException
DistributedManagementException
int getMaxCOMMessageSize()
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.
weblogic.management.configuration.NetworkAccessPointMBean#getMaxCOMMessageSize
,
KernelMBean.getMaxCOMMessageSize()
void setMaxCOMMessageSize(int maxsize) throws InvalidAttributeValueException, DistributedManagementException
Sets the maxCOMMessageSize attribute of the NetworkChannelMBean object
maxsize
- The new maxCOMMessageSize value
InvalidAttributeValueException
DistributedManagementException
void setIIOPEnabled(boolean enabled) throws InvalidAttributeValueException
Sets the iIOPEnabled attribute of the NetworkChannelMBean object
enabled
- The new iIOPEnabled value
InvalidAttributeValueException
void setIIOPSEnabled(boolean enabled) throws InvalidAttributeValueException
Sets the iIOPSEnabled attribute of the NetworkChannelMBean object
enabled
- The new iIOPSEnabled value
InvalidAttributeValueException
void setCompleteIIOPMessageTimeout(int seconds) throws InvalidAttributeValueException, DistributedManagementException
Sets the completeIIOPMessageTimeout attribute of the NetworkChannelMBean object
seconds
- The new completeIIOPMessageTimeout value
InvalidAttributeValueException
DistributedManagementException
void setMaxIIOPMessageSize(int maxsize) throws InvalidAttributeValueException, DistributedManagementException
Sets the maxIIOPMessageSize attribute of the NetworkChannelMBean object
maxsize
- The new maxIIOPMessageSize value
InvalidAttributeValueException
DistributedManagementException
void setIdleIIOPConnectionTimeout(int seconds) throws InvalidAttributeValueException, DistributedManagementException
Sets the idleIIOPConnectionTimeout attribute of the NetworkChannelMBean object
seconds
- The new idleIIOPConnectionTimeout value
InvalidAttributeValueException
DistributedManagementException
void setDefaultIIOPUser(String user) throws InvalidAttributeValueException
Sets the defaultIIOPUser attribute of the NetworkChannelMBean object
user
- The new defaultIIOPUser value
InvalidAttributeValueException
void setDefaultIIOPPassword(String password) throws InvalidAttributeValueException
Sets the defaultIIOPPassword attribute of the NetworkChannelMBean object
password
- The new defaultIIOPPassword value
InvalidAttributeValueException
void setDefaultIIOPPasswordEncrypted(byte[] bytes)
Encrypts and sets the defaultIIOPPassword attribute.
bytes
- The new DefaultIIOPPasswordEncrypted value as a byte array.NetworkChannelMBean.getDefaultIIOPPasswordEncrypted()
|
Copyright 1996, 2011, 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 Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.5) Part Number E13945-05 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |