org.jboss.shotoku.cache.service.monitor
Class CacheAlertFactory

java.lang.Object
  extended by org.jboss.shotoku.cache.service.monitor.CacheAlertFactory

public class CacheAlertFactory
extends java.lang.Object

Author:
Adam Warski

Constructor Summary
CacheAlertFactory()
           
 
Method Summary
static CacheAlert createAlertKeyException(java.lang.Object key, java.lang.Throwable t)
           
static CacheAlert createAlertKeyNotUpdated(java.lang.Object key)
           
static CacheAlert createAlertKeyTooLongInUpdate(java.lang.Object key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheAlertFactory

public CacheAlertFactory()
Method Detail

createAlertKeyNotUpdated

public static CacheAlert createAlertKeyNotUpdated(java.lang.Object key)

createAlertKeyTooLongInUpdate

public static CacheAlert createAlertKeyTooLongInUpdate(java.lang.Object key)

createAlertKeyException

public static CacheAlert createAlertKeyException(java.lang.Object key,
                                                 java.lang.Throwable t)