[jboss-dev] InvocationStatistics made Serializable

Dimitris Andreadis dandread at redhat.com
Wed Mar 28 04:43:09 EDT 2007


Forums are down, so:

http://jira.jboss.com/jira/browse/JBAS-3855

User wants to make org.jboss.invocation.InvocationStatistics serializable. I suppose the 
correct way to access statistics is through jsr77, but I see that different information is 
exposed, so unless I'm missing something, I'm make the change:

jsr-77
org.jboss.management.j2ee.statistics.StatelessSessionBeanStatsImpl [ {CreateCount=[ 
0:CreateCount(description: Number of creates, units: 1, startTime: 1175021076332, 
lastSampleTime: 1175071168334) ], RemoveCount=[ 0:RemoveCount(description: Number of 
removes, units: 1, startTime: 1175021076332, lastSampleTime: 1175071168334) ], 
MethodReadyCount=[low: 0, high: 0, current: 0]MethodReadyCount(description: The count of 
beans in the method-ready state, units: 1, startTime: 1175021076332, lastSampleTime: 
1175071168334)} ]

InvocationStatistics
per method count, meantime, maxtime, totaltime.




More information about the jboss-development mailing list