Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imssf.win2.config
Interface OriginationTriggersMBean


public interface OriginationTriggersMBean

Inteface for OriginationTriggersMBean

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

Method Summary
 javax.management.ObjectName createOriginationTrigger(java.lang.String newMbeanIndex)
          create a descendant mbean of type OriginationTrigger with the given name
 void destroyOriginationTrigger(java.lang.String delMbeanIndex)
          destroy a descendant mbean of type OriginationTrigger with the given name
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 javax.management.ObjectName getIMSSFWIN2()
          Returns the MBean parent get accessor to the parent mbean: IMSSFWIN2
 javax.management.ObjectName[] getOriginationTriggers()
          return all mbeans of type OriginationTrigger that are direct descendants of this mbean
 javax.management.ObjectName lookupOriginationTrigger(java.lang.String lookupMBeanIndex)
          return the ObjectName of a specific mbean of type OriginationTrigger that is a direct descendant of this mbean

 

Method Detail

getIMSSFWIN2

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

createOriginationTrigger

javax.management.ObjectName createOriginationTrigger(java.lang.String newMbeanIndex)
                                                     throws java.io.IOException
create a descendant mbean of type OriginationTrigger with the given name
Parameters:
newMbeanIndex -
Returns:
ObjectName
Throws:
java.io.IOException

destroyOriginationTrigger

void destroyOriginationTrigger(java.lang.String delMbeanIndex)
                               throws java.io.IOException
destroy a descendant mbean of type OriginationTrigger with the given name
Parameters:
delMbeanIndex -
Throws:
java.io.IOException

lookupOriginationTrigger

javax.management.ObjectName lookupOriginationTrigger(java.lang.String lookupMBeanIndex)
return the ObjectName of a specific mbean of type OriginationTrigger that is a direct descendant of this mbean
Parameters:
lookupMBeanIndex -
Returns:
ObjectName

getOriginationTriggers

javax.management.ObjectName[] getOriginationTriggers()
return all mbeans of type OriginationTrigger that are direct descendants of this mbean
Returns:
ObjectName[]

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.