javax.management.j2ee.statistics
Interface JavaMailStats

All Superinterfaces:
Stats

public interface JavaMailStats
extends Stats

Specifies the statistics provided by a JavaMail resource.

Version:
$Revision: 1.1 $
Author:
Laurent Etiemble

Method Summary
 CountStatistic getSentMailCount()
          Returns the number of mail messages sent.
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getSentMailCount

public CountStatistic getSentMailCount()
Returns the number of mail messages sent.

Returns:
The sent mail count


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.