Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.impsxplugin.ansi.config
Interface StateChangedNotificationRuleMBean


public interface StateChangedNotificationRuleMBean

Inteface for StateChangedNotificationRuleMBean

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 getEnabled()
          Specifies whether or not the notification is enabled
 java.lang.String getMBeanAttribute()
          Specifies an attribute of the MBean defined in the MBean Type field to be monitored
 java.lang.String getMBeanType()
          TBD: Add description
 java.lang.String getMessage()
          TBD: Add description
 java.lang.String getResourceFilter()
          This rule will apply only to mbeans belonging to the specified resources.
 java.lang.String getServerFilter()
          This rule will apply only to mbeans residing on the specified server.
 javax.management.ObjectName getStateChangedNotificationRules_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: StateChangedNotificationRules_REFSEP_
 java.lang.String getValue()
          Specifies an attribute value that triggers generation of the notification
 void setEnabled(java.lang.String param)
          Specifies whether or not the notification is enabled
 void setMBeanAttribute(java.lang.String param)
          Specifies an attribute of the MBean defined in the MBean Type field to be monitored
 void setMBeanType(java.lang.String param)
          TBD: Add description
 void setMessage(java.lang.String param)
          TBD: Add description
 void setResourceFilter(java.lang.String param)
          This rule will apply only to mbeans belonging to the specified resources.
 void setServerFilter(java.lang.String param)
          This rule will apply only to mbeans residing on the specified server.
 void setValue(java.lang.String param)
          Specifies an attribute value that triggers generation of the notification

 

Method Detail

getStateChangedNotificationRules_REFSEP_

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

getEnabled

java.lang.String getEnabled()
                            throws java.io.IOException
Specifies whether or not the notification is enabled
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setEnabled

void setEnabled(java.lang.String param)
                throws java.io.IOException
Specifies whether or not the notification is enabled
Parameters:
param -
Throws:
java.io.IOException

getMBeanType

java.lang.String getMBeanType()
                              throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setMBeanType

void setMBeanType(java.lang.String param)
                  throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getMBeanAttribute

java.lang.String getMBeanAttribute()
                                   throws java.io.IOException
Specifies an attribute of the MBean defined in the MBean Type field to be monitored
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setMBeanAttribute

void setMBeanAttribute(java.lang.String param)
                       throws java.io.IOException
Specifies an attribute of the MBean defined in the MBean Type field to be monitored
Parameters:
param -
Throws:
java.io.IOException

getValue

java.lang.String getValue()
                          throws java.io.IOException
Specifies an attribute value that triggers generation of the notification
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setValue

void setValue(java.lang.String param)
              throws java.io.IOException
Specifies an attribute value that triggers generation of the notification
Parameters:
param -
Throws:
java.io.IOException

getServerFilter

java.lang.String getServerFilter()
                                 throws java.io.IOException
This rule will apply only to mbeans residing on the specified server. The hosting server of the MBean is determined by its name. This attribute may contain a regular expression.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setServerFilter

void setServerFilter(java.lang.String param)
                     throws java.io.IOException
This rule will apply only to mbeans residing on the specified server. The hosting server of the MBean is determined by its name. This attribute may contain a regular expression.
Parameters:
param -
Throws:
java.io.IOException

getResourceFilter

java.lang.String getResourceFilter()
                                   throws java.io.IOException
This rule will apply only to mbeans belonging to the specified resources. The resources of the MBean are determined by its name. This attribute may contain a regular expression.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setResourceFilter

void setResourceFilter(java.lang.String param)
                       throws java.io.IOException
This rule will apply only to mbeans belonging to the specified resources. The resources of the MBean are determined by its name. This attribute may contain a regular expression.
Parameters:
param -
Throws:
java.io.IOException

getMessage

java.lang.String getMessage()
                            throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setMessage

void setMessage(java.lang.String param)
                throws java.io.IOException
TBD: Add description
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.