SCS

Uses of Class
scs.instrumentation.SystemNetworkStats

Packages that use SystemNetworkStats
scs.instrumentation   
scs.instrumentation.servant   
 

Uses of SystemNetworkStats in scs.instrumentation
 

Fields in scs.instrumentation declared as SystemNetworkStats
 SystemNetworkStats SystemNetworkStatsHolder.value
           
 

Methods in scs.instrumentation that return SystemNetworkStats
static SystemNetworkStats SystemNetworkStatsHelper.extract(org.omg.CORBA.Any a)
           
 SystemNetworkStats StatsCollectionPOATie.getNetworkStats()
           
 SystemNetworkStats _StatsCollectionStub.getNetworkStats()
           
 SystemNetworkStats StatsCollectionOperations.getNetworkStats()
           
static SystemNetworkStats SystemNetworkStatsHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in scs.instrumentation with parameters of type SystemNetworkStats
static void SystemNetworkStatsHelper.insert(org.omg.CORBA.Any a, SystemNetworkStats that)
           
static void SystemNetworkStatsHelper.write(org.omg.CORBA.portable.OutputStream ostream, SystemNetworkStats value)
           
 

Constructors in scs.instrumentation with parameters of type SystemNetworkStats
SystemNetworkStatsHolder(SystemNetworkStats initialValue)
           
 

Uses of SystemNetworkStats in scs.instrumentation.servant
 

Methods in scs.instrumentation.servant that return SystemNetworkStats
 SystemNetworkStats StatsCollectionServant.getNetworkStats()
           
 


SCS