|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rbnb.api.RequestOptions
com.rbnb.sapi.RequestOptions
public final class RequestOptions
Encapsulates request settings. The class is used both by
Sink.Request(ChannelMap, double, double, String, RequestOptions),
to set the options used by the sink making a request, and by
PlugInChannelMap.GetRequestOptions(), to inform the PlugIn
developer of the settings required for this PlugIn request.
The MaxWait property should be set to the wait time in milliseconds, the time the server waits to completely fulfill the request. If zero there is no wait.
| Constructor Summary | |
|---|---|
RequestOptions()
Initializes object with the default parameters. |
|
| Method Summary | |
|---|---|
Object |
clone()
Clones this Serializable object. |
| Methods inherited from class com.rbnb.api.RequestOptions |
|---|
getExtendStart, getMaxWait, setExtendStart, setMaxWait, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RequestOptions()
| Method Detail |
|---|
public Object clone()
Serializable object.
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||