当前页面: 
在线文档首页 > 
JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
TreeCacheProxy (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
org.jboss.cache
Class TreeCacheProxy
java.lang.Object
   org.jboss.cache.TreeCacheProxy
org.jboss.cache.TreeCacheProxy
- All Implemented Interfaces: 
- InvocationHandler, Serializable
- public class TreeCacheProxy- extends Object- implements Serializable, InvocationHandler
Simple Remoting-based proxy that can be downloaded (via JNDI) into the client's address space. Uses
 java.lang.reflect.Proxy to handle all method calls, and uses remoteURI (identifies the server) and
 targetObject (identifies the target MBean on the server side) to dispatch requests using Remoting
- Version:
- $Id: TreeCacheProxy.java,v 1.1 2004/12/02 15:40:41 belaban Exp $
- Author:
- Bela Ban
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TreeCacheProxy
public TreeCacheProxy(String remoteURI,
                      javax.management.ObjectName targetObject)
invoke
public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
- 
- Specified by:
- invokein interface- InvocationHandler
 
- 
- Throws:
- Throwable
 
      
      
        Copyright © 2002 JBoss Group, LLC. All Rights Reserved.