|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflex.messaging.config.NetworkSettings
flex.data.config.DataNetworkSettings
public class DataNetworkSettings
Network policy settings for a DataCollection.
| Field Summary |
|---|
| Fields inherited from class flex.messaging.config.NetworkSettings |
|---|
DEFAULT_TIMEOUT, NETWORK_ELEMENT, SESSION_TIMEOUT, SUBSCRIPTION_TIMEOUT_MINUTES |
| Constructor Summary | |
|---|---|
DataNetworkSettings()
Creates a DataNetworkSettings instance with default settings |
|
| Method Summary | |
|---|---|
int |
getPageSize()
Returns the page size. |
String |
getReconnectFetch()
Returns the reconnect fetch property. |
boolean |
isCustomPagedFills()
Returns whether the custom paged fills is enabled. |
boolean |
isPagingEnabled()
Returns whether data paging is enabled for the destination. |
void |
setCustomPagedFills(boolean customPagedFills)
Setting the custom flag to true indicates that the associated
assembler has a paged-fill method corresponding to each method
specified via the fill-method tag. |
void |
setPageSize(int pageSize)
Sets the page size. |
void |
setPagingEnabled(boolean pagingEnabled)
Sets whether data paging is enabled for the destination. |
void |
setReconnectFetch(String reconnectFetch)
Sets the reconnect fetch property. |
String |
toString()
|
| Methods inherited from class flex.messaging.config.NetworkSettings |
|---|
getClusterId, getSubscriptionTimeoutMinutes, getThrottleSettings, isSharedBackend, isSharedBackendSet, setClusterId, setSharedBackend, setSubscriptionTimeoutMinutes, setThrottleSettings |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DataNetworkSettings()
DataNetworkSettings instance with default settings
| Method Detail |
|---|
public boolean isPagingEnabled()
true is paging is enabled; otherwise false.public void setPagingEnabled(boolean pagingEnabled)
false.
pagingEnabled - public int getPageSize()
public void setPageSize(int pageSize)
pageSize - public boolean isCustomPagedFills()
true if custom paged fills is enabled;
otherwise false.public void setCustomPagedFills(boolean customPagedFills)
true indicates that the associated
assembler has a paged-fill method corresponding to each method
specified via the fill-method tag. The paged-fill
method should have two additional java.lang.Integer params
at the end of the parameters specified via the params tag.
The first param specifes the index in the fill collection from which this
method will start retrieving records. And the second param specifies the
number of records to be retrieved by each paged-fill call.
Default enabled value is false.
customPagedFills - public String getReconnectFetch()
public void setReconnectFetch(String reconnectFetch)
IDENTITY
(just retrieve the sequence id) and INSTANCE (retrieve the
complete contents of the fill).
Optional. Default value is IDENTITY.
reconnectFetch - public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/lcdsjavadoc/flex/data/config/DataNetworkSettings.html