Package org.apache.openejb.jee.jba
Class CacheInvalidationConfig
- java.lang.Object
-
- org.apache.openejb.jee.jba.CacheInvalidationConfig
-
public class CacheInvalidationConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringinvalidationGroupNameprotected StringinvalidationManagerName
-
Constructor Summary
Constructors Constructor Description CacheInvalidationConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInvalidationGroupName()Gets the value of the invalidationGroupName property.StringgetInvalidationManagerName()Gets the value of the invalidationManagerName property.voidsetInvalidationGroupName(String value)Sets the value of the invalidationGroupName property.voidsetInvalidationManagerName(String value)Sets the value of the invalidationManagerName property.
-
-
-
Method Detail
-
getInvalidationGroupName
public String getInvalidationGroupName()
Gets the value of the invalidationGroupName property.- Returns:
- possible object is
String
-
setInvalidationGroupName
public void setInvalidationGroupName(String value)
Sets the value of the invalidationGroupName property.- Parameters:
value- allowed object isString
-
getInvalidationManagerName
public String getInvalidationManagerName()
Gets the value of the invalidationManagerName property.- Returns:
- possible object is
String
-
-