Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.common.framework.config
Interface OverloadProtectionMBean


public interface OverloadProtectionMBean

Inteface for OverloadProtectionMBean

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
 javax.management.ObjectName getOverloadProtectionIndicators()
          get the referenced OverloadProtectionIndicators mbean
 javax.management.ObjectName getOverloadProtectionMethods()
          get the referenced OverloadProtectionMethods mbean
 javax.management.ObjectName getSystem()
          Returns the MBean parent get accessor to the parent mbean: System
 void setOverloadProtectionIndicators(javax.management.ObjectName param)
          set the referenced OverloadProtectionIndicators mbean
 void setOverloadProtectionMethods(javax.management.ObjectName param)
          set the referenced OverloadProtectionMethods mbean

 

Method Detail

getSystem

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

getOverloadProtectionIndicators

javax.management.ObjectName getOverloadProtectionIndicators()
                                                            throws java.io.IOException
get the referenced OverloadProtectionIndicators mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setOverloadProtectionIndicators

void setOverloadProtectionIndicators(javax.management.ObjectName param)
                                     throws java.io.IOException
set the referenced OverloadProtectionIndicators mbean
Parameters:
param -
Throws:
java.io.IOException

getOverloadProtectionMethods

javax.management.ObjectName getOverloadProtectionMethods()
                                                         throws java.io.IOException
get the referenced OverloadProtectionMethods mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setOverloadProtectionMethods

void setOverloadProtectionMethods(javax.management.ObjectName param)
                                  throws java.io.IOException
set the referenced OverloadProtectionMethods mbean
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.