|
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 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Deprecated. 7.0.0.0 use 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.
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 |
---|
String getName()
The name of the channel. The name must not start with ".WL".
getName
in interface ConfigurationMBean
getName
in interface WebLogicMBean
void setName(String name) throws InvalidAttributeValueException, ManagementException
Sets the name attribute of the NetworkChannelMBean object
setName
in interface ConfigurationMBean
setName
in interface WebLogicMBean
name
- The new name valueInvalidAttributeValueException
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 valueInvalidAttributeValueException
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()
, ServerTemplateMBean.getListenPort()
void setListenPort(int port) throws InvalidAttributeValueException
Sets the listenPort attribute of the NetworkChannelMBean object
port
- The new listenPort valueInvalidAttributeValueException
boolean isListenPortEnabled()
Whether or not plaintext port is enabled for the channel.
NetworkChannelMBean.getListenPort()
, ServerTemplateMBean.isListenPortEnabled()
void setListenPortEnabled(boolean enable) throws InvalidAttributeValueException
Sets the listenPortEnabled attribute of the NetworkChannelMBean object
enable
- The new listenPortEnabled valueInvalidAttributeValueException
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 valueInvalidAttributeValueException
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 valueInvalidAttributeValueException
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 valueInvalidAttributeValueException
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 valueInvalidAttributeValueException
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 valueInvalidAttributeValueException
boolean isHTTPEnabled()
Whether or not plaintext (non-SSL) HTTP traffic is enabled.
ServerTemplateMBean.isHttpdEnabled()
, NetworkChannelMBean.isHTTPSEnabled()
, NetworkChannelMBean.isTunnelingEnabled()
void setHTTPEnabled(boolean enabled) throws InvalidAttributeValueException
Sets the hTTPEnabled attribute of the NetworkChannelMBean object
enabled
- The new hTTPEnabled valueInvalidAttributeValueException
boolean isHTTPSEnabled()
Whether or not secure (SSL) HTTP traffic is enabled.
ServerTemplateMBean.isHttpdEnabled()
, NetworkChannelMBean.isHTTPEnabled()
, NetworkChannelMBean.isTunnelingEnabled()
void setHTTPSEnabled(boolean enabled) throws InvalidAttributeValueException
Sets the hTTPSEnabled attribute of the NetworkChannelMBean object
enabled
- The new hTTPSEnabled valueInvalidAttributeValueException
boolean isCOMEnabled()
Indicates whether plaintext (non-SSL) COM traffic is enabled.
ServerTemplateMBean.isCOMEnabled()
void setCOMEnabled(boolean enabled) throws InvalidAttributeValueException
Sets the cOMEnabled attribute of the NetworkChannelMBean object
enabled
- The new cOMEnabled valueInvalidAttributeValueException
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 valueInvalidAttributeValueException
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 valueInvalidAttributeValueException
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()
, ServerTemplateMBean.getAcceptBacklog()
void setAcceptBacklog(int count) throws InvalidAttributeValueException
Sets the acceptBacklog attribute of the NetworkChannelMBean object
count
- The new acceptBacklog valueInvalidAttributeValueException
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()
, ServerTemplateMBean.getLoginTimeoutMillis()
void setLoginTimeoutMillis(int timeout) throws InvalidAttributeValueException, DistributedManagementException
Sets the loginTimeoutMillis attribute of the NetworkChannelMBean object
timeout
- The new loginTimeoutMillis valueInvalidAttributeValueException
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.
ServerTemplateMBean.isTunnelingEnabled()
, NetworkChannelMBean.isHTTPEnabled()
, NetworkChannelMBean.isHTTPSEnabled()
void setTunnelingEnabled(boolean enabled) throws DistributedManagementException
Sets the tunnelingEnabled attribute of the NetworkChannelMBean object
enabled
- The new tunnelingEnabled valueDistributedManagementException
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.
ServerTemplateMBean.getTunnelingClientPingSecs()
, NetworkAccessPointMBean.getTunnelingClientPingSecs()
void setTunnelingClientPingSecs(int secs) throws InvalidAttributeValueException
Sets the tunnelingClientPingSecs attribute of the NetworkChannelMBean object
secs
- The new tunnelingClientPingSecs valueInvalidAttributeValueException
int getTunnelingClientTimeoutSecs()
Duration (in seconds) after which a missing http-tunneled client is considered dead. Individual servers may override this value using a NetworkAccessPointMBean.
ServerTemplateMBean.getTunnelingClientTimeoutSecs()
, NetworkAccessPointMBean.getTunnelingClientTimeoutSecs()
void setTunnelingClientTimeoutSecs(int secs) throws InvalidAttributeValueException
Sets the tunnelingClientTimeoutSecs attribute of the NetworkChannelMBean object
secs
- The new tunnelingClientTimeoutSecs valueInvalidAttributeValueException
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 valueInvalidAttributeValueException
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 valueInvalidAttributeValueException
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 valueInvalidAttributeValueException
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.
NetworkAccessPointMBean.getMaxMessageSize()
, KernelMBean.getMaxT3MessageSize()
void setMaxT3MessageSize(int maxsize) throws InvalidAttributeValueException, DistributedManagementException
Sets the maxT3MessageSize attribute of the NetworkChannelMBean object
maxsize
- The new maxT3MessageSize valueInvalidAttributeValueException
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.
NetworkAccessPointMBean.getMaxMessageSize()
, KernelMBean.getMaxHTTPMessageSize()
void setMaxHTTPMessageSize(int maxsize) throws InvalidAttributeValueException, DistributedManagementException
Sets the maxHTTPMessageSize attribute of the NetworkChannelMBean object
maxsize
- The new maxHTTPMessageSize valueInvalidAttributeValueException
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.
NetworkAccessPointMBean.getMaxMessageSize()
, KernelMBean.getMaxCOMMessageSize()
void setMaxCOMMessageSize(int maxsize) throws InvalidAttributeValueException, DistributedManagementException
Sets the maxCOMMessageSize attribute of the NetworkChannelMBean object
maxsize
- The new maxCOMMessageSize valueInvalidAttributeValueException
DistributedManagementException
void setIIOPEnabled(boolean enabled) throws InvalidAttributeValueException
Sets the iIOPEnabled attribute of the NetworkChannelMBean object
enabled
- The new iIOPEnabled valueInvalidAttributeValueException
void setIIOPSEnabled(boolean enabled) throws InvalidAttributeValueException
Sets the iIOPSEnabled attribute of the NetworkChannelMBean object
enabled
- The new iIOPSEnabled valueInvalidAttributeValueException
void setCompleteIIOPMessageTimeout(int seconds) throws InvalidAttributeValueException, DistributedManagementException
Sets the completeIIOPMessageTimeout attribute of the NetworkChannelMBean object
seconds
- The new completeIIOPMessageTimeout valueInvalidAttributeValueException
DistributedManagementException
void setMaxIIOPMessageSize(int maxsize) throws InvalidAttributeValueException, DistributedManagementException
Sets the maxIIOPMessageSize attribute of the NetworkChannelMBean object
maxsize
- The new maxIIOPMessageSize valueInvalidAttributeValueException
DistributedManagementException
void setIdleIIOPConnectionTimeout(int seconds) throws InvalidAttributeValueException, DistributedManagementException
Sets the idleIIOPConnectionTimeout attribute of the NetworkChannelMBean object
seconds
- The new idleIIOPConnectionTimeout valueInvalidAttributeValueException
DistributedManagementException
void setDefaultIIOPUser(String user) throws InvalidAttributeValueException
Sets the defaultIIOPUser attribute of the NetworkChannelMBean object
user
- The new defaultIIOPUser valueInvalidAttributeValueException
void setDefaultIIOPPassword(String password) throws InvalidAttributeValueException
Sets the defaultIIOPPassword attribute of the NetworkChannelMBean object
password
- The new defaultIIOPPassword valueInvalidAttributeValueException
void setDefaultIIOPPasswordEncrypted(byte[] bytes)
Encrypts and sets the defaultIIOPPassword attribute.
bytes
- The new DefaultIIOPPasswordEncrypted value as a byte array.NetworkChannelMBean.getDefaultIIOPPasswordEncrypted()
|
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 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |