ehcache

net.sf.ehcache.statistics.beans
Class StringBeanProxy

java.lang.Object
  extended by net.sf.ehcache.statistics.beans.AttributeProxy<String>
      extended by net.sf.ehcache.statistics.beans.StringBeanProxy

public class StringBeanProxy
extends AttributeProxy<String>

An impl of a String attribute proxy.

Author:
cschanck

Constructor Summary
StringBeanProxy(String name, String descr, boolean isRead, boolean isWrite)
          Instantiates a new string bean proxy.
 
Method Summary
 String get(String name)
          Gets the value.
 void set(String name, String t)
          Sets the value.
 
Methods inherited from class net.sf.ehcache.statistics.beans.AttributeProxy
getDescription, getName, getTypeClass, isRead, isWrite
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringBeanProxy

public StringBeanProxy(String name,
                       String descr,
                       boolean isRead,
                       boolean isWrite)
Instantiates a new string bean proxy.

Parameters:
name - the name
descr - the descr
isRead - the is read
isWrite - the is write
Method Detail

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 name
t - the value

ehcache

Copyright 2001-2016, Terracotta, Inc.