Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.asyncplayer.config
Interface GeneralMBean


public interface GeneralMBean

Inteface for GeneralMBean

Author:
osnat GeneralMBean enables you to configure general parameters NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 java.lang.String getDefaultBehaviorOnError()
          Specifies whether to releases or continue a session when an announcement fails
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 void setDefaultBehaviorOnError(java.lang.String param)
          Specifies whether to releases or continue a session when an announcement fails

 

Method Detail

getDefaultBehaviorOnError

java.lang.String getDefaultBehaviorOnError()
                                           throws java.io.IOException
Specifies whether to releases or continue a session when an announcement fails
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setDefaultBehaviorOnError

void setDefaultBehaviorOnError(java.lang.String param)
                               throws java.io.IOException
Specifies whether to releases or continue a session when an announcement fails
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.