org.quartz.locality.constraint
Class EhcacheConstraint.Value
java.lang.Object
org.quartz.locality.constraint.EhcacheConstraint.Value
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- EhcacheConstraint
public static class EhcacheConstraint.Value
- extends Object
- implements Serializable
- See Also:
- Serialized Form
EhcacheConstraint.Value
public EhcacheConstraint.Value(String mgrName,
String cache,
Collection<?> keys)
valueOf
public static EhcacheConstraint.Value valueOf(String stringValue)
throws ClassNotFoundException,
InvocationTargetException,
IllegalAccessException,
NoSuchMethodException
- Throws:
ClassNotFoundException
InvocationTargetException
IllegalAccessException
NoSuchMethodException
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
getCacheManagerName
public String getCacheManagerName()
getCacheName
public String getCacheName()
getKeySet
public Set getKeySet()
Copyright 2001-2013, Terracotta, Inc.