com.poscoict.glueframework.cache.remote
Class GlueCacheEventProcessor

java.lang.Object
  extended by com.poscoict.glueframework.cache.remote.GlueCacheEventProcessor

public class GlueCacheEventProcessor
extends Object

Cache Event Processor. CacheManager.removeCacheObject(key, region) 만 수행.


Constructor Summary
GlueCacheEventProcessor()
          생성자(constructor).
 
Method Summary
 String processCacheEvent(GlueCacheEvent event)
          cacheObject 삭제
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlueCacheEventProcessor

public GlueCacheEventProcessor()
                        throws GlueCacheException
생성자(constructor).

Throws:
GlueCacheException
Method Detail

processCacheEvent

public String processCacheEvent(GlueCacheEvent event)
cacheObject 삭제

Parameters:
event -
Returns:
msg - successfully processed


Copyright © 2013–2014 POSCO ICT SW제품기술팀. All rights reserved.