ehcache

net.sf.ehcache.statistics.beans
Class DoubleBeanProxy

java.lang.Object
  extended by net.sf.ehcache.statistics.beans.AttributeProxy<Double>
      extended by net.sf.ehcache.statistics.beans.DoubleBeanProxy

public class DoubleBeanProxy
extends AttributeProxy<Double>

A Class for Double proxies.

Author:
cschanck

Constructor Summary
DoubleBeanProxy(String name, String description, boolean isRead, boolean isWrite)
          Instantiates a new double bean proxy.
 
Method Summary
 
Methods inherited from class net.sf.ehcache.statistics.beans.AttributeProxy
get, getDescription, getName, getTypeClass, isRead, isWrite, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleBeanProxy

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

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

ehcache

Copyright 2001-2014, Terracotta, Inc.