| java.lang.Object org.jboss.test.cache.bean.TreeCacheTesterBean
TreeCacheTesterBean | public class TreeCacheTesterBean implements SessionBean(Code) | | Proxy to the TreeCache MBean. Mainly used to be able to transport transactions from a test
client to a TreeCache.
version: $Revision: 57211 $ |
Field Summary | |
TreeCache | cache |
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public void ejbCreate() throws CreateException(Code) | | throws: CreateException - |
ejbCreate | public void ejbCreate(String cluster_name, String props, int caching_mode) throws CreateException(Code) | | Parameters: cluster_name - Parameters: props - Parameters: caching_mode - throws: CreateException - |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
exists | public boolean exists(String fqn)(Code) | | Parameters: fqn - |
getChildrenNames | public Set getChildrenNames(String fqn) throws CacheException(Code) | | Parameters: fqn - |
getKeys | public Set getKeys(String fqn) throws CacheException(Code) | | Parameters: fqn - |
releaseAllLocks | public void releaseAllLocks(String fqn)(Code) | | Parameters: fqn - |
setCacheMode | public void setCacheMode(int mode) throws Exception(Code) | | Parameters: mode - |
setIsolationLevel | public void setIsolationLevel(IsolationLevel level)(Code) | | Parameters: level - |
setSessionContext | public void setSessionContext(SessionContext ctx)(Code) | | |
|
|