Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imrasf.config
Interface ReAuthorizationTriggerTableEntryMBean


public interface ReAuthorizationTriggerTableEntryMBean

Inteface for ReAuthorizationTriggerTableEntryMBean

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 getMode()
          Specifies whether or not re-authorization of granted quota will take place.
 javax.management.ObjectName getReAuthorizationTriggerTable_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: ReAuthorizationTriggerTable_REFSEP_
 java.lang.String getTriggerType()
          Specifies the trigger for re-authorization of granted quota.
 void setMode(java.lang.String param)
          Specifies whether or not re-authorization of granted quota will take place.

 

Method Detail

getReAuthorizationTriggerTable_REFSEP_

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

getTriggerType

java.lang.String getTriggerType()
                                throws java.io.IOException
Specifies the trigger for re-authorization of granted quota.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

getMode

java.lang.String getMode()
                         throws java.io.IOException
Specifies whether or not re-authorization of granted quota will take place. Yes means forced re-authorization, Dymanic means it will be performed only when the raning conditions change.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setMode

void setMode(java.lang.String param)
             throws java.io.IOException
Specifies whether or not re-authorization of granted quota will take place. Yes means forced re-authorization, Dymanic means it will be performed only when the raning conditions change.
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.