Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.smpme.config
Interface PmeMBean


public interface PmeMBean

Inteface for PmeMBean

Author:
osnat PmeMBean enables you to configure the SM-PME. 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 getMappingEngineType()
          TBD: Add description
 java.lang.String getMappingErrorDefaultHandling()
          Specifies whether SM-PME releases or continues a session when the mapping engine fails.
 int getMappingErrorResponse()
          Specifies the SAL error response code that SM-PME returns when the mapping engine fails.
 java.lang.String getMappingFileName()
          Specifies the path to the parameter mapping file.
 java.lang.String getModuleName()
          TBD: Add description
 java.lang.String getName()
          TBD: Add description
 javax.management.ObjectName getStateChangedNotification()
          get the referenced StateChangedNotificationRules mbean
 java.lang.String getVersion()
          TBD: Add description
 void setMappingEngineType(java.lang.String param)
          TBD: Add description
 void setMappingErrorDefaultHandling(java.lang.String param)
          Specifies whether SM-PME releases or continues a session when the mapping engine fails.
 void setMappingErrorResponse(int param)
          Specifies the SAL error response code that SM-PME returns when the mapping engine fails.
 void setMappingFileName(java.lang.String param)
          Specifies the path to the parameter mapping file.
 void setModuleName(java.lang.String param)
          TBD: Add description
 void setName(java.lang.String param)
          TBD: Add description
 void setStateChangedNotification(javax.management.ObjectName param)
          set the referenced StateChangedNotificationRules mbean
 void setVersion(java.lang.String param)
          TBD: Add description

 

Method Detail

getModuleName

java.lang.String getModuleName()
                               throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setModuleName

void setModuleName(java.lang.String param)
                   throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getVersion

java.lang.String getVersion()
                            throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setVersion

void setVersion(java.lang.String param)
                throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getName

java.lang.String getName()
                         throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setName

void setName(java.lang.String param)
             throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getMappingFileName

java.lang.String getMappingFileName()
                                    throws java.io.IOException
Specifies the path to the parameter mapping file.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setMappingFileName

void setMappingFileName(java.lang.String param)
                        throws java.io.IOException
Specifies the path to the parameter mapping file.
Parameters:
param -
Throws:
java.io.IOException

getMappingErrorDefaultHandling

java.lang.String getMappingErrorDefaultHandling()
                                                throws java.io.IOException
Specifies whether SM-PME releases or continues a session when the mapping engine fails. Possible values: 0(Continue Session), 1(Release Session)
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setMappingErrorDefaultHandling

void setMappingErrorDefaultHandling(java.lang.String param)
                                    throws java.io.IOException
Specifies whether SM-PME releases or continues a session when the mapping engine fails. Possible values: 0(Continue Session), 1(Release Session)
Parameters:
param -
Throws:
java.io.IOException

getMappingErrorResponse

int getMappingErrorResponse()
                            throws java.io.IOException
Specifies the SAL error response code that SM-PME returns when the mapping engine fails. The error response code is regarded only when Default Handling on Mapping Error is set to Release Session.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setMappingErrorResponse

void setMappingErrorResponse(int param)
                             throws java.io.IOException
Specifies the SAL error response code that SM-PME returns when the mapping engine fails. The error response code is regarded only when Default Handling on Mapping Error is set to Release Session.
Parameters:
param -
Throws:
java.io.IOException

getMappingEngineType

java.lang.String getMappingEngineType()
                                      throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setMappingEngineType

void setMappingEngineType(java.lang.String param)
                          throws java.io.IOException
TBD: Add description
Parameters:
param -
Throws:
java.io.IOException

getStateChangedNotification

javax.management.ObjectName getStateChangedNotification()
                                                        throws java.io.IOException
get the referenced StateChangedNotificationRules mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setStateChangedNotification

void setStateChangedNotification(javax.management.ObjectName param)
                                 throws java.io.IOException
set the referenced StateChangedNotificationRules mbean
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.