EhcacheConstraint.Value (Quartz Parent POM 2.0.1 API)

Quartz Java



org.quartz.locality.constraint Class EhcacheConstraint.Value

java.lang.Object
  extended by 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

Constructor Summary
EhcacheConstraint.Value(String mgrName, String cache, Collection<?> keys)
           
 
Method Summary
 boolean equals(Object o)
           
 String getCacheManagerName()
           
 String getCacheName()
           
 Set getKeySet()
           
 int hashCode()
           
static EhcacheConstraint.Value valueOf(String stringValue)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EhcacheConstraint.Value

public EhcacheConstraint.Value(String mgrName,
                               String cache,
                               Collection<?> keys)
Method Detail

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-2011, Terracotta, Inc.