org.jboss.cache.util
Class setCache

java.lang.Object
  extended by org.jboss.cache.util.setCache

public class setCache
extends java.lang.Object

Custom beanshell setCache(TreeCache) command allowing beanshell user to set TreeCache reference being displayed in a JTree of TreeCacheView2 utility. Class name is intentionally violating java conventions to follow beanshell command naming conventions.

Version:
$Id$
See Also:
TreeCacheView2, http://www.beanshell.org/

Constructor Summary
setCache()
           
 
Method Summary
static void invoke(bsh.Interpreter env, bsh.CallStack callstack, TreeCache tree)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

setCache

public setCache()
Method Detail

invoke

public static void invoke(bsh.Interpreter env,
                          bsh.CallStack callstack,
                          TreeCache tree)


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.