Oracle Corporation

com.bea.wlcp.wlng.statistics
Class CounterInfo.Counter

java.lang.Object
  extended bycom.bea.wlcp.wlng.statistics.CounterInfo.Counter
All Implemented Interfaces:
Serializable
Enclosing class:
CounterInfo

public final class CounterInfo.Counter
extends Object
implements Serializable

See Also:
Serialized Form
Copyright © 2008 Oracle Corporation. All Rights Reserved.

Constructor Summary
CounterInfo.Counter(String _applicationIdentifier, String _serviceProviderIdentifier, String _statisticsType, int _numberOfTransactions)
           
 
Method Summary
 String getApplicationIdentifier()
           
 int getNumberOfTransactions()
           
 String getServiceProviderIdentifier()
           
 String getStatisticsType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CounterInfo.Counter

public CounterInfo.Counter(String _applicationIdentifier,
                           String _serviceProviderIdentifier,
                           String _statisticsType,
                           int _numberOfTransactions)
Method Detail

getApplicationIdentifier

public String getApplicationIdentifier()

getNumberOfTransactions

public int getNumberOfTransactions()

getServiceProviderIdentifier

public String getServiceProviderIdentifier()

getStatisticsType

public String getStatisticsType()

toString

public String toString()

Oracle Corporation