|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.sail.core.beans.assembly.PodRegistry
public class PodRegistry
Maintains map of pod ids to pod objects
Method Summary | |
---|---|
java.lang.Object |
clone()
|
static PodRegistry |
getDefaultRegistry()
|
Pod |
getPod(PodUuid key)
|
void |
propertyChange(java.beans.PropertyChangeEvent evt)
Listen when the pod's podId changes |
void |
register(Pod pod)
Mapping the podId to the a pod and listening for changes in the podId |
void |
reregister(Pod pod)
Remove the pod from its old pod id key and put it in with its new one. |
java.lang.String |
toString()
|
boolean |
unregister(Pod pod)
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static PodRegistry getDefaultRegistry()
public void register(Pod pod)
pod
- public Pod getPod(PodUuid key)
public void reregister(Pod pod)
pod
- public java.lang.String toString()
toString
in class java.lang.Object
public void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange
in interface java.beans.PropertyChangeListener
evt
- public boolean unregister(Pod pod)
pod
-
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |