| java.lang.Object org.jboss.test.cache.bean.TreeCacheMBeanTesterBean
TreeCacheMBeanTesterBean | public class TreeCacheMBeanTesterBean implements SessionBean(Code) | | EJB proxy to the TreeCache MBean service. Used to be able to transport
user transactions from a test client to a TreeCache. Note that TreeCache MBean
is deployed during a test case run and is persistent throughout that run only.
author: Ben Wang version: $Revision: 57211 $ |
cache | TreeCacheMBean cache(Code) | | |
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public void ejbCreate() throws CreateException(Code) | | throws: CreateException - |
ejbCreate | public void ejbCreate(String name) throws CreateException(Code) | | Parameters: name - MBean object name. throws: CreateException - |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
setCacheMode | public void setCacheMode(int mode) throws Exception(Code) | | Parameters: mode - |
setLocking | public void setLocking(boolean flag) throws Exception(Code) | | Parameters: flag - |
setLocking | public void setLocking(int level) throws Exception(Code) | | Parameters: level - |
setSessionContext | public void setSessionContext(SessionContext ctx)(Code) | | |
|
|