SCS

scs.instrumentation
Class _StatsCollectionStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by scs.instrumentation._StatsCollectionStub
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity, StatsCollection, StatsCollectionOperations

public class _StatsCollectionStub
extends org.omg.CORBA.portable.ObjectImpl
implements StatsCollection

scs/instrumentation/_StatsCollectionStub.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../idl/scs.instrumentation.idl Friday, October 3, 2008 9:13:52 AM BRT

See Also:
Serialized Form

Constructor Summary
_StatsCollectionStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 void cancelContainerNotification(java.lang.String clientName)
           
 void cancelMethodNotification(java.lang.String clientName, java.lang.String ifname, java.lang.String method)
           
 InterfaceStats[] getComponentsStats()
           
 ContainerStats getContainerStats()
           
 MethodStats[] getInterfaceStats(java.lang.String interfaceName)
           
 SystemIOStats getIOStats()
           
 SystemNetworkStats getNetworkStats()
           
 boolean subscribeContainerNotification(java.lang.String clientName, EventSink sink)
           
 boolean subscribeMethodNotification(java.lang.String clientName, java.lang.String ifname, java.lang.String method, EventSink sink)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

_StatsCollectionStub

public _StatsCollectionStub()
Method Detail

getInterfaceStats

public MethodStats[] getInterfaceStats(java.lang.String interfaceName)
                                throws InterfaceStatsNotAvailable
Specified by:
getInterfaceStats in interface StatsCollectionOperations
Throws:
InterfaceStatsNotAvailable

getComponentsStats

public InterfaceStats[] getComponentsStats()
                                    throws ComponentStatsNotAvailable
Specified by:
getComponentsStats in interface StatsCollectionOperations
Throws:
ComponentStatsNotAvailable

getContainerStats

public ContainerStats getContainerStats()
Specified by:
getContainerStats in interface StatsCollectionOperations

getIOStats

public SystemIOStats getIOStats()
                         throws IOStatsNotAvailable
Specified by:
getIOStats in interface StatsCollectionOperations
Throws:
IOStatsNotAvailable

getNetworkStats

public SystemNetworkStats getNetworkStats()
                                   throws NetworkStatsNotAvailable
Specified by:
getNetworkStats in interface StatsCollectionOperations
Throws:
NetworkStatsNotAvailable

subscribeMethodNotification

public boolean subscribeMethodNotification(java.lang.String clientName,
                                           java.lang.String ifname,
                                           java.lang.String method,
                                           EventSink sink)
Specified by:
subscribeMethodNotification in interface StatsCollectionOperations

cancelMethodNotification

public void cancelMethodNotification(java.lang.String clientName,
                                     java.lang.String ifname,
                                     java.lang.String method)
Specified by:
cancelMethodNotification in interface StatsCollectionOperations

subscribeContainerNotification

public boolean subscribeContainerNotification(java.lang.String clientName,
                                              EventSink sink)
Specified by:
subscribeContainerNotification in interface StatsCollectionOperations

cancelContainerNotification

public void cancelContainerNotification(java.lang.String clientName)
Specified by:
cancelContainerNotification in interface StatsCollectionOperations

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl

SCS