|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.mdscs.dto.GeneralSettingsType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.basplugin.mdscs.dto.GeneralSettingsType
public abstract class GeneralSettingsType
Java class for GeneralSettingsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeneralSettingsType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="adminConfigurationCycleTimer" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="flowControlTimeout" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="maximumConnection" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="maximumSimultaneousPersistentSockets" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="threadPoolSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="usePersistentSocket" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="useScalableHTTP" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="webServerListenPort" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="webServerSSLListenPort" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
BASBaseDTO.VersionStamps |
| Field Summary | |
|---|---|
protected java.lang.Integer |
adminConfigurationCycleTimer
|
protected java.lang.Integer |
flowControlTimeout
|
protected java.lang.Integer |
maximumConnection
|
protected java.lang.Integer |
maximumSimultaneousPersistentSockets
|
protected java.lang.Integer |
threadPoolSize
|
protected java.lang.Boolean |
usePersistentSocket
|
protected java.lang.Boolean |
useScalableHTTP
|
protected java.lang.Integer |
webServerListenPort
|
protected java.lang.Integer |
webServerSSLListenPort
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
GeneralSettingsType()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getAdminConfigurationCycleTimer()
Gets the value of the adminConfigurationCycleTimer property. |
java.lang.Integer |
getFlowControlTimeout()
Gets the value of the flowControlTimeout property. |
java.lang.Integer |
getMaximumConnection()
Gets the value of the maximumConnection property. |
java.lang.Integer |
getMaximumSimultaneousPersistentSockets()
Gets the value of the maximumSimultaneousPersistentSockets property. |
java.lang.Integer |
getThreadPoolSize()
Gets the value of the threadPoolSize property. |
java.lang.Integer |
getWebServerListenPort()
Gets the value of the webServerListenPort property. |
java.lang.Integer |
getWebServerSSLListenPort()
Gets the value of the webServerSSLListenPort property. |
java.lang.Boolean |
isUsePersistentSocket()
Gets the value of the usePersistentSocket property. |
java.lang.Boolean |
isUseScalableHTTP()
Gets the value of the useScalableHTTP property. |
void |
setAdminConfigurationCycleTimer(java.lang.Integer value)
Sets the value of the adminConfigurationCycleTimer property. |
void |
setFlowControlTimeout(java.lang.Integer value)
Sets the value of the flowControlTimeout property. |
void |
setMaximumConnection(java.lang.Integer value)
Sets the value of the maximumConnection property. |
void |
setMaximumSimultaneousPersistentSockets(java.lang.Integer value)
Sets the value of the maximumSimultaneousPersistentSockets property. |
void |
setThreadPoolSize(java.lang.Integer value)
Sets the value of the threadPoolSize property. |
void |
setUsePersistentSocket(java.lang.Boolean value)
Sets the value of the usePersistentSocket property. |
void |
setUseScalableHTTP(java.lang.Boolean value)
Sets the value of the useScalableHTTP property. |
void |
setWebServerListenPort(java.lang.Integer value)
Sets the value of the webServerListenPort property. |
void |
setWebServerSSLListenPort(java.lang.Integer value)
Sets the value of the webServerSSLListenPort property. |
| Methods inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
getVersionStamps, setVersionStamps |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Integer adminConfigurationCycleTimer
protected java.lang.Integer flowControlTimeout
protected java.lang.Integer maximumConnection
protected java.lang.Integer maximumSimultaneousPersistentSockets
protected java.lang.Integer threadPoolSize
protected java.lang.Boolean usePersistentSocket
protected java.lang.Boolean useScalableHTTP
protected java.lang.Integer webServerListenPort
protected java.lang.Integer webServerSSLListenPort
| Constructor Detail |
|---|
public GeneralSettingsType()
| Method Detail |
|---|
public java.lang.Integer getAdminConfigurationCycleTimer()
Integerpublic void setAdminConfigurationCycleTimer(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getFlowControlTimeout()
Integerpublic void setFlowControlTimeout(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getMaximumConnection()
Integerpublic void setMaximumConnection(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getMaximumSimultaneousPersistentSockets()
Integerpublic void setMaximumSimultaneousPersistentSockets(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getThreadPoolSize()
Integerpublic void setThreadPoolSize(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean isUsePersistentSocket()
Booleanpublic void setUsePersistentSocket(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isUseScalableHTTP()
Booleanpublic void setUseScalableHTTP(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getWebServerListenPort()
Integerpublic void setWebServerListenPort(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getWebServerSSLListenPort()
Integerpublic void setWebServerSSLListenPort(java.lang.Integer value)
value - allowed object is
Integer
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.mdscs.dto.GeneralSettingsType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||