Class ResourceMethodEntry
java.lang.Object
org.jboss.resteasy.plugins.stats.ResourceMethodEntry
- Direct Known Subclasses:
DeleteResourceMethod
,GetResourceMethod
,HeadResourceMethod
,OptionsResourceMethod
,PostResourceMethod
,PutResourceMethod
,TraceResourceMethod
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetClazz()
long
void
void
setInvocations
(long invocations) void
-
Constructor Details
-
ResourceMethodEntry
public ResourceMethodEntry()
-
-
Method Details
-
getClazz
-
getMethod
-
getInvocations
public long getInvocations() -
setClazz
-
setMethod
-
setInvocations
public void setInvocations(long invocations) -
getProduces
-
getConsumes
-