|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PojoCache | |
|---|---|
| org.jboss.cache.pojo | |
| org.jboss.cache.pojo.impl | |
| org.jboss.cache.pojo.jmx | |
| org.jboss.cache.pojo.notification | |
| Uses of PojoCache in org.jboss.cache.pojo |
|---|
| Subinterfaces of PojoCache in org.jboss.cache.pojo | |
|---|---|
interface |
PojoCacheMBean
MBean interface for PojoCache. |
| Methods in org.jboss.cache.pojo that return PojoCache | |
|---|---|
static PojoCache |
PojoCacheFactory.createCache(Configuration config,
boolean start)
Create a PojoCache instance. |
static PojoCache |
PojoCacheFactory.createCache(java.lang.String config)
Create a PojoCache instance. |
static PojoCache |
PojoCacheFactory.createCache(java.lang.String config,
boolean start)
Create a PojoCache instance. |
| Uses of PojoCache in org.jboss.cache.pojo.impl |
|---|
| Classes in org.jboss.cache.pojo.impl that implement PojoCache | |
|---|---|
class |
PojoCacheImpl
Implementation class for PojoCache interface |
| Methods in org.jboss.cache.pojo.impl that return PojoCache | |
|---|---|
PojoCache |
CacheListenerAdaptor.getPojoCache()
|
| Uses of PojoCache in org.jboss.cache.pojo.jmx |
|---|
| Methods in org.jboss.cache.pojo.jmx that return PojoCache | |
|---|---|
PojoCache |
PojoCacheJmxWrapper.getPojoCache()
|
PojoCache |
PojoCacheJmxWrapperMBean.getPojoCache()
Returns the PojoCache. |
| Methods in org.jboss.cache.pojo.jmx with parameters of type PojoCache | |
|---|---|
void |
PojoCacheJmxWrapper.setPojoCache(PojoCache cache)
|
| Constructors in org.jboss.cache.pojo.jmx with parameters of type PojoCache | |
|---|---|
PojoCacheJmxWrapper(PojoCache toWrap)
Creates a PojoCacheJmxWrapper that wraps the given PojoCache. |
|
| Uses of PojoCache in org.jboss.cache.pojo.notification |
|---|
| Methods in org.jboss.cache.pojo.notification that return PojoCache | |
|---|---|
PojoCache |
NotificationContext.getPojoCache()
Obtains the cache instance that triggered this notification. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||