Class ResourceMethodEntry
java.lang.Object
org.jboss.resteasy.plugins.stats.ResourceMethodEntry
- Direct Known Subclasses:
DeleteResourceMethod, GetResourceMethod, HeadResourceMethod, OptionsResourceMethod, PostResourceMethod, PutResourceMethod, TraceResourceMethod
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClazz()longvoidvoidsetInvocations(long invocations) void
-
Field Details
-
clazz
-
method
-
invocations
private long invocations -
produces
-
consumes
-
-
Constructor Details
-
ResourceMethodEntry
public ResourceMethodEntry()
-
-
Method Details
-
getClazz
-
getMethod
-
getInvocations
public long getInvocations() -
setClazz
-
setMethod
-
setInvocations
public void setInvocations(long invocations) -
getProduces
-
getConsumes
-