org.atmosphere.cache
Interface CleanUpMemory

All Known Implementing Classes:
AbstractBroadcasterCache, HeaderBroadcasterCache, SessionBroadcasterCache, UUIDBroadcasterCache

public interface CleanUpMemory

Since BroadcasterCache class cannot be modified for backward compatibility, this interface is used to avoid ugly cast.

Author:
Jeanfrancois Arcand

Method Summary
 void cleanup()
          Clean up the associated ScheduledFuture
 void setExecutorService(ScheduledExecutorService reaper)
          Set the associated ScheduledExecutorService
 

Method Detail

cleanup

void cleanup()
Clean up the associated ScheduledFuture


setExecutorService

void setExecutorService(ScheduledExecutorService reaper)
Set the associated ScheduledExecutorService

Parameters:
reaper -


Copyright © 2013. All Rights Reserved.