org.apache.openejb.jee.jba
Class CacheInvalidationConfig

java.lang.Object
  extended by org.apache.openejb.jee.jba.CacheInvalidationConfig

public class CacheInvalidationConfig
extends Object


Field Summary
protected  String invalidationGroupName
           
protected  String invalidationManagerName
           
 
Constructor Summary
CacheInvalidationConfig()
           
 
Method Summary
 String getInvalidationGroupName()
          Gets the value of the invalidationGroupName property.
 String getInvalidationManagerName()
          Gets the value of the invalidationManagerName property.
 void setInvalidationGroupName(String value)
          Sets the value of the invalidationGroupName property.
 void setInvalidationManagerName(String value)
          Sets the value of the invalidationManagerName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

invalidationGroupName

protected String invalidationGroupName

invalidationManagerName

protected String invalidationManagerName
Constructor Detail

CacheInvalidationConfig

public CacheInvalidationConfig()
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 is String

getInvalidationManagerName

public String getInvalidationManagerName()
Gets the value of the invalidationManagerName property.

Returns:
possible object is String

setInvalidationManagerName

public void setInvalidationManagerName(String value)
Sets the value of the invalidationManagerName property.

Parameters:
value - allowed object is String


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.