net.sf.ehcache.statistics.beans
Class StringBeanProxy
java.lang.Object
  
net.sf.ehcache.statistics.beans.AttributeProxy<String>
      
net.sf.ehcache.statistics.beans.StringBeanProxy
public class StringBeanProxy
- extends AttributeProxy<String>
 
An impl of a String attribute proxy.
- Author:
 
  - cschanck
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
StringBeanProxy
public StringBeanProxy(String name,
                       String descr,
                       boolean isRead,
                       boolean isWrite)
- Instantiates a new string bean proxy.
- Parameters:
 name - the namedescr - the descrisRead - the is readisWrite - the is write
 
get
public String get(String name)
- Description copied from class: 
AttributeProxy 
- Gets the value.
- Overrides:
 get in class AttributeProxy<String>
 
- Parameters:
 name - the name
- Returns:
 - the value
 
 
 
set
public void set(String name,
                String t)
- Description copied from class: 
AttributeProxy 
- Sets the value.
- Overrides:
 set in class AttributeProxy<String>
 
- Parameters:
 name - the namet - the value
 
 
Copyright 2001-2015, Terracotta, Inc.