SCS

scs.instrumentation
Class StatsCollectionPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by scs.instrumentation.StatsCollectionPOA
          extended by scs.instrumentation.StatsCollectionPOATie
All Implemented Interfaces:
org.omg.CORBA.portable.InvokeHandler, StatsCollectionOperations

public class StatsCollectionPOATie
extends StatsCollectionPOA

scs/instrumentation/StatsCollectionPOATie.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


Constructor Summary
StatsCollectionPOATie(StatsCollectionOperations delegate)
           
StatsCollectionPOATie(StatsCollectionOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 StatsCollectionOperations _delegate()
           
 void _delegate(StatsCollectionOperations delegate)
           
 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 scs.instrumentation.StatsCollectionPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatsCollectionPOATie

public StatsCollectionPOATie(StatsCollectionOperations delegate)

StatsCollectionPOATie

public StatsCollectionPOATie(StatsCollectionOperations delegate,
                             org.omg.PortableServer.POA poa)
Method Detail

_delegate

public StatsCollectionOperations _delegate()

_delegate

public void _delegate(StatsCollectionOperations delegate)

_default_POA

public org.omg.PortableServer.POA _default_POA()
Overrides:
_default_POA in class org.omg.PortableServer.Servant

getInterfaceStats

public MethodStats[] getInterfaceStats(java.lang.String interfaceName)
                                throws InterfaceStatsNotAvailable
Throws:
InterfaceStatsNotAvailable

getComponentsStats

public InterfaceStats[] getComponentsStats()
                                    throws ComponentStatsNotAvailable
Throws:
ComponentStatsNotAvailable

getContainerStats

public ContainerStats getContainerStats()

getIOStats

public SystemIOStats getIOStats()
                         throws IOStatsNotAvailable
Throws:
IOStatsNotAvailable

getNetworkStats

public SystemNetworkStats getNetworkStats()
                                   throws NetworkStatsNotAvailable
Throws:
NetworkStatsNotAvailable

subscribeMethodNotification

public boolean subscribeMethodNotification(java.lang.String clientName,
                                           java.lang.String ifname,
                                           java.lang.String method,
                                           EventSink sink)

cancelMethodNotification

public void cancelMethodNotification(java.lang.String clientName,
                                     java.lang.String ifname,
                                     java.lang.String method)

subscribeContainerNotification

public boolean subscribeContainerNotification(java.lang.String clientName,
                                              EventSink sink)

cancelContainerNotification

public void cancelContainerNotification(java.lang.String clientName)

SCS