|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExpiryStrategy | |
org.xins.common.collections.expiry | Collections that support expiry. |
Uses of ExpiryStrategy in org.xins.common.collections.expiry |
Methods in org.xins.common.collections.expiry that return ExpiryStrategy | |
ExpiryStrategy |
ExpiryFolder.getStrategy()
Returns the strategy associated with this folder. |
Constructors in org.xins.common.collections.expiry with parameters of type ExpiryStrategy | |
ExpiryFolder(String name,
ExpiryStrategy strategy)
Constructs a new ExpiryFolder with the specified name and
strategy. |
|
ExpiryFolder(String name,
ExpiryStrategy strategy,
boolean strictChecking,
long maxQueueWaitTime)
Deprecated. Deprecated since XINS 1.0.1. Use the constructor ExpiryFolder.ExpiryFolder(String,ExpiryStrategy)
instead. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |