public class ActivationManagerImpl extends Object implements ActivationManager
Constructor and Description |
---|
ActivationManagerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
activate(Object key)
Remove key and associated value from cache store
and update the activation counter.
|
long |
getActivationCount()
Get number of activations executed.
|
String |
getActivations() |
void |
inject(PersistenceManager clm,
Configuration cfg) |
void |
resetStatistics() |
void |
start() |
public void inject(PersistenceManager clm, Configuration cfg)
public void start()
public void activate(Object key)
ActivationManager
activate
in interface ActivationManager
key
- Key to removepublic long getActivationCount()
ActivationManager
getActivationCount
in interface ActivationManager
public String getActivations()
public void resetStatistics()
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.