SCS

Uses of Interface
scs.instrumentation.StatsCollection

Packages that use StatsCollection
scs.instrumentation   
 

Uses of StatsCollection in scs.instrumentation
 

Classes in scs.instrumentation that implement StatsCollection
 class _StatsCollectionStub
          scs/instrumentation/_StatsCollectionStub.java .
 

Fields in scs.instrumentation declared as StatsCollection
 StatsCollection StatsCollectionHolder.value
           
 

Methods in scs.instrumentation that return StatsCollection
 StatsCollection StatsCollectionPOA._this()
           
 StatsCollection StatsCollectionPOA._this(org.omg.CORBA.ORB orb)
           
static StatsCollection StatsCollectionHelper.extract(org.omg.CORBA.Any a)
           
static StatsCollection StatsCollectionHelper.narrow(org.omg.CORBA.Object obj)
           
static StatsCollection StatsCollectionHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static StatsCollection StatsCollectionHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

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

Constructors in scs.instrumentation with parameters of type StatsCollection
StatsCollectionHolder(StatsCollection initialValue)
           
 


SCS