public class ActivationManagerStub extends Object implements ActivationManager
| Constructor and Description |
|---|
ActivationManagerStub() |
| Modifier and Type | Method and Description |
|---|---|
long |
getActivationCount()
Get number of activations executed.
|
void |
onRemove(Object key,
boolean newEntry)
Remove key and associated value from cache store and update the activation counter.
|
void |
onUpdate(Object key,
boolean newEntry)
Remove key and associated value from cache store and update the activation counter.
|
public void onUpdate(Object key, boolean newEntry)
ActivationManageronUpdate in interface ActivationManagerkey - Key to removenewEntry - true if the entry does not exists in-memorypublic void onRemove(Object key, boolean newEntry)
ActivationManageronRemove in interface ActivationManagerkey - Key to activatenewEntry - true if the entry does not exists in-memorypublic long getActivationCount()
ActivationManagergetActivationCount in interface ActivationManagerCopyright © 2024 JBoss, a division of Red Hat. All rights reserved.