Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.oe.config
Interface EngineMBean


public interface EngineMBean

Inteface for EngineMBean

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 getEnableServiceDescriptionRecords()
          Specifies whether the OE generates Service Description Records to a file
 java.lang.String getEnableSessionPersistency()
          Specifies to the OE in which point in call to start enabling session persistency.
 java.lang.String getSubscriberProfileReceiver()
          Specifies which OPR the OE uses to retrieve an orchestration profile.
 void setEnableServiceDescriptionRecords(java.lang.String param)
          Specifies whether the OE generates Service Description Records to a file
 void setEnableSessionPersistency(java.lang.String param)
          Specifies to the OE in which point in call to start enabling session persistency.
 void setSubscriberProfileReceiver(java.lang.String param)
          Specifies which OPR the OE uses to retrieve an orchestration profile.

 

Method Detail

getEnableSessionPersistency

java.lang.String getEnableSessionPersistency()
                                             throws java.io.IOException
Specifies to the OE in which point in call to start enabling session persistency. Possible values: * When Session Starts - enable session persistency immediately when the first session setup message is received * On Ring-back - enable session persistency only after a ringing indication was received on a session * On Answer - enable session persistency only after an answer indication was received on a session * Never - Disable session persistency
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setEnableSessionPersistency

void setEnableSessionPersistency(java.lang.String param)
                                 throws java.io.IOException
Specifies to the OE in which point in call to start enabling session persistency. Possible values: * When Session Starts - enable session persistency immediately when the first session setup message is received * On Ring-back - enable session persistency only after a ringing indication was received on a session * On Answer - enable session persistency only after an answer indication was received on a session * Never - Disable session persistency
Parameters:
param -
Throws:
java.io.IOException

getSubscriberProfileReceiver

java.lang.String getSubscriberProfileReceiver()
                                              throws java.io.IOException
Specifies which OPR the OE uses to retrieve an orchestration profile. Possible values: - OlpLSSInfoReceiver (LSS OPR) - OlpDefaultInfoReceive (Default OPR) - OlpHSSInfoReceiver (HSS OPR)
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setSubscriberProfileReceiver

void setSubscriberProfileReceiver(java.lang.String param)
                                  throws java.io.IOException
Specifies which OPR the OE uses to retrieve an orchestration profile. Possible values: - OlpLSSInfoReceiver (LSS OPR) - OlpDefaultInfoReceive (Default OPR) - OlpHSSInfoReceiver (HSS OPR)
Parameters:
param -
Throws:
java.io.IOException

getEnableServiceDescriptionRecords

java.lang.String getEnableServiceDescriptionRecords()
                                                    throws java.io.IOException
Specifies whether the OE generates Service Description Records to a file
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setEnableServiceDescriptionRecords

void setEnableServiceDescriptionRecords(java.lang.String param)
                                        throws java.io.IOException
Specifies whether the OE generates Service Description Records to a file
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.