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:
Observer

public class ChannelRegistryCleanUp
extends Object
implements 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(Observable o, Object arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelRegistryCleanUp

public ChannelRegistryCleanUp()
Method Detail

update

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


Copyright © 2012. All Rights Reserved.