Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imssf.cap1.config
Interface OperationPropagationMBean


public interface OperationPropagationMBean

Inteface for OperationPropagationMBean

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 getEnablePropagation()
          Specifies whether IM-SSF processes operations on its own or propagates a request to the session control layer.
 java.lang.String getModuleName()
          Specifies a name of a module instance to which an operation is propagated
 java.lang.String getOperation()
          Specifies an operation.
 javax.management.ObjectName getOperationPropagationSet_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: OperationPropagationSet_REFSEP_
 void setEnablePropagation(java.lang.String param)
          Specifies whether IM-SSF processes operations on its own or propagates a request to the session control layer.
 void setModuleName(java.lang.String param)
          Specifies a name of a module instance to which an operation is propagated
 void setOperation(java.lang.String param)
          Specifies an operation.

 

Method Detail

getOperationPropagationSet_REFSEP_

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

getOperation

java.lang.String getOperation()
                              throws java.io.IOException
Specifies an operation. Possible value: RequestReportBCSMEvent
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setOperation

void setOperation(java.lang.String param)
                  throws java.io.IOException
Specifies an operation. Possible value: RequestReportBCSMEvent
Parameters:
param -
Throws:
java.io.IOException

getModuleName

java.lang.String getModuleName()
                               throws java.io.IOException
Specifies a name of a module instance to which an operation is propagated
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setModuleName

void setModuleName(java.lang.String param)
                   throws java.io.IOException
Specifies a name of a module instance to which an operation is propagated
Parameters:
param -
Throws:
java.io.IOException

getEnablePropagation

java.lang.String getEnablePropagation()
                                      throws java.io.IOException
Specifies whether IM-SSF processes operations on its own or propagates a request to the session control layer. Possible values: TRUE, FALSE
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setEnablePropagation

void setEnablePropagation(java.lang.String param)
                          throws java.io.IOException
Specifies whether IM-SSF processes operations on its own or propagates a request to the session control layer. Possible values: TRUE, FALSE
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.