org.apache.openejb.jee.jba
Class CacheInvalidationConfig
java.lang.Object
org.apache.openejb.jee.jba.CacheInvalidationConfig
public class CacheInvalidationConfig
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
invalidationGroupName
protected java.lang.String invalidationGroupName
invalidationManagerName
protected java.lang.String invalidationManagerName
CacheInvalidationConfig
public CacheInvalidationConfig()
getInvalidationGroupName
public java.lang.String getInvalidationGroupName()
- Gets the value of the invalidationGroupName property.
- Returns:
- possible object is
String
setInvalidationGroupName
public void setInvalidationGroupName(java.lang.String value)
- Sets the value of the invalidationGroupName property.
- Parameters:
value
- allowed object is
String
getInvalidationManagerName
public java.lang.String getInvalidationManagerName()
- Gets the value of the invalidationManagerName property.
- Returns:
- possible object is
String
setInvalidationManagerName
public void setInvalidationManagerName(java.lang.String value)
- Sets the value of the invalidationManagerName property.
- Parameters:
value
- allowed object is
String
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.