Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.ws.soap.mgmt
Class ClientConfig

java.lang.Object
  extended by oracle.axia.config.beans.protocol.ws.soap.mgmt.ClientConfig

All Implemented Interfaces:
ClientConfigMBean, ClientConfigReadOnlyMBean

public class ClientConfig
extends java.lang.Object
implements ClientConfigMBean

Java class for ClientConfig complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ClientConfig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="connectTimeoutMs" type="{http://xmlns.oracle.com/axia/ws-soap-config}TimeoutType" default="5000" />
       <attribute name="readTimeoutMs" type="{http://xmlns.oracle.com/axia/ws-soap-config}TimeoutType" default="30000" />
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.lang.Integer connectTimeoutMs
           
protected  java.lang.Integer readTimeoutMs
           

 

Constructor Summary
ClientConfig()
          Default Constructor
ClientConfig(java.lang.Integer connectTimeoutMs, java.lang.Integer readTimeoutMs)
           

 

Method Summary
 int getConnectTimeoutMs()
          Gets the value of the connectTimeoutMs property.
 int getReadTimeoutMs()
          Gets the value of the readTimeoutMs property.
 void setConnectTimeoutMs(java.lang.Integer value)
          Sets the value of the connectTimeoutMs property.
 void setReadTimeoutMs(java.lang.Integer value)
          Sets the value of the readTimeoutMs property.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

connectTimeoutMs

protected java.lang.Integer connectTimeoutMs

readTimeoutMs

protected java.lang.Integer readTimeoutMs

Constructor Detail

ClientConfig

public ClientConfig()
Default Constructor

ClientConfig

public ClientConfig(java.lang.Integer connectTimeoutMs,
                    java.lang.Integer readTimeoutMs)

Method Detail

getConnectTimeoutMs

public int getConnectTimeoutMs()
Gets the value of the connectTimeoutMs property.
Specified by:
getConnectTimeoutMs in interface ClientConfigReadOnlyMBean
Returns:
possible object is Integer

setConnectTimeoutMs

public void setConnectTimeoutMs(java.lang.Integer value)
Sets the value of the connectTimeoutMs property.
Specified by:
setConnectTimeoutMs in interface ClientConfigMBean
Parameters:
value - allowed object is Integer

getReadTimeoutMs

public int getReadTimeoutMs()
Gets the value of the readTimeoutMs property.
Specified by:
getReadTimeoutMs in interface ClientConfigReadOnlyMBean
Returns:
possible object is Integer

setReadTimeoutMs

public void setReadTimeoutMs(java.lang.Integer value)
Sets the value of the readTimeoutMs property.
Specified by:
setReadTimeoutMs in interface ClientConfigMBean
Parameters:
value - allowed object is Integer

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.