org.jboss.cache
Class TreeCacheView2

java.lang.Object
  extended by org.jboss.cache.TreeCacheView2

public class TreeCacheView2
extends java.lang.Object

Graphical view of a ReplicatedTree (using the MVC paradigm). An instance of this class needs to be given a reference to the underlying model (ReplicatedTree) and needs to registers as a ReplicatedTreeListener. Changes to the tree structure are propagated from the model to the view (via ReplicatedTreeListener), changes from the GUI (e.g. by a user) are executed on the tree model (which will broadcast the changes to all replicas).

The view itself caches only the nodes, but doesn't cache any of the data (HashMap) associated with it. When data needs to be displayed, the underlying tree will be accessed directly.

Version:
$Revision: 1.10.2.1 $

Constructor Summary
TreeCacheView2(TreeCache cache)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void setCache(TreeCache cache)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeCacheView2

public TreeCacheView2(TreeCache cache)
               throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

setCache

public static void setCache(TreeCache cache)

start

public void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop()

main

public static void main(java.lang.String[] args)


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