org.jboss.cache.loader.rmi
Interface RemoteTreeCache
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- RemoteTreeCacheImpl
- public interface RemoteTreeCache
- extends java.rmi.Remote
Remote interface to a TreeCache
instance. Used by
RmiDelegatingCacheLoader
.
- Version:
- $Id: RemoteTreeCache.java,v 1.6 2006/02/21 22:54:35 bstansberry Exp $
- Author:
- Daniel Gredler
getChildrenNames
public java.util.Set getChildrenNames(Fqn fqn)
throws java.lang.Exception,
java.rmi.RemoteException
- Throws:
java.lang.Exception
java.rmi.RemoteException
get
public java.lang.Object get(Fqn name,
java.lang.Object key)
throws java.lang.Exception,
java.rmi.RemoteException
- Throws:
java.lang.Exception
java.rmi.RemoteException
get
public Node get(Fqn name)
throws java.lang.Exception,
java.rmi.RemoteException
- Throws:
java.lang.Exception
java.rmi.RemoteException
exists
public boolean exists(Fqn name)
throws java.lang.Exception,
java.rmi.RemoteException
- Throws:
java.lang.Exception
java.rmi.RemoteException
put
public java.lang.Object put(Fqn name,
java.lang.Object key,
java.lang.Object value)
throws java.lang.Exception,
java.rmi.RemoteException
- Throws:
java.lang.Exception
java.rmi.RemoteException
put
public void put(Fqn name,
java.util.Map attributes)
throws java.lang.Exception,
java.rmi.RemoteException
- Throws:
java.lang.Exception
java.rmi.RemoteException
put
public void put(java.util.List modifications)
throws java.lang.Exception,
java.rmi.RemoteException
- Throws:
java.lang.Exception
java.rmi.RemoteException
remove
public java.lang.Object remove(Fqn name,
java.lang.Object key)
throws java.lang.Exception,
java.rmi.RemoteException
- Throws:
java.lang.Exception
java.rmi.RemoteException
remove
public void remove(Fqn name)
throws java.lang.Exception,
java.rmi.RemoteException
- Throws:
java.lang.Exception
java.rmi.RemoteException
removeData
public void removeData(Fqn name)
throws java.lang.Exception,
java.rmi.RemoteException
- Throws:
java.lang.Exception
java.rmi.RemoteException
Copyright ? 1998-2005 JBoss Inc . All Rights Reserved.