Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imdsx.config
Interface MonitoringGeneralMBean


public interface MonitoringGeneralMBean

Inteface for MonitoringGeneralMBean

Author:
osnat NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 int getCounterIntervalInSeconds()
          Provides measurements recorded in a recent time interval.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getEnableNotifications()
          Specifies whether or not JMX notifications are enabled.
 java.lang.String getEnableRuntimeMBeans()
          Specifies whether or not JMX Runtime MBeans are enabled.
 int getNotificationTriggerCheckIntervalInSeconds()
          Specifies the interval between consecutive sampling of counters.
 void setCounterIntervalInSeconds(int param)
          Provides measurements recorded in a recent time interval.
 void setEnableNotifications(java.lang.String param)
          Specifies whether or not JMX notifications are enabled.
 void setEnableRuntimeMBeans(java.lang.String param)
          Specifies whether or not JMX Runtime MBeans are enabled.
 void setNotificationTriggerCheckIntervalInSeconds(int param)
          Specifies the interval between consecutive sampling of counters.

 

Method Detail

getEnableRuntimeMBeans

java.lang.String getEnableRuntimeMBeans()
                                        throws java.io.IOException
Specifies whether or not JMX Runtime MBeans are enabled. Possible values: True; False
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setEnableRuntimeMBeans

void setEnableRuntimeMBeans(java.lang.String param)
                            throws java.io.IOException
Specifies whether or not JMX Runtime MBeans are enabled. Possible values: True; False
Parameters:
param -
Throws:
java.io.IOException

getEnableNotifications

java.lang.String getEnableNotifications()
                                        throws java.io.IOException
Specifies whether or not JMX notifications are enabled. Possible values: True; False
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setEnableNotifications

void setEnableNotifications(java.lang.String param)
                            throws java.io.IOException
Specifies whether or not JMX notifications are enabled. Possible values: True; False
Parameters:
param -
Throws:
java.io.IOException

getNotificationTriggerCheckIntervalInSeconds

int getNotificationTriggerCheckIntervalInSeconds()
                                                 throws java.io.IOException
Specifies the interval between consecutive sampling of counters. Counters are sampled every few seconds to check whether to invoke notifications.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setNotificationTriggerCheckIntervalInSeconds

void setNotificationTriggerCheckIntervalInSeconds(int param)
                                                  throws java.io.IOException
Specifies the interval between consecutive sampling of counters. Counters are sampled every few seconds to check whether to invoke notifications.
Parameters:
param -
Throws:
java.io.IOException

getCounterIntervalInSeconds

int getCounterIntervalInSeconds()
                                throws java.io.IOException
Provides measurements recorded in a recent time interval. This parameter specifies the length, in seconds, of that interval
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setCounterIntervalInSeconds

void setCounterIntervalInSeconds(int param)
                                 throws java.io.IOException
Provides measurements recorded in a recent time interval. This parameter specifies the length, in seconds, of that interval
Parameters:
param -
Throws:
java.io.IOException

getDeploymentName

java.lang.String getDeploymentName()
return the Module instance name that this MBean configures
Returns:
String

Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.