Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.common.framework.config
Interface OverloadProtectionIndicatorMBean


public interface OverloadProtectionIndicatorMBean

Inteface for OverloadProtectionIndicatorMBean

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

Method Summary
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getMBeanAttributeName()
          Specifies the name of a Runtime MBean attribute (gauge or counter) that you identified as key overload indicator.
 java.lang.String getMBeanInstanceName()
          Specifies the object name of a Runtime MBean instance whose attribute was identified as key overload indicator.
 javax.management.ObjectName getOverloadProtectionIndicators_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: OverloadProtectionIndicators_REFSEP_
 void setMBeanAttributeName(java.lang.String param)
          Specifies the name of a Runtime MBean attribute (gauge or counter) that you identified as key overload indicator.
 void setMBeanInstanceName(java.lang.String param)
          Specifies the object name of a Runtime MBean instance whose attribute was identified as key overload indicator.

 

Method Detail

getOverloadProtectionIndicators_REFSEP_

javax.management.ObjectName getOverloadProtectionIndicators_REFSEP_()
                                                                    throws java.io.IOException
Returns the MBean parent get accessor to the parent mbean: OverloadProtectionIndicators_REFSEP_
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

getMBeanInstanceName

java.lang.String getMBeanInstanceName()
                                      throws java.io.IOException
Specifies the object name of a Runtime MBean instance whose attribute was identified as key overload indicator.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setMBeanInstanceName

void setMBeanInstanceName(java.lang.String param)
                          throws java.io.IOException
Specifies the object name of a Runtime MBean instance whose attribute was identified as key overload indicator.
Parameters:
param -
Throws:
java.io.IOException

getMBeanAttributeName

java.lang.String getMBeanAttributeName()
                                       throws java.io.IOException
Specifies the name of a Runtime MBean attribute (gauge or counter) that you identified as key overload indicator.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setMBeanAttributeName

void setMBeanAttributeName(java.lang.String param)
                           throws java.io.IOException
Specifies the name of a Runtime MBean attribute (gauge or counter) that you identified as key overload indicator.
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.