当前页面: 
在线文档首页 > 
JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
TreeCacheInvocationHandler (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
org.jboss.cache
Class TreeCacheInvocationHandler
java.lang.Object
   org.jboss.cache.TreeCacheInvocationHandler
org.jboss.cache.TreeCacheInvocationHandler
- All Implemented Interfaces: 
- org.jboss.remoting.ServerInvocationHandler
- public class TreeCacheInvocationHandler- extends Object- implements org.jboss.remoting.ServerInvocationHandler
TreeCacheInvocationHandler is a ServerInvocationHandler that will forward requests to the
 MBeanServer and return the results from the MBeanServer.
- Version:
- $Id: TreeCacheInvocationHandler.java,v 1.1 2004/12/02 15:40:41 belaban Exp $
- Author:
- Jeff Haynie, Bela Ban
 
| Method Summary | 
|  void | addListener(org.jboss.remoting.InvokerCallbackHandler callbackHandler)
 | 
|  Object | invoke(org.jboss.remoting.InvocationRequest invocation)
 | 
|  void | removeListener(org.jboss.remoting.InvokerCallbackHandler callbackHandler)
 | 
|  void | setInvoker(org.jboss.remoting.ServerInvoker invoker)
 | 
|  void | setMBeanServer(javax.management.MBeanServer server)set the mbean server that the handler can reference
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TreeCacheInvocationHandler
public TreeCacheInvocationHandler()
setMBeanServer
public void setMBeanServer(javax.management.MBeanServer server)
- set the mbean server that the handler can reference
 
- 
- Specified by:
- setMBeanServerin interface- org.jboss.remoting.ServerInvocationHandler
 
- 
- Parameters:
- server-
 
setInvoker
public void setInvoker(org.jboss.remoting.ServerInvoker invoker)
- 
- Specified by:
- setInvokerin interface- org.jboss.remoting.ServerInvocationHandler
 
- 
 
invoke
public Object invoke(org.jboss.remoting.InvocationRequest invocation)
              throws Throwable
- 
- Specified by:
- invokein interface- org.jboss.remoting.ServerInvocationHandler
 
- 
- Throws:
- Throwable
 
addListener
public void addListener(org.jboss.remoting.InvokerCallbackHandler callbackHandler)
- 
- Specified by:
- addListenerin interface- org.jboss.remoting.ServerInvocationHandler
 
- 
 
removeListener
public void removeListener(org.jboss.remoting.InvokerCallbackHandler callbackHandler)
- 
- Specified by:
- removeListenerin interface- org.jboss.remoting.ServerInvocationHandler
 
- 
 
      
      
        Copyright © 2002 JBoss Group, LLC. All Rights Reserved.