java.lang.Object | |
↳ | com.microstrategy.webservices.MWSWebAdmin |
Provides access to Cluster/IServer configuration methods.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MWSWebAdmin() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
setConnectionPoolSize(String sServerName, int iPort, int iConnections)
Changes the maximum number of connections in the connection
pool.
| ||||||||||
void |
setRequestTimeOut(int iSeconds)
Sets the number of seconds that the Web API will wait
for an IServer to respond to a request.
| ||||||||||
void |
setServerBusyTimeOut(int iSeconds)
Sets the number of seconds that a request waits for a
"free" connection from the connection pool before returning
the "Server too busy" error message.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Changes the maximum number of connections in the connection pool.
sServerName | server to configure |
---|---|
iPort | port server is connected on |
iConnections | number of connections |
Sets the number of seconds that the Web API will wait for an IServer to respond to a request.
Sets the number of seconds that a request waits for a "free" connection from the connection pool before returning the "Server too busy" error message.
iSeconds | number of seconds to wait |
---|