org.globus.mds.usefulrp
Class GLUEResourceProperty.ClusterListener

java.lang.Object
  extended byorg.globus.mds.usefulrp.GLUEResourceProperty.ClusterListener
All Implemented Interfaces:
GLUEResourceProperty.Listener
Enclosing class:
GLUEResourceProperty

class GLUEResourceProperty.ClusterListener
extends java.lang.Object
implements GLUEResourceProperty.Listener

This Listener performs simple caching of a single Cluster. TODO perform recognition of shared filesystems, and move those up to subcluster level. perhaps perform other host-to-cluster level moves (for example, for clusters very homogenous nodes)


Constructor Summary
(package private) GLUEResourceProperty.ClusterListener()
           
 
Method Summary
 void executionPerformed(java.lang.Object o)
          Updates the cached cluster value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GLUEResourceProperty.ClusterListener

GLUEResourceProperty.ClusterListener()
Method Detail

executionPerformed

public void executionPerformed(java.lang.Object o)
Updates the cached cluster value.

Specified by:
executionPerformed in interface GLUEResourceProperty.Listener