org.jboss.resteasy.plugins.stats
Class ResourceMethodEntry

java.lang.Object
  extended by 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

Constructor Summary
ResourceMethodEntry()
           
 
Method Summary
 java.lang.String getClazz()
           
 java.util.List<java.lang.String> getConsumes()
           
 long getInvocations()
           
 java.lang.String getMethod()
           
 java.util.List<java.lang.String> getProduces()
           
 void setClazz(java.lang.String clazz)
           
 void setInvocations(long invocations)
           
 void setMethod(java.lang.String method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceMethodEntry

public ResourceMethodEntry()
Method Detail

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.