next up previous contents index
Next: Implementierung der MIB-Gruppe ``GKStatistics'' Up: Die CORBA - Schnittstelle Previous: AdaptorServer.idl

GkStatistics.idl

module GkStatisticsApp
{
   // ---------------------------------------------------------------
   // typedef declaration
   // ---------------------------------------------------------------
   //
   // String list
   //
   typedef sequence <string>  StringListType;

   //
   // object serialization
   //
   typedef sequence <octet>   SerializedObjectType ;

   //
   // serialized object list
   //
   typedef sequence <SerializedObjectType>   SerializedObjectListType ;

   interface GkStatistics
   {
      // ---------------------------------------------------------------
      // DESCRIPTION
      //     Get value of GkStatsCurrentNoOfCalls-Property, found in GkStatistics-M-Bean
      //     registered in JDMK-Agent.
      //
      // PARAMETERS
      //     - none
      //
      // RETURN
      //     long (Attribute "GkStatsCurrentNoOfCalls")
      //
      // EXCEPTIONS
      //     - none
      //
      // ---------------------------------------------------------------   
      long getGkStatsCurrentNoOfCalls();
      // ---------------------------------------------------------------
      // DESCRIPTION
      //     Set value of gkStatsCurrentNoOfCalls-Property, found in GkStatistics-M-Bean
      //     registered in JDMK-Agent.
      //
      // PARAMETERS
      //     - NewGkStatsCurrentNoOfCalls : New Value for GkStatsCurrentNoOfCalls Attribute
      //
      // RETURN
      //     No  return parameter
      //
      // EXCEPTIONS
      //
      // ---------------------------------------------------------------   
      void setGkStatsCurrentNoOfCalls(in long NewGkStatsCurrentNoOfCalls);
      // ---------------------------------------------------------------
      // DESCRIPTION
      //     Get value of GkStatsCurrentBandwidth-Property, found in GkStatistics-M-Bean
      //     registered in JDMK-Agent.     
      //
      // PARAMETERS
      //     - none
      //
      // RETURN
      //     long (Attribute "GkStatsCurrentBandwidth")
      //
      // EXCEPTIONS
      //     - none
      //
      // ---------------------------------------------------------------   
      long getGkStatsCurrentBandwidth();
      // ---------------------------------------------------------------
      // DESCRIPTION
      //     Set value of GkStatsCurrentBandwidth-Property, found in GkStatistics-M-Bean
      //     registered in JDMK-Agent.
      //
      // PARAMETERS
      //     - NewGkStatsCurrentBandwidth : New Value for GkStatsCurrentBandwidth Attribute
      //
      // RETURN
      //     No  return parameter
      //
      // EXCEPTIONS
      //
      // ---------------------------------------------------------------   
      void setGkStatsCurrentBandwidth(in long NewGkStatsCurrentBandwidth);
   };
};


next up previous contents index
Next: Implementierung der MIB-Gruppe ``GKStatistics'' Up: Die CORBA - Schnittstelle Previous: AdaptorServer.idl

Beispielbenutzer SuSE Linux 6.0
Sun May 9 21:16:36 MEST 1999