net.sf.sail.core.beans.assembly
Class PodRegistry

java.lang.Object
  extended by net.sf.sail.core.beans.assembly.PodRegistry
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.util.EventListener

public class PodRegistry
extends java.lang.Object
implements java.beans.PropertyChangeListener


Field Summary
(package private) static java.util.Map<PodUuid,Pod> podMap
           
 
Constructor Summary
PodRegistry()
           
 
Method Summary
 Pod getPod(PodUuid key)
           
static PodRegistry getRegistry()
           
 void propertyChange(java.beans.PropertyChangeEvent evt)
          Listen when the pod's podId changes
 void register(Pod pod)
           
 void reregister(Pod pod)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

podMap

static java.util.Map<PodUuid,Pod> podMap
Constructor Detail

PodRegistry

public PodRegistry()
Method Detail

getRegistry

public static PodRegistry getRegistry()

register

public void register(Pod pod)

getPod

public Pod getPod(PodUuid key)

reregister

public void reregister(Pod pod)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent evt)
Listen when the pod's podId changes

Specified by:
propertyChange in interface java.beans.PropertyChangeListener
Parameters:
evt -


Copyright 2004-2004-2006 TELS Center. All Rights Reserved.