org.jboss.resteasy.plugins.stats
Class ResourceMethodEntry
java.lang.Object
org.jboss.resteasy.plugins.stats.ResourceMethodEntry
- Direct Known Subclasses:
- DeleteResourceMethod, GetResourceMethod, HeadResourceMethod, OptionsResourceMethod, PostResourceMethod, PutResourceMethod, TraceResourceMethod
public class ResourceMethodEntry
- extends java.lang.Object
<
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceMethodEntry
public ResourceMethodEntry()
getClazz
public java.lang.String getClazz()
getMethod
public java.lang.String getMethod()
getInvocations
public long getInvocations()
setClazz
public void setClazz(java.lang.String clazz)
setMethod
public void setMethod(java.lang.String method)
setInvocations
public void setInvocations(long invocations)
getProduces
public java.util.List<java.lang.String> getProduces()
getConsumes
public java.util.List<java.lang.String> getConsumes()
Copyright © 2010. All Rights Reserved.