gr.uoa.di.madgik.commons.channel.registry
Class ChannelRegistryCleanUp

java.lang.Object
  extended by gr.uoa.di.madgik.commons.channel.registry.ChannelRegistryCleanUp
All Implemented Interfaces:
java.util.Observer

public class ChannelRegistryCleanUp
extends java.lang.Object
implements java.util.Observer

Utility class that manages the cleanup of the ChannelRegistry. It is being registered by the registry to receive notifications from the channels that are kept in the registry. On DisposeChannelEvent events it purges the Registry from the associated entry calling ChannelRegistry.CleanUp(ChannelRegistryKey) passing as parameter the ChannelRegistryKey retrieved from DisposeChannelEvent.GetRegistryKey()

Author:
gpapanikos

Constructor Summary
ChannelRegistryCleanUp()
           
 
Method Summary
 void update(java.util.Observable o, java.lang.Object arg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelRegistryCleanUp

public ChannelRegistryCleanUp()
Method Detail

update

public void update(java.util.Observable o,
                   java.lang.Object arg)
Specified by:
update in interface java.util.Observer