org.jboss.cache.pojo
Interface PojoCacheMBean

All Superinterfaces:
PojoCache

public interface PojoCacheMBean
extends PojoCache

MBean interface for PojoCache.

Since:
1.4
Author:
Ben Wang

Method Summary
 Element getPojoCacheConfig()
           
 void setPojoCacheConfig(Element config)
          Inject the config element that is specific to PojoCache.
 
Methods inherited from interface org.jboss.cache.pojo.PojoCache
addListener, addListener, attach, attach, create, destroy, detach, detach, exists, find, find, findAll, findAll, getCache, getListeners, getPojoID, getThreadContext, removeListener, start, stop
 

Method Detail

setPojoCacheConfig

void setPojoCacheConfig(Element config)
Inject the config element that is specific to PojoCache.

Parameters:
config -

getPojoCacheConfig

Element getPojoCacheConfig()


Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.