| Package | Description |
|---|---|
| de.intarsys.tools.component |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpirationPredicate
A "predicate" that supports the definition of an expiration for an objects
lifecycle.
|
class |
ExpireAfter
Expire after the predefined period expireAfter without any exception.
|
class |
ExpireAnd
The logical "and" of two
ExpirationPredicate instances. |
class |
ExpireAt
Expire at the predefined moment in time expireAt without any exception.
|
class |
ExpireNever
Expire never.
|
class |
ExpireOr
The logical "or" of two
ExpirationPredicate instances. |
class |
ExpireTimeout
Expire if predefined idle time in milliseconds "expireAfter" has expired
before we experience another "touch".
|
class |
ExpireUsage
Expire after expireMax usages without any exception.
|
| Modifier and Type | Method and Description |
|---|---|
IExpirationSupport |
ExpirationPredicate.and(ExpirationPredicate op2) |
IExpirationSupport |
ExpirationPredicate.or(ExpirationPredicate op2) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpirationWatchdog.registerResource(IExpirationSupport resource) |
void |
ExpirationWatchdog.unregisterResource(IExpirationSupport resource) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.