gr.uoa.di.madgik.commons.channel.registry
Class ChannelRegistryCleanUp
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChannelRegistryCleanUp
public ChannelRegistryCleanUp()
update
public void update(Observable o,
Object arg)
- Specified by:
update in interface Observer
Copyright © 2013. All Rights Reserved.