IConfCachePolicy
public final class DefaultConfCachePolicy extends java.lang.Object implements IConfCachePolicy
Constructor | Description |
---|---|
DefaultConfCachePolicy() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
getCacheOnCreate(ICfgObject obj) |
Determines if the passed object should be stored in the cache
upon receiving notification of its creation in the configuration server.
|
boolean |
getRemoveOnDelete(ICfgObject obj) |
Determines if the passed object should be deleted from the cache if it
is deleted from the configuration server.
|
boolean |
getReturnCopies() |
Specifies whether the cache should return copies of stored objects
or the objects themselves.
|
boolean |
getTrackUpdates(ICfgObject obj) |
Determines if the passed object's state should be synchronized
with the configuration server upon receiving an update.
|
void |
setReturnCopies(boolean value) |
Specifies whether the cache should return copies of stored objects
or the objects themselves.
|
public boolean getCacheOnCreate(ICfgObject obj)
getCacheOnCreate
in interface IConfCachePolicy
obj
- This parameter is ignoredpublic boolean getTrackUpdates(ICfgObject obj)
getTrackUpdates
in interface IConfCachePolicy
obj
- This parameter is ignoredpublic boolean getRemoveOnDelete(ICfgObject obj)
getRemoveOnDelete
in interface IConfCachePolicy
obj
- This parameter is ignoredpublic boolean getReturnCopies()
getReturnCopies
in interface IConfCachePolicy
public void setReturnCopies(boolean value)
value
- new property valueSend comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.