java.lang.Object | |
↳ | com.microstrategy.webservices.EnumMWSSyncCommunicationSetting |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | _MWSAsynchronous | Specifies that the operation will be asynchronous. | |||||||||
String | _MWSMaximumWait | Specifies the operation's maximum limit on the number of milliseconds to wait for the iServer to respond. | |||||||||
String | _MWSPollingFrequency | Specifies the operation's latency between poll requests to the iServer. | |||||||||
String | _MWSSynchronous | Specifies that the operation will be synchronous |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final EnumMWSSyncCommunicationSetting | MWSAsynchronous | ||||||||||
public static final EnumMWSSyncCommunicationSetting | MWSMaximumWait | ||||||||||
public static final EnumMWSSyncCommunicationSetting | MWSPollingFrequency | ||||||||||
public static final EnumMWSSyncCommunicationSetting | MWSSynchronous |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
EnumMWSSyncCommunicationSetting(String value) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object obj) | ||||||||||
static EnumMWSSyncCommunicationSetting | fromString(String value) | ||||||||||
static EnumMWSSyncCommunicationSetting | fromValue(String value) | ||||||||||
String | getValue() | ||||||||||
int | hashCode() | ||||||||||
Object | readResolve() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Specifies that the operation will be asynchronous.
Specifies the operation's maximum limit on the number of milliseconds to wait for the iServer to respond. The accompanying string in a MWSSyncCommunicationSetting object will specify a numeric value in milliseconds.
Specifies the operation's latency between poll requests to the iServer. The accompanying string in a MWSSyncCommunicationSetting object will specify a numeric value in milliseconds.
Specifies that the operation will be synchronous
IllegalArgumentException |
---|
IllegalArgumentException |
---|
ObjectStreamException |
---|