net.sf.ehcache.statistics.beans
Class LongBeanProxy
java.lang.Object
   net.sf.ehcache.statistics.beans.AttributeProxy<Long>
net.sf.ehcache.statistics.beans.AttributeProxy<Long>
       net.sf.ehcache.statistics.beans.LongBeanProxy
net.sf.ehcache.statistics.beans.LongBeanProxy
- public class LongBeanProxy 
- extends AttributeProxy<Long>
An implementation of a Long attribute proxy.
- Author:
- cschanck
| Constructor Summary | 
| LongBeanProxy(String name,
              String description,
              boolean isRead,
              boolean isWrite)Instantiates a new long bean proxy.
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LongBeanProxy
public LongBeanProxy(String name,
                     String description,
                     boolean isRead,
                     boolean isWrite)
- Instantiates a new long bean proxy.
 
- Parameters:
- name- the name
- description- the description
- isRead- the is read
- isWrite- the is write
 
get
public Long get(String name)
- Description copied from class: AttributeProxy
- Gets the value.
 
- 
- Overrides:
- getin class- AttributeProxy<Long>
 
- 
- Parameters:
- name- the name
- Returns:
- the value
 
set
public void set(String name,
                Long t)
- Description copied from class: AttributeProxy
- Sets the value.
 
- 
- Overrides:
- setin class- AttributeProxy<Long>
 
- 
- Parameters:
- name- the name
- t- the value
 
Copyright 2001-2014, Terracotta, Inc.