org.apache.openejb.jee.jba
Class CacheInvalidationConfig

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

public class CacheInvalidationConfig
extends java.lang.Object


Field Summary
protected  java.lang.String invalidationGroupName
           
protected  java.lang.String invalidationManagerName
           
 
Constructor Summary
CacheInvalidationConfig()
           
 
Method Summary
 java.lang.String getInvalidationGroupName()
          Gets the value of the invalidationGroupName property.
 java.lang.String getInvalidationManagerName()
          Gets the value of the invalidationManagerName property.
 void setInvalidationGroupName(java.lang.String value)
          Sets the value of the invalidationGroupName property.
 void setInvalidationManagerName(java.lang.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 java.lang.String invalidationGroupName

invalidationManagerName

protected java.lang.String invalidationManagerName
Constructor Detail

CacheInvalidationConfig

public CacheInvalidationConfig()
Method Detail

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.