public class ResyncOptions
extends java.lang.Object
Constructor | Description |
---|---|
ResyncOptions(boolean resyncOnExpiration) |
Creates an instance of ResyncOptions.
|
ResyncOptions(boolean resyncOnExpiration,
java.lang.String providerName) |
Creates an instance of ResyncOptions.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getProviderName() |
Gets the readthrough provider name with which items will be resynced at expiry.
|
boolean |
getResyncOnExpiration() |
Gets the flag that indicates whether the items are to be resynced at expiry or not.
|
void |
setProviderName(java.lang.String value) |
Sets the readthrough provider name with which items will be resynced at expiry.
|
void |
setResyncOnExpiration(boolean value) |
Sets the flag that indicates whether the items are to be resynced at expiry or not.
|
public ResyncOptions(boolean resyncOnExpiration)
resyncOnExpiration
- flag that specifies whether the items are to be resynced after expiration.public ResyncOptions(boolean resyncOnExpiration, java.lang.String providerName)
resyncOnExpiration
- flag that specifies whether the items are to be resynced after expiration.providerName
- After expiration items are resynced using the specified provider name.public final boolean getResyncOnExpiration()
public final void setResyncOnExpiration(boolean value)
value
- resync on expiration flag.public final java.lang.String getProviderName()
public final void setProviderName(java.lang.String value)
value
- The name of the resync provider.