ehcache

net.sf.ehcache.statistics.beans
Class BooleanBeanProxy

java.lang.Object
  extended by net.sf.ehcache.statistics.beans.AttributeProxy<Boolean>
      extended by net.sf.ehcache.statistics.beans.BooleanBeanProxy

public class BooleanBeanProxy
extends AttributeProxy<Boolean>

A proxy for Boolean flavored bean proxies.

Author:
cschanck

Constructor Summary
BooleanBeanProxy(String name, String description, boolean isRead, boolean isWrite)
          Instantiates a new boolean bean proxy.
 
Method Summary
 Boolean get(String name)
          Gets the value.
 void set(String name, Boolean 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

BooleanBeanProxy

public BooleanBeanProxy(String name,
                        String description,
                        boolean isRead,
                        boolean isWrite)
Instantiates a new boolean bean proxy.

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

get

public Boolean get(String name)
Description copied from class: AttributeProxy
Gets the value.

Overrides:
get in class AttributeProxy<Boolean>
Parameters:
name - the name
Returns:
the value

set

public void set(String name,
                Boolean t)
Description copied from class: AttributeProxy
Sets the value.

Overrides:
set in class AttributeProxy<Boolean>
Parameters:
name - the name
t - the value

ehcache

Copyright 2001-2015, Terracotta, Inc.